public interface Expedition
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_CLIENT |
static String |
PROPERTY_CORRECTION |
static String |
PROPERTY_DATE |
static String |
PROPERTY_DESTINATION |
static String |
PROPERTY_PRESENTATION |
static String |
PROPERTY_QUANTITY |
static String |
PROPERTY_SOURCE |
| Modifier and Type | Method and Description |
|---|---|
String |
getClient() |
Presentation |
getCorrection() |
Date |
getDate() |
Zone |
getDestination() |
Presentation |
getPresentation() |
double |
getQuantity() |
Zone |
getSource() |
void |
setClient(String client) |
void |
setCorrection(Presentation correction) |
void |
setDate(Date date) |
void |
setDestination(Zone destination) |
void |
setPresentation(Presentation presentation) |
void |
setQuantity(double quantity) |
void |
setSource(Zone source) |
accept, addPropertyChangeListener, addPropertyChangeListener, addPropertyListener, addPropertyListener, addVetoableChangeListener, addVetoableChangeListener, addVetoableListener, addVetoableListener, getAggregate, getComposite, getTopiaCreateDate, getTopiaId, getTopiaVersion, removePropertyChangeListener, removePropertyChangeListener, removePropertyListener, removePropertyListener, removeVetoableChangeListener, removeVetoableChangeListener, removeVetoableListener, removeVetoableListener, setTopiaCreateDate, setTopiaId, setTopiaVersionstatic final String PROPERTY_DATE
static final String PROPERTY_QUANTITY
static final String PROPERTY_CLIENT
static final String PROPERTY_PRESENTATION
static final String PROPERTY_SOURCE
static final String PROPERTY_DESTINATION
static final String PROPERTY_CORRECTION
void setDate(Date date)
Date getDate()
void setQuantity(double quantity)
double getQuantity()
void setClient(String client)
String getClient()
void setPresentation(Presentation presentation)
Presentation getPresentation()
void setSource(Zone source)
Zone getSource()
void setDestination(Zone destination)
Zone getDestination()
void setCorrection(Presentation correction)
Presentation getCorrection()
Copyright © 2012-2013 Herboristerie Cailleau. All Rights Reserved.