Package com.soffid.iam.iga.api
Class AccessControl
java.lang.Object
com.soffid.iam.iga.api.AccessControl
- All Implemented Interfaces:
Serializable
ValueObject AccessControl
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAccessControl(AccessControl otherBean) AccessControl(Long id, Long agentId, String agentName, String roleDescription, Long roleId, String hostName, Long hostId, String program, String genericUser, String genericHost, String remoteIp, String comments) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute agentIdGets value for attribute agentNameGets value for attribute commentsGets value for attribute genericHostGets value for attribute genericUserGets value for attribute hostIdGets value for attribute hostNamegetId()Gets value for attribute idGets value for attribute programGets value for attribute remoteIpGets value for attribute roleDescriptionGets value for attribute roleIdvoidsetAgentId(Long agentId) Sets value for attribute agentIdvoidsetAgentName(String agentName) Sets value for attribute agentNamevoidsetComments(String comments) Sets value for attribute commentsvoidsetGenericHost(String genericHost) Sets value for attribute genericHostvoidsetGenericUser(String genericUser) Sets value for attribute genericUservoidSets value for attribute hostIdvoidsetHostName(String hostName) Sets value for attribute hostNamevoidSets value for attribute idvoidsetProgram(String program) Sets value for attribute programvoidsetRemoteIp(String remoteIp) Sets value for attribute remoteIpvoidsetRoleDescription(String roleDescription) Sets value for attribute roleDescriptionvoidSets value for attribute roleIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
AccessControl
public AccessControl() -
AccessControl
-
AccessControl
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getAgentId
Gets value for attribute agentId -
setAgentId
Sets value for attribute agentId -
getAgentName
Gets value for attribute agentName -
setAgentName
Sets value for attribute agentName -
getRoleDescription
Gets value for attribute roleDescription -
setRoleDescription
Sets value for attribute roleDescription -
getRoleId
Gets value for attribute roleId -
setRoleId
Sets value for attribute roleId -
getHostName
Gets value for attribute hostName -
setHostName
Sets value for attribute hostName -
getHostId
Gets value for attribute hostId -
setHostId
Sets value for attribute hostId -
getProgram
Gets value for attribute program -
setProgram
Sets value for attribute program -
getGenericUser
Gets value for attribute genericUser -
setGenericUser
Sets value for attribute genericUser -
getGenericHost
Gets value for attribute genericHost -
setGenericHost
Sets value for attribute genericHost -
getRemoteIp
Gets value for attribute remoteIp -
setRemoteIp
Sets value for attribute remoteIp -
getComments
Gets value for attribute comments -
setComments
Sets value for attribute comments -
toString
Returns a string representation of the value object.
-