Class HostIdentification

java.lang.Object
org.pidome.server.entities.base.BaseEntity
org.pidome.server.services.cluster.HostIdentification
All Implemented Interfaces:
Serializable

@Entity public class HostIdentification extends BaseEntity
The primary identification of an host.
See Also:
Serialized Form
  • Constructor Details

    • HostIdentification

      public HostIdentification()
  • Method Details

    • getNodeId

      public UUID getNodeId()
      The id of the node.
      Returns:
      the nodeId
    • setNodeId

      public void setNodeId(UUID nodeId)
      The id of the node.
      Parameters:
      nodeId - the nodeId to set
    • getNodeName

      public String getNodeName()
      The name of the node.
      Returns:
      the nodeName
    • setNodeName

      public void setNodeName(String nodeName)
      The name of the node.
      Parameters:
      nodeName - the nodeName to set