public class PlanktonBatchUIModel extends AbstractTuttiTableUIModel<FishingOperation,PlanktonBatchRowModel,PlanktonBatchUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected FishingOperation |
fishingOperation
Editing fishing operation.
|
protected static org.nuiton.util.beans.Binder<FishingOperation,PlanktonBatchUIModel> |
fromBeanBinder |
static String |
PROPERTY_SAMPLE_TOTAL_WEIGHT |
static String |
PROPERTY_TOTAL_WEIGHT |
protected Float |
sampleTotalWeight
Total Sample Weight filled in screen.
|
protected static org.nuiton.util.beans.Binder<PlanktonBatchUIModel,FishingOperation> |
toBeanBinder |
protected Float |
totalWeight
Total Weight filled in screen.
|
PROPERTY_ROWS, rowsid, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
PlanktonBatchUIModel() |
| Modifier and Type | Method and Description |
|---|---|
FishingOperation |
getFishingOperation() |
Float |
getSampleTotalWeight() |
Float |
getTotalWeight() |
protected FishingOperation |
newEntity() |
void |
setFishingOperation(FishingOperation fishingOperation) |
void |
setSampleTotalWeight(Float sampleTotalWeight) |
void |
setTotalWeight(Float totalWeight) |
getRowCount, getRows, setRowsfromBean, getId, isCreate, isModify, isValid, setId, setModify, setValid, toBeanaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_TOTAL_WEIGHT
public static final String PROPERTY_SAMPLE_TOTAL_WEIGHT
protected FishingOperation fishingOperation
protected Float totalWeight
protected Float sampleTotalWeight
protected static final org.nuiton.util.beans.Binder<FishingOperation,PlanktonBatchUIModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<PlanktonBatchUIModel,FishingOperation> toBeanBinder
public FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperation)
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
public Float getSampleTotalWeight()
public void setSampleTotalWeight(Float sampleTotalWeight)
protected FishingOperation newEntity()
newEntity in class AbstractTuttiBeanUIModel<FishingOperation,PlanktonBatchUIModel>Copyright © 2012 Ifremer. All Rights Reserved.