Package com.soffid.iam.api
Class HostPort
- java.lang.Object
-
- com.soffid.iam.api.HostPort
-
- All Implemented Interfaces:
Serializable
public class HostPort extends Object implements Serializable
ValueObject HostPort- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Gets value for attribute descriptionLong
getHostId()
Gets value for attribute hostIdString
getHostName()
Gets value for attribute hostNameLong
getId()
Gets value for attribute idString
getPort()
Gets value for attribute portvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setHostId(Long hostId)
Sets value for attribute hostIdvoid
setHostName(String hostName)
Sets value for attribute hostNamevoid
setId(Long id)
Sets value for attribute idvoid
setPort(String port)
Sets value for attribute portString
toString()
Returns a string representation of the value object.
-
-
-
Method Detail
-
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
-
-