@Generated(value="org.nuiton.topia.templates.EntityTransformer", date="Wed Jun 11 16:38:33 CEST 2014") public abstract class DemandTypeAbstract extends org.nuiton.topia.persistence.internal.AbstractTopiaEntity implements DemandType
| Modifier and Type | Field and Description |
|---|---|
protected Collection<MailField> |
fields
Nom de l'attribut en BD : fields
|
protected String |
label
Nom de l'attribut en BD : label
|
deleted, fireSupport, readListeners, readVetoables, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_FIELDS, PROPERTY_LABEL| Constructor and Description |
|---|
DemandTypeAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.TopiaEntityVisitor visitor) |
void |
addAllFields(Collection<MailField> fields) |
void |
addFields(MailField fields) |
void |
clearFields() |
boolean |
containsFields(MailField fields) |
Collection<MailField> |
getFields() |
String |
getLabel() |
boolean |
isFieldsEmpty() |
boolean |
isFieldsNotEmpty() |
void |
removeFields(MailField fields) |
void |
setFields(Collection<MailField> fields) |
void |
setLabel(String label) |
int |
sizeFields() |
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 String label
protected Collection<MailField> fields
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 setLabel(String label)
setLabel in interface DemandTypepublic String getLabel()
getLabel in interface DemandTypegetLabel in interface HasLabelpublic void addFields(MailField fields)
addFields in interface DemandTypepublic void addAllFields(Collection<MailField> fields)
addAllFields in interface DemandTypepublic void setFields(Collection<MailField> fields)
setFields in interface DemandTypepublic void removeFields(MailField fields)
removeFields in interface DemandTypepublic void clearFields()
clearFields in interface DemandTypepublic Collection<MailField> getFields()
getFields in interface DemandTypepublic int sizeFields()
sizeFields in interface DemandTypepublic boolean isFieldsEmpty()
isFieldsEmpty in interface DemandTypepublic boolean isFieldsNotEmpty()
isFieldsNotEmpty in interface DemandTypepublic boolean containsFields(MailField fields)
containsFields in interface DemandTypeCopyright © 2014 CodeLutin. All rights reserved.