public class SplitBenthosBatchUIModel extends AbstractTuttiTableUIModel<BenthosBatchRowModel,SplitBenthosBatchRowModel,SplitBenthosBatchUIModel>
SplitBenthosBatchUI.| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
batch
Batch which fires the editor.
|
protected List<SampleCategoryEnum> |
category
Sample categories.
|
static String |
PROPERTY_BATCH_WEIGHT |
static String |
PROPERTY_CATEGORY |
static String |
PROPERTY_SAMPLE_WEIGHT |
static String |
PROPERTY_SELECTED_CATEGORY |
static String |
PROPERTY_SPECIES |
protected Float |
sampleWeight
Sample weight of split batches.
|
protected SampleCategoryEnum |
selectedCategory
Selected Sample category.
|
PROPERTY_ROWS, PROPERTY_ROWS_IN_ERROR, rows, rowsInErrorid, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
SplitBenthosBatchUIModel() |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
getBatch() |
Float |
getBatchWeight() |
List<SampleCategoryEnum> |
getCategory() |
Float |
getSampleWeight() |
SampleCategoryEnum |
getSelectedCategory() |
Species |
getSpecies() |
protected BenthosBatchRowModel |
newEntity() |
void |
setBatch(BenthosBatchRowModel batch) |
void |
setCategory(List<SampleCategoryEnum> category) |
void |
setSampleWeight(Float sampleWeight) |
void |
setSelectedCategory(SampleCategoryEnum selectedCategory) |
addRowInError, getRowCount, getRows, getRowsInError, removeRowInError, setRows, setRowsInErrorfirePropertyChanged, fromBean, getId, getIdAsInt, isCreate, isModify, isValid, setId, 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_CATEGORY
public static final String PROPERTY_SPECIES
public static final String PROPERTY_SELECTED_CATEGORY
public static final String PROPERTY_BATCH_WEIGHT
public static final String PROPERTY_SAMPLE_WEIGHT
protected BenthosBatchRowModel batch
protected List<SampleCategoryEnum> category
protected SampleCategoryEnum selectedCategory
protected Float sampleWeight
public BenthosBatchRowModel getBatch()
public void setBatch(BenthosBatchRowModel batch)
public Species getSpecies()
public List<SampleCategoryEnum> getCategory()
public void setCategory(List<SampleCategoryEnum> category)
public SampleCategoryEnum getSelectedCategory()
public void setSelectedCategory(SampleCategoryEnum selectedCategory)
public Float getBatchWeight()
public Float getSampleWeight()
public void setSampleWeight(Float sampleWeight)
protected BenthosBatchRowModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<BenthosBatchRowModel,SplitBenthosBatchUIModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.