Package com.soffid.iam.model
Class ExternEmailEntity
- java.lang.Object
-
- com.soffid.iam.model.ExternEmailEntity
-
- Direct Known Subclasses:
ExternEmailEntityImpl
public abstract class ExternEmailEntity extends Object
Entity ExternEmailEntity
-
-
Constructor Summary
Constructors Constructor Description ExternEmailEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object object)
Returnstrue
if the argument is an ExternEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity.String
getAddress()
Gets value for attribute addressLong
getId()
Gets value for attribute idEmailListEntity
getMailList()
Gets value for attribute mailListint
hashCode()
Returns a hash code based on this entity's identifiers.void
setAddress(String address)
Sets value for attribute addressvoid
setId(Long id)
Sets value for attribute idvoid
setMailList(EmailListEntity mailList)
Sets value for attribute mailList
-
-
-
Method Detail
-
getAddress
public String getAddress()
Gets value for attribute address
-
setAddress
public void setAddress(String address)
Sets value for attribute address
-
getMailList
public EmailListEntity getMailList()
Gets value for attribute mailList
-
setMailList
public void setMailList(EmailListEntity mailList)
Sets value for attribute mailList
-
getId
public Long getId()
Gets value for attribute id
-
setId
public void setId(Long id)
Sets value for attribute id
-
equals
public boolean equals(Object object)
Returnstrue
if the argument is an ExternEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalse
otherwise.
-
-