public class HostGroupComponentEntityPK extends Object implements Serializable
| Constructor and Description |
|---|
HostGroupComponentEntityPK() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getBlueprintName()
Get the name of the associated blueprint.
|
String |
getHostGroupName()
Get the name of the associated host group.
|
String |
getName()
Get the name of the host group component.
|
int |
hashCode() |
void |
setBlueprintName(String blueprintName)
Set the name of the associated blueprint.
|
void |
setHostGroupName(String hostGroupName)
Set the name of the associated host group.
|
void |
setName(String name)
Set the name of the host group component.
|
public String getHostGroupName()
public void setHostGroupName(String hostGroupName)
hostGroupName - host group namepublic String getBlueprintName()
public void setBlueprintName(String blueprintName)
blueprintName - blueprint namepublic String getName()
public void setName(String name)
name - component nameCopyright © 2022 Apache Software Foundation. All rights reserved.