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 boolean
equals(Object object)
Returnstrue
if the argument is an ReconcileAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAccountName()
Gets value for attribute accountNamees.caib.seycon.ng.comu.AccountType
getAccountType()
Gets value for attribute accountTypeCollection<ReconcileAccountAttributesEntity>
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 processIdcom.soffid.iam.reconcile.common.AccountProposedAction
getProposedAction()
Gets value for attribute proposedActionTenantEntity
getTenant()
Gets value for attribute tenantString
getUserCode()
Gets value for attribute userCodeString
getUserFullName()
Gets value for attribute userFullNameString
getUserType()
Gets value for attribute userTypeint
hashCode()
Returns a hash code based on this entity's identifiers.boolean
isActive()
Gets value for attribute activevoid
setAccountName(String accountName)
Sets value for attribute accountNamevoid
setAccountType(es.caib.seycon.ng.comu.AccountType accountType)
Sets value for attribute accountTypevoid
setActive(boolean active)
Sets value for attribute activevoid
setAttributes(Collection<ReconcileAccountAttributesEntity> 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(com.soffid.iam.reconcile.common.AccountProposedAction proposedAction)
Sets value for attribute proposedActionvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setUserCode(String userCode)
Sets value for attribute userCodevoid
setUserFullName(String userFullName)
Sets value for attribute userFullNamevoid
setUserType(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)
Returnstrue
if the argument is an ReconcileAccountEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-