@Entity public class HostGroupEntity extends Object
Constructor and Description |
---|
HostGroupEntity() |
Modifier and Type | Method and Description |
---|---|
BlueprintEntity |
getBlueprintEntity()
Get the blueprint entity instance.
|
String |
getBlueprintName()
Get the name of the associated blueprint.
|
String |
getCardinality()
Get the cardinality for this host group.
|
Collection<HostGroupComponentEntity> |
getComponents()
Get the collection of associated component entities.
|
String |
getName()
Get the host group name.
|
void |
setBlueprintEntity(BlueprintEntity entity)
Set the blueprint entity instance.
|
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setCardinality(String cardinality)
Set the cardinality value for this host group.
|
void |
setComponents(Collection<HostGroupComponentEntity> components)
Set thge collection of associated component entities.
|
void |
setName(String name)
Set the host group name.
|
public String getName()
public void setName(String name)
name
- host group namepublic BlueprintEntity getBlueprintEntity()
public void setBlueprintEntity(BlueprintEntity entity)
entity
- blueprint entitypublic String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName
- blueprint namepublic Collection<HostGroupComponentEntity> getComponents()
public void setComponents(Collection<HostGroupComponentEntity> components)
components
- collection of componentspublic String getCardinality()
public void setCardinality(String cardinality)
cardinality
- cardinality valueCopyright © 2017. All rights reserved.