@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 |
getSecurityDescriptorReference() |
SecurityType |
getSecurityType() |
Collection<BlueprintSettingEntity> |
getSettings()
Get the collection of associated setting.
|
StackEntity |
getStack()
Gets the blueprint's stack.
|
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 |
setSecurityDescriptorReference(String securityDescriptorReference) |
void |
setSecurityType(SecurityType securityType) |
void |
setSettings(Collection<BlueprintSettingEntity> settings)
Set the settings collection.
|
void |
setStack(StackEntity stack)
Sets the blueprint's stack.
|
public String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName
- the blueprint namepublic StackEntity getStack()
public void setStack(StackEntity stack)
stack
- the stack to set for the blueprint (not null
).public 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 configurationspublic Collection<BlueprintSettingEntity> getSettings()
public void setSettings(Collection<BlueprintSettingEntity> settings)
settings
- collection of associated settingpublic SecurityType getSecurityType()
public void setSecurityType(SecurityType securityType)
public String getSecurityDescriptorReference()
public void setSecurityDescriptorReference(String securityDescriptorReference)
Copyright © 2022 Apache Software Foundation. All rights reserved.