Class HostPort

java.lang.Object
com.soffid.iam.pam.api.HostPort
All Implemented Interfaces:
Serializable

public class HostPort extends Object implements Serializable
ValueObject HostPort
See Also:
  • Constructor Details

    • HostPort

      public HostPort()
    • HostPort

      public HostPort(Long id, Long hostId, String hostName, String port, String description)
    • HostPort

      public HostPort(Long hostId, String hostName, String port)
    • HostPort

      public HostPort(HostPort otherBean)
  • Method Details

    • getId

      public Long getId()
      Gets value for attribute id
    • setId

      public void setId(Long id)
      Sets value for attribute id
    • getHostId

      public Long getHostId()
      Gets value for attribute hostId
    • setHostId

      public void setHostId(Long hostId)
      Sets value for attribute hostId
    • getHostName

      public String getHostName()
      Gets value for attribute hostName
    • setHostName

      public void setHostName(String hostName)
      Sets value for attribute hostName
    • getPort

      public String getPort()
      Gets value for attribute port
    • setPort

      public void setPort(String port)
      Sets value for attribute port
    • getDescription

      public String getDescription()
      Gets value for attribute description
    • setDescription

      public void setDescription(String description)
      Sets value for attribute description
    • toString

      public String toString()
      Returns a string representation of the value object.
      Overrides:
      toString in class Object