@Entity public class HostGroupComponentEntity extends Object
Constructor and Description |
---|
HostGroupComponentEntity() |
Modifier and Type | Method and Description |
---|---|
String |
getBlueprintName()
Get the name of the associated blueprint.
|
HostGroupEntity |
getHostGroupEntity()
Get the host group entity.
|
String |
getHostGroupName()
Get the name of the associated host group.
|
String |
getName()
Get the name of the host group component.
|
String |
getProvisionAction()
Get the provision action associated with this
component.
|
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setHostGroupEntity(HostGroupEntity entity)
Set the host group entity.
|
void |
setHostGroupName(String hostGroupName)
Set the name of the associated host group.
|
void |
setName(String name)
Set the name of the host group component.
|
void |
setProvisionAction(String provisionAction)
Set the provision action associated with this
component.
|
public String getName()
public void setName(String name)
name
- component namepublic HostGroupEntity getHostGroupEntity()
public void setHostGroupEntity(HostGroupEntity entity)
entity
- host group entitypublic String getHostGroupName()
public void setHostGroupName(String hostGroupName)
hostGroupName
- host group namepublic String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName
- blueprint namepublic String getProvisionAction()
public void setProvisionAction(String provisionAction)
provisionAction
- action associated with the component (example: INSTALL_ONLY, INSTALL_AND_START)Copyright © 2022 Apache Software Foundation. All rights reserved.