public abstract class InfoChargementAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements InfoChargement
| Modifier and Type | Field and Description |
|---|---|
protected String |
compartiments
Nom de l'attribut en BD : compartiments
|
protected Date |
date
Nom de l'attribut en BD : date
|
protected boolean |
notifier
Nom de l'attribut en BD : notifier
|
protected int |
quantite
Nom de l'attribut en BD : quantite
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_COMPARTIMENTS, PROPERTY_DATE, PROPERTY_NOTIFIER, PROPERTY_QUANTITE| Constructor and Description |
|---|
InfoChargementAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getCompartiments() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
Date |
getDate() |
boolean |
getNotifier() |
int |
getQuantite() |
boolean |
isNotifier() |
void |
setCompartiments(String compartiments) |
void |
setDate(Date date) |
void |
setNotifier(boolean notifier) |
void |
setQuantite(int quantite) |
String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getReadPropertyChangeSupport, getReadVetoableChangeSupport, getTopiaContext, getTopiaCreateDate, getTopiaId, getTopiaVersion, getWritePropertyChangeSupport, getWriteVetoableChangeSupport, hashCode, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaContext, setTopiaCreateDate, setTopiaId, setTopiaVersionclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionprotected Date date
protected int quantite
protected String compartiments
protected boolean notifier
public void accept(org.nuiton.topia.persistence.EntityVisitor visitor)
throws org.nuiton.topia.TopiaException
accept in interface org.nuiton.topia.persistence.TopiaEntityorg.nuiton.topia.TopiaExceptionpublic void setDate(Date date)
setDate in interface InfoChargementpublic Date getDate()
getDate in interface InfoChargementpublic void setQuantite(int quantite)
setQuantite in interface InfoChargementpublic int getQuantite()
getQuantite in interface InfoChargementpublic void setCompartiments(String compartiments)
setCompartiments in interface InfoChargementpublic String getCompartiments()
getCompartiments in interface InfoChargementpublic void setNotifier(boolean notifier)
setNotifier in interface InfoChargementpublic boolean isNotifier()
isNotifier in interface InfoChargementpublic boolean getNotifier()
getNotifier in interface InfoChargementpublic List<org.nuiton.topia.persistence.TopiaEntity> getAggregate() throws org.nuiton.topia.TopiaException
getAggregate in interface org.nuiton.topia.persistence.TopiaEntitygetAggregate in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionpublic List<org.nuiton.topia.persistence.TopiaEntity> getComposite() throws org.nuiton.topia.TopiaException
getComposite in interface org.nuiton.topia.persistence.TopiaEntitygetComposite in class org.nuiton.topia.persistence.TopiaEntityAbstractorg.nuiton.topia.TopiaExceptionCopyright © 2008-2013 Cybelia. All Rights Reserved.