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 boolean
equals(Object object)
Returnstrue
if the argument is an UserDomainEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getBeanGenerator()
Gets value for attribute beanGeneratorString
getBshExpr()
Gets value for attribute bshExprString
getBshExprCreate()
Gets value for attribute bshExprCreateString
getDescription()
Gets value for attribute descriptionLong
getId()
Gets value for attribute idString
getName()
Gets value for attribute nameCollection<SystemEntity>
getSystems()
Gets value for attribute systemsTenantEntity
getTenant()
Gets value for attribute tenantes.caib.seycon.ng.comu.TipusDominiUsuariEnumeration
getType()
Gets value for attribute typeint
hashCode()
Returns a hash code based on this entity's identifiers.void
setBeanGenerator(String beanGenerator)
Sets value for attribute beanGeneratorvoid
setBshExpr(String bshExpr)
Sets value for attribute bshExprvoid
setBshExprCreate(String bshExprCreate)
Sets value for attribute bshExprCreatevoid
setDescription(String description)
Sets value for attribute descriptionvoid
setId(Long id)
Sets value for attribute idvoid
setName(String name)
Sets value for attribute namevoid
setSystems(Collection<SystemEntity> systems)
Sets value for attribute systemsvoid
setTenant(TenantEntity tenant)
Sets value for attribute tenantvoid
setType(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)
Returnstrue
if the argument is an UserDomainEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-