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 booleanequals(Object object)Returnstrueif the argument is an RuleAssignedRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetBshDomainValueExpression()Gets value for attribute bshDomainValueExpressionStringgetDomainValue()Gets value for attribute domainValueLonggetId()Gets value for attribute idRoleEntitygetRole()Gets value for attribute roleRuleEntitygetRule()Gets value for attribute ruleinthashCode()Returns a hash code based on this entity's identifiers.voidsetBshDomainValueExpression(String bshDomainValueExpression)Sets value for attribute bshDomainValueExpressionvoidsetDomainValue(String domainValue)Sets value for attribute domainValuevoidsetId(Long id)Sets value for attribute idvoidsetRole(RoleEntity role)Sets value for attribute rolevoidsetRule(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)
Returnstrueif the argument is an RuleAssignedRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-