Package com.soffid.iam.reconcile.model
Class ReconcileRoleEntity
- java.lang.Object
-
- com.soffid.iam.reconcile.model.ReconcileRoleEntity
-
- Direct Known Subclasses:
ReconcileRoleEntityImpl
public abstract class ReconcileRoleEntity extends Object
Entity ReconcileRoleEntity
-
-
Constructor Summary
Constructors Constructor Description ReconcileRoleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an ReconcileRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAppName()Gets value for attribute appNameStringgetDescription()Gets value for attribute descriptionStringgetDispatcher()Gets value for attribute dispatcherLonggetId()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.voidsetAppName(String appName)Sets value for attribute appNamevoidsetDescription(String description)Sets value for attribute descriptionvoidsetDispatcher(String dispatcher)Sets value for attribute dispatchervoidsetId(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
-
getRoleName
public String getRoleName()
Gets value for attribute roleName
-
setRoleName
public void setRoleName(String roleName)
Sets value for attribute roleName
-
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 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
-
getAppName
public String getAppName()
Gets value for attribute appName
-
setAppName
public void setAppName(String appName)
Sets value for attribute appName
-
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 ReconcileRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-