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 booleanequals(Object object)Returnstrueif the argument is an ExternEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity.StringgetAddress()Gets value for attribute addressLonggetId()Gets value for attribute idEmailListEntitygetMailList()Gets value for attribute mailListinthashCode()Returns a hash code based on this entity's identifiers.voidsetAddress(String address)Sets value for attribute addressvoidsetId(Long id)Sets value for attribute idvoidsetMailList(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)
Returnstrueif the argument is an ExternEmailEntity instance and all identifiers for this entity equal the identifiers of the argument entity. Returnsfalseotherwise.
-
-