Package com.soffid.iam.model
Class SoDRuleEntity
- java.lang.Object
-
- com.soffid.iam.model.SoDRuleEntity
-
- Direct Known Subclasses:
SoDRuleEntityImpl
public abstract class SoDRuleEntity extends Object
Entity SoDRuleEntity
-
-
Constructor Summary
Constructors Constructor Description SoDRuleEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an SoDRuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.InformationSystemEntitygetApplication()Gets value for attribute applicationLonggetId()Gets value for attribute idCollection<SoDRuleMatrixEntity>getMatrixCells()Gets value for attribute matrixCellsStringgetName()Gets value for attribute nameIntegergetNumber()Gets value for attribute numberes.caib.seycon.ng.comu.SoDRiskgetRisk()Gets value for attribute riskCollection<SoDRoleEntity>getRoles()Gets value for attribute rolesTenantEntitygetTenant()Gets value for attribute tenantcom.soffid.iam.api.SodRuleTypegetType()Gets value for attribute typeinthashCode()Returns a hash code based on this entity's identifiers.voidsetApplication(InformationSystemEntity application)Sets value for attribute applicationvoidsetId(Long id)Sets value for attribute idvoidsetMatrixCells(Collection<SoDRuleMatrixEntity> matrixCells)Sets value for attribute matrixCellsvoidsetName(String name)Sets value for attribute namevoidsetNumber(Integer number)Sets value for attribute numbervoidsetRisk(es.caib.seycon.ng.comu.SoDRisk risk)Sets value for attribute riskvoidsetRoles(Collection<SoDRoleEntity> roles)Sets value for attribute rolesvoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetType(com.soffid.iam.api.SodRuleType type)Sets value for attribute type
-
-
-
Method Detail
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getName
public String getName()
Gets value for attribute name
-
setName
public void setName(String name)
Sets value for attribute name
-
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
-
getType
public com.soffid.iam.api.SodRuleType getType()
Gets value for attribute type
-
setType
public void setType(com.soffid.iam.api.SodRuleType type)
Sets value for attribute type
-
getNumber
public Integer getNumber()
Gets value for attribute number
-
setNumber
public void setNumber(Integer number)
Sets value for attribute number
-
getApplication
public InformationSystemEntity getApplication()
Gets value for attribute application
-
setApplication
public void setApplication(InformationSystemEntity application)
Sets value for attribute application
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
getRoles
public Collection<SoDRoleEntity> getRoles()
Gets value for attribute roles
-
setRoles
public void setRoles(Collection<SoDRoleEntity> roles)
Sets value for attribute roles
-
getMatrixCells
public Collection<SoDRuleMatrixEntity> getMatrixCells()
Gets value for attribute matrixCells
-
setMatrixCells
public void setMatrixCells(Collection<SoDRuleMatrixEntity> matrixCells)
Sets value for attribute matrixCells
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an SoDRuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-