Package com.soffid.iam.model
Class RuleAssignedRoleEntity
- java.lang.Object
-
- com.soffid.iam.model.RuleAssignedRoleEntity
-
- Direct Known Subclasses:
RuleAssignedRoleEntityImpl
public abstract class RuleAssignedRoleEntity extends Object
Entity RuleAssignedRoleEntity
-
-
Constructor Summary
Constructors Constructor Description RuleAssignedRoleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an RuleAssignedRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getBshDomainValueExpression()
Gets value for attribute bshDomainValueExpressionString
getDomainValue()
Gets value for attribute domainValueLong
getId()
Gets value for attribute idRoleEntity
getRole()
Gets value for attribute roleRuleEntity
getRule()
Gets value for attribute ruleint
hashCode()
Returns a hash code based on this entity's identifiers.void
setBshDomainValueExpression(String bshDomainValueExpression)
Sets value for attribute bshDomainValueExpressionvoid
setDomainValue(String domainValue)
Sets value for attribute domainValuevoid
setId(Long id)
Sets value for attribute idvoid
setRole(RoleEntity role)
Sets value for attribute rolevoid
setRule(RuleEntity rule)
Sets value for attribute rule
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getBshDomainValueExpression
public String getBshDomainValueExpression()
Gets value for attribute bshDomainValueExpression
-
setBshDomainValueExpression
public void setBshDomainValueExpression(String bshDomainValueExpression)
Sets value for attribute bshDomainValueExpression
-
getRule
public RuleEntity getRule()
Gets value for attribute rule
-
setRule
public void setRule(RuleEntity rule)
Sets value for attribute rule
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an RuleAssignedRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-