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 boolean
equals(Object object)
Returnstrue
if the argument is an SoDRuleMatrixEntity instance and all identifiers for this entity equal the identifiers of the argument entity.SoDRoleEntity
getColumn()
Gets value for attribute columnLong
getId()
Gets value for attribute ides.caib.seycon.ng.comu.SoDRisk
getRisk()
Gets value for attribute riskSoDRoleEntity
getRow()
Gets value for attribute rowSoDRuleEntity
getRule()
Gets value for attribute ruleint
hashCode()
Returns a hash code based on this entity's identifiers.void
setColumn(SoDRoleEntity column)
Sets value for attribute columnvoid
setId(Long id)
Sets value for attribute idvoid
setRisk(es.caib.seycon.ng.comu.SoDRisk risk)
Sets value for attribute riskvoid
setRow(SoDRoleEntity row)
Sets value for attribute rowvoid
setRule(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)
Returnstrue
if the argument is an SoDRuleMatrixEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-