Package com.soffid.iam.iga.api
Class Rule
java.lang.Object
com.soffid.iam.iga.api.Rule
- All Implemented Interfaces:
Serializable
ValueObject Rule
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute bshExpressionGets value for attribute bshRolesGets value for attribute descriptiongetId()Gets value for attribute idgetName()Gets value for attribute namevoidsetBshExpression(String bshExpression) Sets value for attribute bshExpressionvoidsetBshRoles(String bshRoles) Sets value for attribute bshRolesvoidsetDescription(String description) Sets value for attribute descriptionvoidSets value for attribute idvoidSets value for attribute nametoString()Returns a string representation of the value object.
-
Constructor Details
-
Rule
public Rule() -
Rule
-
Rule
-
Rule
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getName
Gets value for attribute name -
setName
Sets value for attribute name -
getDescription
Gets value for attribute description -
setDescription
Sets value for attribute description -
getBshExpression
Gets value for attribute bshExpression -
setBshExpression
Sets value for attribute bshExpression -
getBshRoles
Gets value for attribute bshRoles -
setBshRoles
Sets value for attribute bshRoles -
toString
Returns a string representation of the value object.
-