@Entity public class BlueprintEntity extends Object
Constructor and Description |
---|
BlueprintEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getBlueprintName()
Get the blueprint name.
|
Collection<BlueprintConfigEntity> |
getConfigurations()
Get the collection of associated configurations.
|
Collection<HostGroupEntity> |
getHostGroups()
Get the collection of associated host groups.
|
String |
getStackName()
Get the stack name.
|
String |
getStackVersion()
Get the stack version.
|
void |
setBlueprintName(String blueprintName)
Set the blueprint name
|
void |
setConfigurations(Collection<BlueprintConfigEntity> configurations)
Set the configuration collection.
|
void |
setHostGroups(Collection<HostGroupEntity> hostGroups)
Set the host group collection.
|
void |
setStackName(String stackName)
Set the stack name.
|
void |
setStackVersion(String stackVersion)
Set the stack version.
|
public String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName
- the blueprint namepublic String getStackName()
public void setStackName(String stackName)
stackName
- the stack namepublic String getStackVersion()
public void setStackVersion(String stackVersion)
stackVersion
- the stack versionpublic Collection<HostGroupEntity> getHostGroups()
public void setHostGroups(Collection<HostGroupEntity> hostGroups)
hostGroups
- collection of associated host groupspublic Collection<BlueprintConfigEntity> getConfigurations()
public void setConfigurations(Collection<BlueprintConfigEntity> configurations)
configurations
- collection of associated configurationsCopyright © 2014. All rights reserved.