Package com.soffid.iam.model
Class SoDRoleEntity
- java.lang.Object
-
- com.soffid.iam.model.SoDRoleEntity
-
- Direct Known Subclasses:
SoDRoleEntityImpl
public abstract class SoDRoleEntity extends Object
Entity SoDRoleEntity
-
-
Constructor Summary
Constructors Constructor Description SoDRoleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an SoDRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.Collection<SoDRuleMatrixEntity>getColumns()Gets value for attribute columnsLonggetId()Gets value for attribute idRoleEntitygetRole()Gets value for attribute roleCollection<SoDRuleMatrixEntity>getRows()Gets value for attribute rowsSoDRuleEntitygetRule()Gets value for attribute ruleinthashCode()Returns a hash code based on this entity's identifiers.voidsetColumns(Collection<SoDRuleMatrixEntity> columns)Sets value for attribute columnsvoidsetId(Long id)Sets value for attribute idvoidsetRole(RoleEntity role)Sets value for attribute rolevoidsetRows(Collection<SoDRuleMatrixEntity> rows)Sets value for attribute rowsvoidsetRule(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
-
getRole
public RoleEntity getRole()
Gets value for attribute role
-
setRole
public void setRole(RoleEntity role)
Sets value for attribute role
-
getRule
public SoDRuleEntity getRule()
Gets value for attribute rule
-
setRule
public void setRule(SoDRuleEntity rule)
Sets value for attribute rule
-
getColumns
public Collection<SoDRuleMatrixEntity> getColumns()
Gets value for attribute columns
-
setColumns
public void setColumns(Collection<SoDRuleMatrixEntity> columns)
Sets value for attribute columns
-
getRows
public Collection<SoDRuleMatrixEntity> getRows()
Gets value for attribute rows
-
setRows
public void setRows(Collection<SoDRuleMatrixEntity> rows)
Sets value for attribute rows
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an SoDRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-