@Entity public class BlueprintConfigEntity extends Object implements BlueprintConfiguration
| Constructor and Description |
|---|
BlueprintConfigEntity() |
| Modifier and Type | Method and Description |
|---|---|
BlueprintEntity |
getBlueprintEntity()
Get the blueprint entity instance.
|
String |
getBlueprintName()
Get the name of the associated blueprint.
|
String |
getConfigAttributes()
Gets the attributes of configs.
|
String |
getConfigData()
Get the config data.
|
String |
getType()
Get the configuration type.
|
void |
setBlueprintEntity(BlueprintEntity entity)
Set the blueprint entity instance.
|
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setConfigAttributes(String configAttributes)
Sets attributes of configs.
|
void |
setConfigData(String configData)
Set the config data.
|
void |
setType(String type)
Set the configuration type.
|
public String getType()
getType in interface BlueprintConfigurationpublic void setType(String type)
setType in interface BlueprintConfigurationtype - configuration typepublic BlueprintEntity getBlueprintEntity()
public void setBlueprintEntity(BlueprintEntity entity)
entity - blueprint entitypublic String getBlueprintName()
getBlueprintName in interface BlueprintConfigurationpublic void setBlueprintName(String blueprintName)
setBlueprintName in interface BlueprintConfigurationblueprintName - blueprint namepublic String getConfigData()
getConfigData in interface BlueprintConfigurationpublic void setConfigData(String configData)
setConfigData in interface BlueprintConfigurationconfigData - all config data in json formatpublic String getConfigAttributes()
getConfigAttributes in interface BlueprintConfigurationpublic void setConfigAttributes(String configAttributes)
setConfigAttributes in interface BlueprintConfigurationconfigAttributes - all attribute values of configs in JSON formatCopyright © 2022 Apache Software Foundation. All rights reserved.