@Entity public class HostGroupEntity extends Object
Constructor and Description |
---|
HostGroupEntity() |
Modifier and Type | Method and Description |
---|---|
void |
addComponent(HostGroupComponentEntity component)
Add a component to the host group.
|
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.
|
Collection<HostGroupConfigEntity> |
getConfigurations()
Get the collection of associated configuration 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 |
setConfigurations(Collection<HostGroupConfigEntity> configurations)
Set the collection of associated configuration 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 void addComponent(HostGroupComponentEntity component)
component
- component to addpublic Collection<HostGroupConfigEntity> getConfigurations()
public void setConfigurations(Collection<HostGroupConfigEntity> configurations)
configurations
- collection of configurationspublic String getCardinality()
public void setCardinality(String cardinality)
cardinality
- cardinality valueCopyright © 2022 Apache Software Foundation. All rights reserved.