@Entity public class BlueprintConfigEntity extends Object
| 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 |
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 |
setConfigData(String configData)
Set the config data.
|
void |
setType(String type)
Set the configuration type.
|
public String getType()
public void setType(String type)
type - configuration typepublic BlueprintEntity getBlueprintEntity()
public void setBlueprintEntity(BlueprintEntity entity)
entity - blueprint entitypublic String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName - blueprint namepublic String getConfigData()
public void setConfigData(String configData)
configData - all config data in json formatCopyright © 2016. All rights reserved.