Package com.soffid.iam.iga.api
Class ReconcileAssignment
java.lang.Object
com.soffid.iam.iga.api.ReconcileAssignment
- All Implemented Interfaces:
Serializable
ValueObject ReconcileAssignment
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReconcileAssignment(ReconcileAssignment otherBean) ReconcileAssignment(Long id, String assignmentName, Long processId, String accountName, String roleName, ProposedAction proposedAction, String dispatcher, String domainValue) ReconcileAssignment(String assignmentName, Long processId, String accountName, String roleName, ProposedAction proposedAction, String dispatcher) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute accountNameGets value for attribute assignmentNameGets value for attribute dispatcherGets value for attribute domainValuegetId()Gets value for attribute idGets value for attribute processIdGets value for attribute proposedActionGets value for attribute roleNamevoidsetAccountName(String accountName) Sets value for attribute accountNamevoidsetAssignmentName(String assignmentName) Sets value for attribute assignmentNamevoidsetDispatcher(String dispatcher) Sets value for attribute dispatchervoidsetDomainValue(String domainValue) Sets value for attribute domainValuevoidSets 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
-
ReconcileAssignment
public ReconcileAssignment() -
ReconcileAssignment
-
ReconcileAssignment
-
ReconcileAssignment
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getAssignmentName
Gets value for attribute assignmentName -
setAssignmentName
Sets value for attribute assignmentName -
getProcessId
Gets value for attribute processId -
setProcessId
Sets value for attribute processId -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getRoleName
Gets value for attribute roleName -
setRoleName
Sets value for attribute roleName -
getProposedAction
Gets value for attribute proposedAction -
setProposedAction
Sets value for attribute proposedAction -
getDispatcher
Gets value for attribute dispatcher -
setDispatcher
Sets value for attribute dispatcher -
getDomainValue
Gets value for attribute domainValue -
setDomainValue
Sets value for attribute domainValue -
toString
Returns a string representation of the value object.
-