Package com.soffid.iam.model
Class UserDomainEntity
- java.lang.Object
-
- com.soffid.iam.model.UserDomainEntity
-
- Direct Known Subclasses:
UserDomainEntityImpl
public abstract class UserDomainEntity extends Object
Entity UserDomainEntity
-
-
Constructor Summary
Constructors Constructor Description UserDomainEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an UserDomainEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetBeanGenerator()Gets value for attribute beanGeneratorStringgetBshExpr()Gets value for attribute bshExprStringgetBshExprCreate()Gets value for attribute bshExprCreateStringgetDescription()Gets value for attribute descriptionLonggetId()Gets value for attribute idStringgetName()Gets value for attribute nameCollection<SystemEntity>getSystems()Gets value for attribute systemsTenantEntitygetTenant()Gets value for attribute tenantes.caib.seycon.ng.comu.TipusDominiUsuariEnumerationgetType()Gets value for attribute typeinthashCode()Returns a hash code based on this entity's identifiers.voidsetBeanGenerator(String beanGenerator)Sets value for attribute beanGeneratorvoidsetBshExpr(String bshExpr)Sets value for attribute bshExprvoidsetBshExprCreate(String bshExprCreate)Sets value for attribute bshExprCreatevoidsetDescription(String description)Sets value for attribute descriptionvoidsetId(Long id)Sets value for attribute idvoidsetName(String name)Sets value for attribute namevoidsetSystems(Collection<SystemEntity> systems)Sets value for attribute systemsvoidsetTenant(TenantEntity tenant)Sets value for attribute tenantvoidsetType(es.caib.seycon.ng.comu.TipusDominiUsuariEnumeration 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
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getType
public es.caib.seycon.ng.comu.TipusDominiUsuariEnumeration getType()
Gets value for attribute type
-
setType
public void setType(es.caib.seycon.ng.comu.TipusDominiUsuariEnumeration type)
Sets value for attribute type
-
getSystems
public Collection<SystemEntity> getSystems()
Gets value for attribute systems
-
setSystems
public void setSystems(Collection<SystemEntity> systems)
Sets value for attribute systems
-
getBshExpr
public String getBshExpr()
Gets value for attribute bshExpr
-
setBshExpr
public void setBshExpr(String bshExpr)
Sets value for attribute bshExpr
-
getBshExprCreate
public String getBshExprCreate()
Gets value for attribute bshExprCreate
-
setBshExprCreate
public void setBshExprCreate(String bshExprCreate)
Sets value for attribute bshExprCreate
-
getBeanGenerator
public String getBeanGenerator()
Gets value for attribute beanGenerator
-
setBeanGenerator
public void setBeanGenerator(String beanGenerator)
Sets value for attribute beanGenerator
-
getTenant
public TenantEntity getTenant()
Gets value for attribute tenant
-
setTenant
public void setTenant(TenantEntity tenant)
Sets value for attribute tenant
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an UserDomainEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-