public class InventoryBean extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Batch |
batch |
protected BatchModel |
batchModel |
protected Place |
place |
protected Presentation |
presentation |
static String |
PROPERTY_BATCH |
static String |
PROPERTY_BATCH_MODEL |
static String |
PROPERTY_PLACE |
static String |
PROPERTY_PRESENTATION |
static String |
PROPERTY_REAL_QUANTITY |
protected double |
realQuantity |
| Constructor and Description |
|---|
InventoryBean() |
| Modifier and Type | Method and Description |
|---|---|
Batch |
getBatch() |
BatchModel |
getBatchModel() |
Place |
getPlace() |
Presentation |
getPresentation() |
double |
getRealQuantity() |
void |
setBatch(Batch batch) |
void |
setBatchModel(BatchModel batchModel) |
void |
setPlace(Place place) |
void |
setPresentation(Presentation presentation) |
void |
setRealQuantity(double realQuantity) |
public static final String PROPERTY_PLACE
public static final String PROPERTY_BATCH
public static final String PROPERTY_BATCH_MODEL
public static final String PROPERTY_PRESENTATION
public static final String PROPERTY_REAL_QUANTITY
protected Place place
protected Batch batch
protected BatchModel batchModel
protected Presentation presentation
protected double realQuantity
public Place getPlace()
public void setPlace(Place place)
public Batch getBatch()
public void setBatch(Batch batch)
public BatchModel getBatchModel()
public void setBatchModel(BatchModel batchModel)
public Presentation getPresentation()
public void setPresentation(Presentation presentation)
public double getRealQuantity()
public void setRealQuantity(double realQuantity)
Copyright © 2012 Herboristerie Cailleau. All Rights Reserved.