Package com.soffid.iam.reconcile.model
Class ReconcileAccountEntity
- java.lang.Object
-
- com.soffid.iam.reconcile.model.ReconcileAccountEntity
-
- Direct Known Subclasses:
ReconcileAccountEntityImpl
public abstract class ReconcileAccountEntity extends Object
Entity ReconcileAccountEntity
-
-
Constructor Summary
Constructors Constructor Description ReconcileAccountEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ReconcileAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAccountName()Gets value for attribute accountNamees.caib.seycon.ng.comu.AccountTypegetAccountType()Gets value for attribute accountTypeCollection<ReconcileAccountAttributesEntity>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 processIdcom.soffid.iam.reconcile.common.AccountProposedActiongetProposedAction()Gets value for attribute proposedActionTenantEntitygetTenant()Gets value for attribute tenantStringgetUserCode()Gets value for attribute userCodeStringgetUserFullName()Gets value for attribute userFullNameStringgetUserType()Gets value for attribute userTypeinthashCode()Returns a hash code based on this entity's identifiers.booleanisActive()Gets value for attribute activevoidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAccountType(es.caib.seycon.ng.comu.AccountType accountType)Sets value for attribute accountTypevoidsetActive(boolean active)Sets value for attribute activevoidsetAttributes(Collection<ReconcileAccountAttributesEntity> 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(com.soffid.iam.reconcile.common.AccountProposedAction proposedAction)Sets value for attribute proposedActionvoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetUserCode(String userCode)Sets value for attribute userCodevoidsetUserFullName(String userFullName)Sets value for attribute userFullNamevoidsetUserType(String userType)Sets value for attribute userType
-
-
-
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
-
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
-
getProposedAction
public com.soffid.iam.reconcile.common.AccountProposedAction getProposedAction()
Gets value for attribute proposedAction
-
setProposedAction
public void setProposedAction(com.soffid.iam.reconcile.common.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
-
getUserCode
public String getUserCode()
Gets value for attribute userCode
-
setUserCode
public void setUserCode(String userCode)
Sets value for attribute userCode
-
getPrimaryGroup
public String getPrimaryGroup()
Gets value for attribute primaryGroup
-
setPrimaryGroup
public void setPrimaryGroup(String primaryGroup)
Sets value for attribute primaryGroup
-
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 es.caib.seycon.ng.comu.AccountType getAccountType()
Gets value for attribute accountType
-
setAccountType
public void setAccountType(es.caib.seycon.ng.comu.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
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getAttributes
public Collection<ReconcileAccountAttributesEntity> getAttributes()
Gets value for attribute attributes
-
setAttributes
public void setAttributes(Collection<ReconcileAccountAttributesEntity> attributes)
Sets value for attribute attributes
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an ReconcileAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-