Package com.soffid.iam.model
Class PamActionEntity
- java.lang.Object
-
- com.soffid.iam.model.PamActionEntity
-
- Direct Known Subclasses:
PamActionEntityImpl
public abstract class PamActionEntity extends Object
Entity PamActionEntity
-
-
Constructor Summary
Constructors Constructor Description PamActionEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an PamActionEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAuthor()
Gets value for attribute authorDate
getDate()
Gets value for attribute dateLong
getId()
Gets value for attribute idPamPolicyEntity
getPolicy()
Gets value for attribute policyPamRuleEntity
getRule()
Gets value for attribute ruleTenantEntity
getTenant()
Gets value for attribute tenantcom.soffid.iam.model.PamActionType
getType()
Gets value for attribute typeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAuthor(String author)
Sets value for attribute authorvoid
setDate(Date date)
Sets value for attribute datevoid
setId(Long id)
Sets value for attribute idvoid
setPolicy(PamPolicyEntity policy)
Sets value for attribute policyvoid
setRule(PamRuleEntity rule)
Sets value for attribute rulevoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setType(com.soffid.iam.model.PamActionType type)
Sets value for attribute type
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getPolicy
public PamPolicyEntity getPolicy()
Gets value for attribute policy
-
setPolicy
public void setPolicy(PamPolicyEntity policy)
Sets value for attribute policy
-
getRule
public PamRuleEntity getRule()
Gets value for attribute rule
-
setRule
public void setRule(PamRuleEntity rule)
Sets value for attribute rule
-
getAuthor
public String getAuthor()
Gets value for attribute author
-
setAuthor
public void setAuthor(String author)
Sets value for attribute author
-
getDate
public Date getDate()
Gets value for attribute date
-
setDate
public void setDate(Date date)
Sets value for attribute date
-
getType
public com.soffid.iam.model.PamActionType getType()
Gets value for attribute type
-
setType
public void setType(com.soffid.iam.model.PamActionType type)
Sets value for attribute type
-
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)
Returnstrue
if the argument is an PamActionEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-