@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 BlueprintConfiguration
public void setType(String type)
setType
in interface BlueprintConfiguration
type
- configuration typepublic BlueprintEntity getBlueprintEntity()
public void setBlueprintEntity(BlueprintEntity entity)
entity
- blueprint entitypublic String getBlueprintName()
getBlueprintName
in interface BlueprintConfiguration
public void setBlueprintName(String blueprintName)
setBlueprintName
in interface BlueprintConfiguration
blueprintName
- blueprint namepublic String getConfigData()
getConfigData
in interface BlueprintConfiguration
public void setConfigData(String configData)
setConfigData
in interface BlueprintConfiguration
configData
- all config data in json formatpublic String getConfigAttributes()
getConfigAttributes
in interface BlueprintConfiguration
public void setConfigAttributes(String configAttributes)
setConfigAttributes
in interface BlueprintConfiguration
configAttributes
- all attribute values of configs in JSON formatCopyright © 2022 Apache Software Foundation. All rights reserved.