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 LonggetColumn()Gets value for attribute columnLonggetId()Gets value for attribute idSoDRiskgetRisk()Gets value for attribute riskLonggetRow()Gets value for attribute rowLonggetRuleId()Gets value for attribute ruleIdvoidsetColumn(Long column)Sets value for attribute columnvoidsetId(Long id)Sets value for attribute idvoidsetRisk(SoDRisk risk)Sets value for attribute riskvoidsetRow(Long row)Sets value for attribute rowvoidsetRuleId(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
-
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
-
-