Package com.soffid.iam.am.api
Class HostAlias
java.lang.Object
com.soffid.iam.am.api.HostAlias
- All Implemented Interfaces:
Serializable
ValueObject HostAlias
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetAlias()Gets value for attribute aliasGets value for attribute hostIdGets value for attribute hostNamegetId()Gets value for attribute idvoidSets value for attribute aliasvoidSets value for attribute hostIdvoidsetHostName(String hostName) Sets value for attribute hostNamevoidSets value for attribute idtoString()Returns a string representation of the value object.
-
Constructor Details
-
HostAlias
public HostAlias() -
HostAlias
-
HostAlias
-
HostAlias
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getAlias
Gets value for attribute alias -
setAlias
Sets value for attribute alias -
getHostId
Gets value for attribute hostId -
setHostId
Sets value for attribute hostId -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
toString
Returns a string representation of the value object.
-