public abstract class ExpeditionAbstract extends org.nuiton.topia.persistence.TopiaEntityAbstract implements Expedition
| Modifier and Type | Field and Description |
|---|---|
protected String |
client
Nom de l'attribut en BD : client
|
protected Date |
date
Nom de l'attribut en BD : date
|
protected Presentation |
presentation
Nom de l'attribut en BD : presentation
|
protected double |
quantity
Nom de l'attribut en BD : quantity
|
protected Zone |
source
La source source du lieu qui a réalisé l'expédition
Nom de l'attribut en BD : source
|
readListeners, readVetoables, topiaContext, topiaCreateDate, topiaId, topiaVersion, writeListeners, writeVetoablesPROPERTY_CLIENT, PROPERTY_DATE, PROPERTY_PRESENTATION, PROPERTY_QUANTITY, PROPERTY_SOURCE| Constructor and Description |
|---|
ExpeditionAbstract() |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.nuiton.topia.persistence.EntityVisitor visitor) |
List<org.nuiton.topia.persistence.TopiaEntity> |
getAggregate() |
String |
getClient() |
List<org.nuiton.topia.persistence.TopiaEntity> |
getComposite() |
Date |
getDate() |
Presentation |
getPresentation() |
double |
getQuantity() |
Zone |
getSource() |
void |
setClient(String client) |
void |
setDate(Date date) |
void |
setPresentation(Presentation presentation) |
void |
setQuantity(double quantity) |
void |
setSource(Zone source) |
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, toString, 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 double quantity
protected String client
protected Presentation presentation
protected Zone source
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 Expeditionpublic Date getDate()
getDate in interface Expeditionpublic void setQuantity(double quantity)
setQuantity in interface Expeditionpublic double getQuantity()
getQuantity in interface Expeditionpublic void setClient(String client)
setClient in interface Expeditionpublic String getClient()
getClient in interface Expeditionpublic void setPresentation(Presentation presentation)
setPresentation in interface Expeditionpublic Presentation getPresentation()
getPresentation in interface Expeditionpublic void setSource(Zone source)
setSource in interface Expeditionpublic Zone getSource()
getSource in interface Expeditionpublic 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 © 2012 Herboristerie Cailleau. All Rights Reserved.