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 boolean
equals(Object object)
Returnstrue
if the argument is an DomainValueEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getDescription()
Gets value for attribute descriptionApplicationDomainEntity
getDomain()
Gets value for attribute domainLong
getId()
Gets value for attribute idCollection<MailListRoleMemberEntity>
getRoleScopeMailLists()
Gets value for attribute roleScopeMailListsString
getValue()
Gets value for attribute valueint
hashCode()
Returns a hash code based on this entity's identifiers.void
setDescription(String description)
Sets value for attribute descriptionvoid
setDomain(ApplicationDomainEntity domain)
Sets value for attribute domainvoid
setId(Long id)
Sets value for attribute idvoid
setRoleScopeMailLists(Collection<MailListRoleMemberEntity> roleScopeMailLists)
Sets value for attribute roleScopeMailListsvoid
setValue(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)
Returnstrue
if the argument is an DomainValueEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-