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 StringgetAccountName()Gets value for attribute accountNameAccountTypegetAccountType()Gets value for attribute accountTypeMap<String,Object>getAttributes()Gets value for attribute attributesBooleangetDeletedAccount()Gets value for attribute deletedAccountStringgetDescription()Gets value for attribute descriptionStringgetDispatcher()Gets value for attribute dispatcherLonggetId()Gets value for attribute idBooleangetNewAccount()Gets value for attribute newAccountStringgetPrimaryGroup()Gets value for attribute primaryGroupLonggetProcessId()Gets value for attribute processIdAccountProposedActiongetProposedAction()Gets value for attribute proposedActionStringgetUserCode()Gets value for attribute userCodeStringgetUserFullName()Gets value for attribute userFullNameStringgetUserType()Gets value for attribute userTypebooleanisActive()Gets value for attribute activevoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAccountType(AccountType accountType)Sets value for attribute accountTypevoidsetActive(boolean active)Sets value for attribute activevoidsetAttributes(Map<String,Object> attributes)Sets value for attribute attributesvoidsetDeletedAccount(Boolean deletedAccount)Sets value for attribute deletedAccountvoidsetDescription(String description)Sets value for attribute descriptionvoidsetDispatcher(String dispatcher)Sets value for attribute dispatchervoidsetId(Long id)Sets value for attribute idvoidsetNewAccount(Boolean newAccount)Sets value for attribute newAccountvoidsetPrimaryGroup(String primaryGroup)Sets value for attribute primaryGroupvoidsetProcessId(Long processId)Sets value for attribute processIdvoidsetProposedAction(AccountProposedAction proposedAction)Sets value for attribute proposedActionvoidsetUserCode(String userCode)Sets value for attribute userCodevoidsetUserFullName(String userFullName)Sets value for attribute userFullNamevoidsetUserType(String userType)Sets value for attribute userTypeStringtoString()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
-
-