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 boolean
equals(Object object)
Returnstrue
if the argument is an SoDRuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity.InformationSystemEntity
getApplication()
Gets value for attribute applicationLong
getId()
Gets value for attribute idCollection<SoDRuleMatrixEntity>
getMatrixCells()
Gets value for attribute matrixCellsString
getName()
Gets value for attribute nameInteger
getNumber()
Gets value for attribute numberes.caib.seycon.ng.comu.SoDRisk
getRisk()
Gets value for attribute riskCollection<SoDRoleEntity>
getRoles()
Gets value for attribute rolesTenantEntity
getTenant()
Gets value for attribute tenantcom.soffid.iam.api.SodRuleType
getType()
Gets value for attribute typeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setApplication(InformationSystemEntity application)
Sets value for attribute applicationvoid
setId(Long id)
Sets value for attribute idvoid
setMatrixCells(Collection<SoDRuleMatrixEntity> matrixCells)
Sets value for attribute matrixCellsvoid
setName(String name)
Sets value for attribute namevoid
setNumber(Integer number)
Sets value for attribute numbervoid
setRisk(es.caib.seycon.ng.comu.SoDRisk risk)
Sets value for attribute riskvoid
setRoles(Collection<SoDRoleEntity> roles)
Sets value for attribute rolesvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setType(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)
Returnstrue
if the argument is an SoDRuleEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-