public class MacroWasteBatchUIModel extends AbstractTuttiTableUIModel<FishingOperation,MacroWasteBatchRowModel,MacroWasteBatchUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected FishingOperation |
fishingOperation
Editing fishing operation.
|
protected static org.nuiton.util.beans.Binder<FishingOperation,MacroWasteBatchUIModel> |
fromBeanBinder |
static String |
PROPERTY_TOTAL_WEIGHT |
protected static org.nuiton.util.beans.Binder<MacroWasteBatchUIModel,FishingOperation> |
toBeanBinder |
protected Float |
totalWeight
Total Weight filled in screen.
|
PROPERTY_ROWS, rowsid, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
MacroWasteBatchUIModel() |
| Modifier and Type | Method and Description |
|---|---|
FishingOperation |
getFishingOperation() |
Float |
getTotalWeight() |
protected FishingOperation |
newEntity() |
void |
setFishingOperation(FishingOperation fishingOperation) |
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
protected FishingOperation fishingOperation
protected Float totalWeight
protected static final org.nuiton.util.beans.Binder<FishingOperation,MacroWasteBatchUIModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<MacroWasteBatchUIModel,FishingOperation> toBeanBinder
public FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperation)
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
protected FishingOperation newEntity()
newEntity in class AbstractTuttiBeanUIModel<FishingOperation,MacroWasteBatchUIModel>Copyright © 2012 Ifremer. All Rights Reserved.