public class SpeciesBatchUIModel extends AbstractTuttiTableUIModel<FishingOperation,SpeciesBatchRowModel,SpeciesBatchUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected FishingOperation |
fishingOperation
Editing fishing operation.
|
protected static org.nuiton.util.beans.Binder<FishingOperation,SpeciesBatchUIModel> |
fromBeanBinder |
static String |
PROPERTY_SAMPLE_VRAC_WEIGHT |
static String |
PROPERTY_TOTAL_HORS_VRAC_WEIGHT |
static String |
PROPERTY_TOTAL_VRAC_WEIGHT |
static String |
PROPERTY_TOTAL_WEIGHT |
protected Float |
sampleVracWeight
Total sample vrac Weight filled in screen.
|
protected List<String> |
samplingOrder
Sampling order (sets by protocol).
|
protected SpeciesBatchTreeModel |
samplingTreeModel
Tree of sampling for batch rows.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatchUIModel,FishingOperation> |
toBeanBinder |
protected Float |
totalHorsVracWeight
Total hors vrac Weight computed by hros vrac rows.
|
protected Float |
totalVracWeight
Total vrac Weight filled in screen.
|
protected Float |
totalWeight
Total Weight filled in screen.
|
PROPERTY_ROWS, rowsid, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
SpeciesBatchUIModel() |
| Modifier and Type | Method and Description |
|---|---|
FishingOperation |
getFishingOperation() |
Float |
getSampleVracWeight() |
List<String> |
getSamplingOrder() |
SpeciesBatchTreeModel |
getSamplingTreeModel() |
Float |
getTotalHorsVracWeight() |
Float |
getTotalVracWeight() |
Float |
getTotalWeight() |
protected FishingOperation |
newEntity() |
void |
setFishingOperation(FishingOperation fishingOperation) |
void |
setSampleVracWeight(Float sampleVracWeight) |
void |
setSamplingOrder(List<String> samplingOrder) |
void |
setTotalHorsVracWeight(Float totalHorsVracWeight) |
void |
setTotalVracWeight(Float totalVracWeight) |
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_TOTAL_VRAC_WEIGHT
public static final String PROPERTY_SAMPLE_VRAC_WEIGHT
public static final String PROPERTY_TOTAL_HORS_VRAC_WEIGHT
protected FishingOperation fishingOperation
protected Float totalWeight
protected Float totalVracWeight
protected Float sampleVracWeight
protected Float totalHorsVracWeight
protected final SpeciesBatchTreeModel samplingTreeModel
protected static final org.nuiton.util.beans.Binder<FishingOperation,SpeciesBatchUIModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<SpeciesBatchUIModel,FishingOperation> toBeanBinder
public FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperation)
public SpeciesBatchTreeModel getSamplingTreeModel()
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
public Float getTotalVracWeight()
public void setTotalVracWeight(Float totalVracWeight)
public Float getSampleVracWeight()
public void setSampleVracWeight(Float sampleVracWeight)
public Float getTotalHorsVracWeight()
public void setTotalHorsVracWeight(Float totalHorsVracWeight)
protected FishingOperation newEntity()
newEntity in class AbstractTuttiBeanUIModel<FishingOperation,SpeciesBatchUIModel>Copyright © 2012 Ifremer. All Rights Reserved.