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 StringgetDescription()Gets value for attribute descriptionLonggetHostId()Gets value for attribute hostIdStringgetHostName()Gets value for attribute hostNameLonggetId()Gets value for attribute idStringgetPort()Gets value for attribute portvoidsetDescription(String description)Sets value for attribute descriptionvoidsetHostId(Long hostId)Sets value for attribute hostIdvoidsetHostName(String hostName)Sets value for attribute hostNamevoidsetId(Long id)Sets value for attribute idvoidsetPort(String port)Sets value for attribute portStringtoString()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
-
-