Package com.soffid.iam.model
Class DomainValueEntity
- java.lang.Object
-
- com.soffid.iam.model.DomainValueEntity
-
- Direct Known Subclasses:
DomainValueEntityImpl
public abstract class DomainValueEntity extends Object
Entity DomainValueEntity
-
-
Constructor Summary
Constructors Constructor Description DomainValueEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object object)Returnstrueif the argument is an DomainValueEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetDescription()Gets value for attribute descriptionApplicationDomainEntitygetDomain()Gets value for attribute domainLonggetId()Gets value for attribute idCollection<MailListRoleMemberEntity>getRoleScopeMailLists()Gets value for attribute roleScopeMailListsStringgetValue()Gets value for attribute valueinthashCode()Returns a hash code based on this entity's identifiers.voidsetDescription(String description)Sets value for attribute descriptionvoidsetDomain(ApplicationDomainEntity domain)Sets value for attribute domainvoidsetId(Long id)Sets value for attribute idvoidsetRoleScopeMailLists(Collection<MailListRoleMemberEntity> roleScopeMailLists)Sets value for attribute roleScopeMailListsvoidsetValue(String value)Sets value for attribute value
-
-
-
Method Detail
-
getValue
public String getValue()
Gets value for attribute value
-
setValue
public void setValue(String value)
Sets value for attribute value
-
getDomain
public ApplicationDomainEntity getDomain()
Gets value for attribute domain
-
setDomain
public void setDomain(ApplicationDomainEntity domain)
Sets value for attribute domain
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
getDescription
public String getDescription()
Gets value for attribute description
-
setDescription
public void setDescription(String description)
Sets value for attribute description
-
getRoleScopeMailLists
public Collection<MailListRoleMemberEntity> getRoleScopeMailLists()
Gets value for attribute roleScopeMailLists
-
setRoleScopeMailLists
public void setRoleScopeMailLists(Collection<MailListRoleMemberEntity> roleScopeMailLists)
Sets value for attribute roleScopeMailLists
-
equals
public boolean equals(Object object)
Returnstrueif the argument is an DomainValueEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-