public interface Presentation
extends org.nuiton.topia.persistence.TopiaEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_BATCH |
static String |
PROPERTY_DMESD |
static String |
PROPERTY_INVENTORY_PLACES |
static String |
PROPERTY_ORIGINAL |
static String |
PROPERTY_PRESENTATION_CODE |
static String |
PROPERTY_QUANTITY |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllInventoryPlaces(Collection<Place> inventoryPlaces) |
void |
addInventoryPlaces(Place inventoryPlaces) |
void |
clearInventoryPlaces() |
Batch |
getBatch() |
Date |
getDmesd() |
Collection<Place> |
getInventoryPlaces() |
Place |
getInventoryPlacesByTopiaId(String topiaId) |
boolean |
getOriginal() |
PresentationCode |
getPresentationCode() |
double |
getQuantity() |
boolean |
isInventoryPlacesEmpty() |
boolean |
isOriginal() |
void |
removeInventoryPlaces(Place inventoryPlaces) |
void |
setBatch(Batch batch) |
void |
setDmesd(Date dmesd) |
void |
setInventoryPlaces(Collection<Place> inventoryPlaces) |
void |
setOriginal(boolean original) |
void |
setPresentationCode(PresentationCode presentationCode) |
void |
setQuantity(double quantity) |
int |
sizeInventoryPlaces() |
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_QUANTITY
static final String PROPERTY_DMESD
static final String PROPERTY_ORIGINAL
static final String PROPERTY_BATCH
static final String PROPERTY_PRESENTATION_CODE
static final String PROPERTY_INVENTORY_PLACES
void setQuantity(double quantity)
double getQuantity()
void setDmesd(Date dmesd)
Date getDmesd()
void setOriginal(boolean original)
boolean isOriginal()
boolean getOriginal()
void setBatch(Batch batch)
Batch getBatch()
void setPresentationCode(PresentationCode presentationCode)
PresentationCode getPresentationCode()
void addInventoryPlaces(Place inventoryPlaces)
void addAllInventoryPlaces(Collection<Place> inventoryPlaces)
void setInventoryPlaces(Collection<Place> inventoryPlaces)
void removeInventoryPlaces(Place inventoryPlaces)
void clearInventoryPlaces()
Collection<Place> getInventoryPlaces()
int sizeInventoryPlaces()
boolean isInventoryPlacesEmpty()
Copyright © 2012–2013 Herboristerie Cailleau. All rights reserved.