Package com.soffid.iam.api
Class RuleAssignedRole
- java.lang.Object
-
- com.soffid.iam.api.RuleAssignedRole
-
- All Implemented Interfaces:
Serializable
public class RuleAssignedRole extends Object implements Serializable
ValueObject RuleAssignedRole- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RuleAssignedRole()RuleAssignedRole(RuleAssignedRole otherBean)RuleAssignedRole(Long roleId, Long ruleId)RuleAssignedRole(Long id, String bshDomainValueExpression, String domainValue, Long roleId, Long ruleId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBshDomainValueExpression()Gets value for attribute bshDomainValueExpressionStringgetDomainValue()Gets value for attribute domainValueLonggetId()Gets value for attribute idLonggetRoleId()Gets value for attribute roleIdLonggetRuleId()Gets value for attribute ruleIdvoidsetBshDomainValueExpression(String bshDomainValueExpression)Sets value for attribute bshDomainValueExpressionvoidsetDomainValue(String domainValue)Sets value for attribute domainValuevoidsetId(Long id)Sets value for attribute idvoidsetRoleId(Long roleId)Sets value for attribute roleIdvoidsetRuleId(Long ruleId)Sets value for attribute ruleIdStringtoString()Returns a string representation of the value object.
-
-
-
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
-
getDomainValue
public String getDomainValue()
Gets value for attribute domainValue
-
setDomainValue
public void setDomainValue(String domainValue)
Sets value for attribute domainValue
-
getRoleId
public Long getRoleId()
Gets value for attribute roleId
-
setRoleId
public void setRoleId(Long roleId)
Sets value for attribute roleId
-
getRuleId
public Long getRuleId()
Gets value for attribute ruleId
-
setRuleId
public void setRuleId(Long ruleId)
Sets value for attribute ruleId
-
-