Package com.soffid.iam.model
Class SoDRuleMatrixEntity
- java.lang.Object
-
- com.soffid.iam.model.SoDRuleMatrixEntity
-
- Direct Known Subclasses:
SoDRuleMatrixEntityImpl
public abstract class SoDRuleMatrixEntity extends Object
Entity SoDRuleMatrixEntity
-
-
Constructor Summary
Constructors Constructor Description SoDRuleMatrixEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an SoDRuleMatrixEntity instance and all identifiers for this entity equal the identifiers of the argument entity.SoDRoleEntitygetColumn()Gets value for attribute columnLonggetId()Gets value for attribute ides.caib.seycon.ng.comu.SoDRiskgetRisk()Gets value for attribute riskSoDRoleEntitygetRow()Gets value for attribute rowSoDRuleEntitygetRule()Gets value for attribute ruleinthashCode()Returns a hash code based on this entity's identifiers.voidsetColumn(SoDRoleEntity column)Sets value for attribute columnvoidsetId(Long id)Sets value for attribute idvoidsetRisk(es.caib.seycon.ng.comu.SoDRisk risk)Sets value for attribute riskvoidsetRow(SoDRoleEntity row)Sets value for attribute rowvoidsetRule(SoDRuleEntity rule)Sets value for attribute rule
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getRule
public SoDRuleEntity getRule()
Gets value for attribute rule
-
setRule
public void setRule(SoDRuleEntity rule)
Sets value for attribute rule
-
getRisk
public es.caib.seycon.ng.comu.SoDRisk getRisk()
Gets value for attribute risk
-
setRisk
public void setRisk(es.caib.seycon.ng.comu.SoDRisk risk)
Sets value for attribute risk
-
getRow
public SoDRoleEntity getRow()
Gets value for attribute row
-
setRow
public void setRow(SoDRoleEntity row)
Sets value for attribute row
-
getColumn
public SoDRoleEntity getColumn()
Gets value for attribute column
-
setColumn
public void setColumn(SoDRoleEntity column)
Sets value for attribute column
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an SoDRuleMatrixEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-