public class CreateSpeciesBatchUIModel extends AbstractTuttiBeanUIModel<CreateSpeciesBatchUIModel,CreateSpeciesBatchUIModel>
CreateSpeciesBatchUI.| Modifier and Type | Field and Description |
|---|---|
protected List<Species> |
availableSpecies
All available species (sets by protocol).
|
protected Float |
batchWeight
Incoming batch weight to split.
|
static String |
PROPERTY_AVAILABLE_SPECIES |
static String |
PROPERTY_BATCH_WEIGHT |
static String |
PROPERTY_SPECIES |
protected Species |
species
Species to select.
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
CreateSpeciesBatchUIModel() |
| Modifier and Type | Method and Description |
|---|---|
List<Species> |
getAvailableSpecies() |
Float |
getBatchWeight() |
Species |
getSpecies() |
void |
setAvailableSpecies(List<Species> availableSpecies) |
void |
setBatchWeight(Float batchWeight) |
void |
setSpecies(Species species) |
fromBean, getId, isCreate, isModify, isValid, newEntity, 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_AVAILABLE_SPECIES
public static final String PROPERTY_SPECIES
public static final String PROPERTY_BATCH_WEIGHT
protected List<Species> availableSpecies
protected Species species
protected Float batchWeight
Copyright © 2012-2013 Ifremer. All Rights Reserved.