@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Tue Jun 10 11:30:03 CEST 2014") public abstract class EmailGroupAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements EmailGroup
| Modifier and Type | Field and Description |
|---|---|
protected Collection<Email> |
email
Nom de l'attribut en BD : email
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_EMAIL| Constructor and Description |
|---|
EmailGroupAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
void |
addAllEmail(Collection<Email> email) |
void |
addEmail(Email email) |
void |
clearEmail() |
boolean |
containsEmail(Email email) |
Collection<Email> |
getEmail() |
Email |
getEmailByTopiaId(String topiaId) |
Collection<String> |
getEmailTopiaIds() |
boolean |
isEmailEmpty() |
boolean |
isEmailNotEmpty() |
void |
removeEmail(Email email) |
void |
setEmail(Collection<Email> email) |
int |
sizeEmail() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFireSupportOrNull, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected Collection<Email> email
public 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.TopiaExceptionpublic void addEmail(Email email)
addEmail in interface EmailGrouppublic void addAllEmail(Collection<Email> email)
addAllEmail in interface EmailGrouppublic void setEmail(Collection<Email> email)
setEmail in interface EmailGrouppublic void removeEmail(Email email)
removeEmail in interface EmailGrouppublic void clearEmail()
clearEmail in interface EmailGrouppublic Collection<Email> getEmail()
getEmail in interface EmailGrouppublic Email getEmailByTopiaId(String topiaId)
getEmailByTopiaId in interface EmailGrouppublic Collection<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 CodeLutin. All rights reserved.