Package com.soffid.iam.iga.api
Class ReconcileAccount
java.lang.Object
com.soffid.iam.iga.api.ReconcileAccount
- All Implemented Interfaces:
Serializable
ValueObject ReconcileAccount
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionReconcileAccount(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
Modifier and TypeMethodDescriptionGets value for attribute accountNameGets value for attribute accountTypeGets value for attribute attributesGets value for attribute deletedAccountGets value for attribute descriptionGets value for attribute dispatchergetId()Gets value for attribute idGets value for attribute newAccountGets value for attribute primaryGroupGets value for attribute processIdGets value for attribute proposedActionGets value for attribute userCodeGets value for attribute userFullNameGets 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 dispatchervoidSets 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 userTypetoString()Returns a string representation of the value object.
-
Constructor Details
-
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
-
ReconcileAccount
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getAccountName
Gets value for attribute accountName -
setAccountName
Sets value for attribute accountName -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getProcessId
Gets value for attribute processId -
setProcessId
Sets value for attribute processId -
getProposedAction
Gets value for attribute proposedAction -
setProposedAction
Sets value for attribute proposedAction -
getDispatcher
Gets value for attribute dispatcher -
setDispatcher
Sets value for attribute dispatcher -
getPrimaryGroup
Gets value for attribute primaryGroup -
setPrimaryGroup
Sets value for attribute primaryGroup -
getUserCode
Gets value for attribute userCode -
setUserCode
Sets value for attribute userCode -
getUserType
Gets value for attribute userType -
setUserType
Sets value for attribute userType -
getUserFullName
Gets value for attribute userFullName -
setUserFullName
Sets value for attribute userFullName -
getAccountType
Gets value for attribute accountType -
setAccountType
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
Gets value for attribute newAccount -
setNewAccount
Sets value for attribute newAccount -
getDeletedAccount
Gets value for attribute deletedAccount -
setDeletedAccount
Sets value for attribute deletedAccount -
getAttributes
Gets value for attribute attributes -
setAttributes
Sets value for attribute attributes -
toString
Returns a string representation of the value object.
-