Package com.soffid.iam.reconcile.common
Class ReconcileAccount
- java.lang.Object
-
- com.soffid.iam.reconcile.common.ReconcileAccount
-
- All Implemented Interfaces:
Serializable
public class ReconcileAccount extends Object implements Serializable
ValueObject ReconcileAccount- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReconcileAccount()
ReconcileAccount(ReconcileAccount otherBean)
ReconcileAccount(Long id, String accountName, String description, Long processId, AccountProposedAction proposedAction, String dispatcher, String primaryGroup, String userCode, String userType, String userFullName, AccountType accountType, boolean active, Boolean newAccount, Boolean deletedAccount, Map<String,Object> attributes)
ReconcileAccount(String accountName, String description, Long processId, AccountProposedAction proposedAction, String dispatcher, boolean active, Boolean newAccount, Boolean deletedAccount, Map<String,Object> attributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccountName()
Gets value for attribute accountNameAccountType
getAccountType()
Gets value for attribute accountTypeMap<String,Object>
getAttributes()
Gets value for attribute attributesBoolean
getDeletedAccount()
Gets value for attribute deletedAccountString
getDescription()
Gets value for attribute descriptionString
getDispatcher()
Gets value for attribute dispatcherLong
getId()
Gets value for attribute idBoolean
getNewAccount()
Gets value for attribute newAccountString
getPrimaryGroup()
Gets value for attribute primaryGroupLong
getProcessId()
Gets value for attribute processIdAccountProposedAction
getProposedAction()
Gets value for attribute proposedActionString
getUserCode()
Gets value for attribute userCodeString
getUserFullName()
Gets value for attribute userFullNameString
getUserType()
Gets value for attribute userTypeboolean
isActive()
Gets value for attribute activevoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAccountType(AccountType accountType)
Sets value for attribute accountTypevoid
setActive(boolean active)
Sets value for attribute activevoid
setAttributes(Map<String,Object> attributes)
Sets value for attribute attributesvoid
setDeletedAccount(Boolean deletedAccount)
Sets value for attribute deletedAccountvoid
setDescription(String description)
Sets value for attribute descriptionvoid
setDispatcher(String dispatcher)
Sets value for attribute dispatchervoid
setId(Long id)
Sets value for attribute idvoid
setNewAccount(Boolean newAccount)
Sets value for attribute newAccountvoid
setPrimaryGroup(String primaryGroup)
Sets value for attribute primaryGroupvoid
setProcessId(Long processId)
Sets value for attribute processIdvoid
setProposedAction(AccountProposedAction proposedAction)
Sets value for attribute proposedActionvoid
setUserCode(String userCode)
Sets value for attribute userCodevoid
setUserFullName(String userFullName)
Sets value for attribute userFullNamevoid
setUserType(String userType)
Sets value for attribute userTypeString
toString()
Returns a string representation of the value object.
-
-
-
Constructor Detail
-
ReconcileAccount
public ReconcileAccount()
-
ReconcileAccount
public ReconcileAccount(Long id, String accountName, String description, Long processId, AccountProposedAction proposedAction, String dispatcher, String primaryGroup, String userCode, String userType, String userFullName, AccountType accountType, boolean active, Boolean newAccount, Boolean deletedAccount, Map<String,Object> attributes)
-
ReconcileAccount
public ReconcileAccount(String accountName, String description, Long processId, AccountProposedAction proposedAction, String dispatcher, boolean active, Boolean newAccount, Boolean deletedAccount, Map<String,Object> attributes)
-
ReconcileAccount
public ReconcileAccount(ReconcileAccount otherBean)
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
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 AccountProposedAction getProposedAction()
Gets value for attribute proposedAction
-
setProposedAction
public void setProposedAction(AccountProposedAction 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
-
getPrimaryGroup
public String getPrimaryGroup()
Gets value for attribute primaryGroup
-
setPrimaryGroup
public void setPrimaryGroup(String primaryGroup)
Sets value for attribute primaryGroup
-
getUserCode
public String getUserCode()
Gets value for attribute userCode
-
setUserCode
public void setUserCode(String userCode)
Sets value for attribute userCode
-
getUserType
public String getUserType()
Gets value for attribute userType
-
setUserType
public void setUserType(String userType)
Sets value for attribute userType
-
getUserFullName
public String getUserFullName()
Gets value for attribute userFullName
-
setUserFullName
public void setUserFullName(String userFullName)
Sets value for attribute userFullName
-
getAccountType
public AccountType getAccountType()
Gets value for attribute accountType
-
setAccountType
public void setAccountType(AccountType accountType)
Sets value for attribute accountType
-
isActive
public boolean isActive()
Gets value for attribute active
-
setActive
public void setActive(boolean active)
Sets value for attribute active
-
getNewAccount
public Boolean getNewAccount()
Gets value for attribute newAccount
-
setNewAccount
public void setNewAccount(Boolean newAccount)
Sets value for attribute newAccount
-
getDeletedAccount
public Boolean getDeletedAccount()
Gets value for attribute deletedAccount
-
setDeletedAccount
public void setDeletedAccount(Boolean deletedAccount)
Sets value for attribute deletedAccount
-
setAttributes
public void setAttributes(Map<String,Object> attributes)
Sets value for attribute attributes
-
-