Package com.soffid.iam.reconcile.common
Class ReconcileRole
- java.lang.Object
-
- com.soffid.iam.reconcile.common.ReconcileRole
-
- All Implemented Interfaces:
Serializable
public class ReconcileRole extends Object implements Serializable
ValueObject ReconcileRole- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReconcileRole()
ReconcileRole(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAppName()
Gets value for attribute appNameString
getDescription()
Gets value for attribute descriptionString
getDispatcher()
Gets value for attribute dispatcherLong
getId()
Gets value for attribute idLong
getProcessId()
Gets value for attribute processIdProposedAction
getProposedAction()
Gets value for attribute proposedActionString
getRoleName()
Gets value for attribute roleNamevoid
setAppName(String appName)
Sets value for attribute appNamevoid
setDescription(String description)
Sets value for attribute descriptionvoid
setDispatcher(String dispatcher)
Sets value for attribute dispatchervoid
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
-
ReconcileRole
public ReconcileRole()
-
ReconcileRole
public ReconcileRole(Long id, String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher, String appName)
-
ReconcileRole
public ReconcileRole(String roleName, String description, Long processId, ProposedAction proposedAction, String dispatcher)
-
ReconcileRole
public ReconcileRole(ReconcileRole otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getProcessId
public Long getProcessId()
Gets value for attribute processId
-
setProcessId
public void setProcessId(Long processId)
Sets value for attribute processId
-
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
-
getAppName
public String getAppName()
Gets value for attribute appName
-
setAppName
public void setAppName(String appName)
Sets value for attribute appName
-
-