Package com.soffid.iam.pam.api
Class HostAdmin
java.lang.Object
com.soffid.iam.pam.api.HostAdmin
- All Implemented Interfaces:
Serializable
ValueObject HostAdmin
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute authorizationAccessExpirationDateGets value for attribute bpmProcessIdGets value for attribute hostDescriptionGets value for attribute hostIpGets value for attribute hostNameGets value for attribute hostNetworkgetId()Gets value for attribute idGets value for attribute requestDateGets value for attribute userCodeGets value for attribute userEmailGets value for attribute userNamevoidsetAuthorizationAccessExpirationDate(Calendar authorizationAccessExpirationDate) Sets value for attribute authorizationAccessExpirationDatevoidsetBpmProcessId(Long bpmProcessId) Sets value for attribute bpmProcessIdvoidsetHostDescription(String hostDescription) Sets value for attribute hostDescriptionvoidSets value for attribute hostIpvoidsetHostName(String hostName) Sets value for attribute hostNamevoidsetHostNetwork(String hostNetwork) Sets value for attribute hostNetworkvoidSets value for attribute idvoidsetRequestDate(Calendar requestDate) Sets value for attribute requestDatevoidsetUserCode(String userCode) Sets value for attribute userCodevoidsetUserEmail(String userEmail) Sets value for attribute userEmailvoidsetUserName(String userName) Sets value for attribute userNametoString()Returns a string representation of the value object.
-
Constructor Details
-
HostAdmin
public HostAdmin() -
HostAdmin
-
HostAdmin
-
HostAdmin
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getUserCode
Gets value for attribute userCode -
setUserCode
Sets value for attribute userCode -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
getAuthorizationAccessExpirationDate
Gets value for attribute authorizationAccessExpirationDate -
setAuthorizationAccessExpirationDate
Sets value for attribute authorizationAccessExpirationDate -
getBpmProcessId
Gets value for attribute bpmProcessId -
setBpmProcessId
Sets value for attribute bpmProcessId -
getUserName
Gets value for attribute userName -
setUserName
Sets value for attribute userName -
getUserEmail
Gets value for attribute userEmail -
setUserEmail
Sets value for attribute userEmail -
getHostIp
Gets value for attribute hostIp -
setHostIp
Sets value for attribute hostIp -
getHostNetwork
Gets value for attribute hostNetwork -
setHostNetwork
Sets value for attribute hostNetwork -
getHostDescription
Gets value for attribute hostDescription -
setHostDescription
Sets value for attribute hostDescription -
getRequestDate
Gets value for attribute requestDate -
setRequestDate
Sets value for attribute requestDate -
toString
Returns a string representation of the value object.
-