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 boolean
equals(Object object)
Returnstrue
if 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 columnsLong
getId()
Gets value for attribute idRoleEntity
getRole()
Gets value for attribute roleCollection<SoDRuleMatrixEntity>
getRows()
Gets value for attribute rowsSoDRuleEntity
getRule()
Gets value for attribute ruleint
hashCode()
Returns a hash code based on this entity's identifiers.void
setColumns(Collection<SoDRuleMatrixEntity> columns)
Sets value for attribute columnsvoid
setId(Long id)
Sets value for attribute idvoid
setRole(RoleEntity role)
Sets value for attribute rolevoid
setRows(Collection<SoDRuleMatrixEntity> rows)
Sets value for attribute rowsvoid
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
-
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)
Returnstrue
if the argument is an SoDRoleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-