@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue May 12 15:05:45 UTC 2015") public abstract class EmailGroupAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements EmailGroup
| Modifier and Type | Field and Description |
|---|---|
protected Set<Email> |
email
Nom de l'attribut en BD : email
|
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionPROPERTY_EMAIL| Constructor and Description |
|---|
EmailGroupAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
protected void |
accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
void |
addAllEmail(Set<Email> email) |
void |
addEmail(Email email) |
void |
clearEmail() |
boolean |
containsEmail(Email email) |
Set<Email> |
getEmail() |
Email |
getEmailByTopiaId(String topiaId) |
Set<String> |
getEmailTopiaIds() |
boolean |
isEmailEmpty() |
boolean |
isEmailNotEmpty() |
void |
removeEmail(Email email) |
void |
setEmail(Set<Email> email) |
int |
sizeEmail() |
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionpublic void accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.persistence.TopiaExceptionprotected void accept0(org.nuiton.topia.persistence.TopiaEntityVisitor visitor)
throws org.nuiton.topia.persistence.TopiaException
org.nuiton.topia.persistence.TopiaExceptionpublic void addEmail(Email email)
addEmail in interface EmailGrouppublic void addAllEmail(Set<Email> email)
addAllEmail in interface EmailGrouppublic void setEmail(Set<Email> email)
setEmail in interface EmailGrouppublic void removeEmail(Email email)
removeEmail in interface EmailGrouppublic void clearEmail()
clearEmail in interface EmailGrouppublic Set<Email> getEmail()
getEmail in interface EmailGrouppublic Email getEmailByTopiaId(String topiaId)
getEmailByTopiaId in interface EmailGrouppublic Set<String> getEmailTopiaIds()
getEmailTopiaIds in interface EmailGrouppublic int sizeEmail()
sizeEmail in interface EmailGrouppublic boolean isEmailEmpty()
isEmailEmpty in interface EmailGrouppublic boolean isEmailNotEmpty()
isEmailNotEmpty in interface EmailGrouppublic boolean containsEmail(Email email)
containsEmail in interface EmailGroupCopyright © 2014–2015 CodeLutin. All rights reserved.