Package com.soffid.iam.iga.api
Class ReconcileRole
java.lang.Object
com.soffid.iam.iga.api.ReconcileRole
- All Implemented Interfaces:
Serializable
ValueObject ReconcileRole
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReconcileRole(ReconcileRole otherBean) ReconcileRole(Long id, String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher, String appName) ReconcileRole(String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute appNameGets value for attribute descriptionGets value for attribute dispatchergetId()Gets value for attribute idGets value for attribute processIdGets value for attribute proposedActionGets value for attribute roleNamevoidsetAppName(String appName) Sets value for attribute appNamevoidsetDescription(String description) Sets value for attribute descriptionvoidsetDispatcher(String dispatcher) Sets value for attribute dispatchervoidSets value for attribute idvoidsetProcessId(Long processId) Sets value for attribute processIdvoidsetProposedAction(ProposedAction proposedAction) Sets value for attribute proposedActionvoidsetRoleName(String roleName) Sets value for attribute roleNametoString()Returns a string representation of the value object.
-
Constructor Details
-
ReconcileRole
public ReconcileRole() -
ReconcileRole
-
ReconcileRole
public ReconcileRole(String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher) -
ReconcileRole
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getRoleName
Gets value for attribute roleName -
setRoleName
Sets value for attribute roleName -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getProcessId
Gets value for attribute processId -
setProcessId
Sets value for attribute processId -
getProposedAction
Gets value for attribute proposedAction -
setProposedAction
Sets value for attribute proposedAction -
getDispatcher
Gets value for attribute dispatcher -
setDispatcher
Sets value for attribute dispatcher -
getAppName
Gets value for attribute appName -
setAppName
Sets value for attribute appName -
toString
Returns a string representation of the value object.
-