Package com.soffid.iam.rc.api
Class SoDRuleMatrix
java.lang.Object
com.soffid.iam.rc.api.SoDRuleMatrix
- All Implemented Interfaces:
Serializable
ValueObject SoDRuleMatrix
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSoDRuleMatrix(SoDRuleMatrix otherBean) SoDRuleMatrix(Long ruleId, SoDRisk risk, Long row, Long column) -
Method Summary
Modifier and TypeMethodDescriptionGets value for attribute columngetId()Gets value for attribute idgetRisk()Gets value for attribute riskgetRow()Gets value for attribute rowGets value for attribute ruleIdvoidSets value for attribute columnvoidSets value for attribute idvoidSets value for attribute riskvoidSets value for attribute rowvoidSets value for attribute ruleIdtoString()Returns a string representation of the value object.
-
Constructor Details
-
SoDRuleMatrix
public SoDRuleMatrix() -
SoDRuleMatrix
-
SoDRuleMatrix
-
SoDRuleMatrix
-
-
Method Details
-
getId
Gets value for attribute id -
setId
Sets value for attribute id -
getRuleId
Gets value for attribute ruleId -
setRuleId
Sets value for attribute ruleId -
getRisk
Gets value for attribute risk -
setRisk
Sets value for attribute risk -
getRow
Gets value for attribute row -
setRow
Sets value for attribute row -
getColumn
Gets value for attribute column -
setColumn
Sets value for attribute column -
toString
Returns a string representation of the value object.
-