Package com.soffid.iam.reconcile.common
Class ReconcileAssignment
- java.lang.Object
-
- com.soffid.iam.reconcile.common.ReconcileAssignment
-
- All Implemented Interfaces:
Serializable
public class ReconcileAssignment extends Object implements Serializable
ValueObject ReconcileAssignment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReconcileAssignment()
ReconcileAssignment(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountName()
Gets value for attribute accountNameString
getAssignmentName()
Gets value for attribute assignmentNameString
getDispatcher()
Gets value for attribute dispatcherString
getDomainValue()
Gets value for attribute domainValueLong
getId()
Gets value for attribute idLong
getProcessId()
Gets value for attribute processIdProposedAction
getProposedAction()
Gets value for attribute proposedActionString
getRoleName()
Gets value for attribute roleNamevoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAssignmentName(String assignmentName)
Sets value for attribute assignmentNamevoid
setDispatcher(String dispatcher)
Sets value for attribute dispatchervoid
setDomainValue(String domainValue)
Sets value for attribute domainValuevoid
setId(Long id)
Sets value for attribute idvoid
setProcessId(Long processId)
Sets value for attribute processIdvoid
setProposedAction(ProposedAction proposedAction)
Sets value for attribute proposedActionvoid
setRoleName(String roleName)
Sets value for attribute roleNameString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ReconcileAssignment
public ReconcileAssignment()
-
ReconcileAssignment
public ReconcileAssignment(Long id, String assignmentName, Long processId, String accountName, String roleName, ProposedAction proposedAction, String dispatcher, String domainValue)
-
ReconcileAssignment
public ReconcileAssignment(String assignmentName, Long processId, String accountName, String roleName, ProposedAction proposedAction, String dispatcher)
-
ReconcileAssignment
public ReconcileAssignment(ReconcileAssignment otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getAssignmentName
public String getAssignmentName()
Gets value for attribute assignmentName
-
setAssignmentName
public void setAssignmentName(String assignmentName)
Sets value for attribute assignmentName
-
getProcessId
public Long getProcessId()
Gets value for attribute processId
-
setProcessId
public void setProcessId(Long processId)
Sets value for attribute processId
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
getProposedAction
public ProposedAction getProposedAction()
Gets value for attribute proposedAction
-
setProposedAction
public void setProposedAction(ProposedAction proposedAction)
Sets value for attribute proposedAction
-
getDispatcher
public String getDispatcher()
Gets value for attribute dispatcher
-
setDispatcher
public void setDispatcher(String dispatcher)
Sets value for attribute dispatcher
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
-