Package com.soffid.iam.reconcile.model
Class ReconcileAssignmentEntity
- java.lang.Object
-
- com.soffid.iam.reconcile.model.ReconcileAssignmentEntity
-
- Direct Known Subclasses:
ReconcileAssignmentEntityImpl
public abstract class ReconcileAssignmentEntity extends Object
Entity ReconcileAssignmentEntity
-
-
Constructor Summary
Constructors Constructor Description ReconcileAssignmentEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ReconcileAssignmentEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAccountName()Gets value for attribute accountNameStringgetAssignmentName()Gets value for attribute assignmentNameStringgetDispatcher()Gets value for attribute dispatcherStringgetDomainValue()Gets value for attribute domainValueLonggetId()Gets value for attribute idLonggetProcessId()Gets value for attribute processIdcom.soffid.iam.reconcile.common.ProposedActiongetProposedAction()Gets value for attribute proposedActionStringgetRoleName()Gets value for attribute roleNameTenantEntitygetTenant()Gets value for attribute tenantinthashCode()Returns a hash code based on this entity's identifiers.voidsetAccountName(String accountName)Sets value for attribute accountNamevoidsetAssignmentName(String assignmentName)Sets value for attribute assignmentNamevoidsetDispatcher(String dispatcher)Sets value for attribute dispatchervoidsetDomainValue(String domainValue)Sets value for attribute domainValuevoidsetId(Long id)Sets value for attribute idvoidsetProcessId(Long processId)Sets value for attribute processIdvoidsetProposedAction(com.soffid.iam.reconcile.common.ProposedAction proposedAction)Sets value for attribute proposedActionvoidsetRoleName(String roleName)Sets value for attribute roleNamevoidsetTenant(TenantEntity tenant)Sets value for attribute tenant
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getAssignmentName
public String getAssignmentName()
Gets value for attribute assignmentName
-
setAssignmentName
public void setAssignmentName(String assignmentName)
Sets value for attribute assignmentName
-
getProcessId
public Long getProcessId()
Gets value for attribute processId
-
setProcessId
public void setProcessId(Long processId)
Sets value for attribute processId
-
getAccountName
public String getAccountName()
Gets value for attribute accountName
-
setAccountName
public void setAccountName(String accountName)
Sets value for attribute accountName
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
getProposedAction
public com.soffid.iam.reconcile.common.ProposedAction getProposedAction()
Gets value for attribute proposedAction
-
setProposedAction
public void setProposedAction(com.soffid.iam.reconcile.common.ProposedAction 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
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an ReconcileAssignmentEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-