Class HostIdentification
java.lang.Object
org.pidome.server.entities.base.BaseEntity
org.pidome.server.services.cluster.HostIdentification
- All Implemented Interfaces:
Serializable
The primary identification of an host.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe id of the node.The name of the node.void
The id of the node.void
setNodeName(String nodeName)
The name of the node.Methods inherited from class org.pidome.server.entities.base.BaseEntity
delete, delete, equals, getAllEntityFields, getCreated, getId, getList, getList, getsingle, getUpdated, getVersion, hashCode, isNew, prePersist, preUpdate, save, setCreated, setId, setUpdated, setVersion, toString, update
-
Constructor Details
-
HostIdentification
public HostIdentification()
-
-
Method Details
-
getNodeId
The id of the node.- Returns:
- the nodeId
-
setNodeId
The id of the node.- Parameters:
nodeId
- the nodeId to set
-
getNodeName
The name of the node.- Returns:
- the nodeName
-
setNodeName
The name of the node.- Parameters:
nodeName
- the nodeName to set
-