Package com.soffid.iam.api
Class SoDRuleMatrix
- java.lang.Object
-
- com.soffid.iam.api.SoDRuleMatrix
-
- All Implemented Interfaces:
Serializable
public class SoDRuleMatrix extends Object implements Serializable
ValueObject SoDRuleMatrix- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SoDRuleMatrix()
SoDRuleMatrix(SoDRuleMatrix otherBean)
SoDRuleMatrix(Long ruleId, SoDRisk risk, Long row, Long column)
SoDRuleMatrix(Long id, Long ruleId, SoDRisk risk, Long row, Long column)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getColumn()
Gets value for attribute columnLong
getId()
Gets value for attribute idSoDRisk
getRisk()
Gets value for attribute riskLong
getRow()
Gets value for attribute rowLong
getRuleId()
Gets value for attribute ruleIdvoid
setColumn(Long column)
Sets value for attribute columnvoid
setId(Long id)
Sets value for attribute idvoid
setRisk(SoDRisk risk)
Sets value for attribute riskvoid
setRow(Long row)
Sets value for attribute rowvoid
setRuleId(Long ruleId)
Sets value for attribute ruleIdString
toString()
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
-
getRuleId
public Long getRuleId()
Gets value for attribute ruleId
-
setRuleId
public void setRuleId(Long ruleId)
Sets value for attribute ruleId
-
getRisk
public SoDRisk getRisk()
Gets value for attribute risk
-
setRisk
public void setRisk(SoDRisk risk)
Sets value for attribute risk
-
getRow
public Long getRow()
Gets value for attribute row
-
setRow
public void setRow(Long row)
Sets value for attribute row
-
getColumn
public Long getColumn()
Gets value for attribute column
-
setColumn
public void setColumn(Long column)
Sets value for attribute column
-
-