public class EditProtocolSpeciesRowModel extends AbstractTuttiBeanUIModel<SpeciesProtocol,EditProtocolSpeciesRowModel>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ageEnabled |
protected boolean |
calcifySampleEnabled |
protected boolean |
countIfNoFrequencyEnabled |
protected static org.nuiton.util.beans.Binder<SpeciesProtocol,EditProtocolSpeciesRowModel> |
fromBeanBinder |
protected Caracteristic |
lengthStepPmfm |
protected boolean |
maturityEnabled |
static String |
PROPERTY_AGE_ENABLED |
static String |
PROPERTY_CALCIFY_SAMPLE_ENABLED |
static String |
PROPERTY_COUNT_IF_NO_FREQUENCY_ENABLED |
static String |
PROPERTY_LENGTH_STEP_PMFM |
static String |
PROPERTY_MATURITY_ENABLED |
static String |
PROPERTY_SEX_ENABLED |
static String |
PROPERTY_SIZE_ENABLED |
static String |
PROPERTY_SPECIES |
static String |
PROPERTY_WEIGHT_ENABLED |
protected boolean |
sexEnabled |
protected boolean |
sizeEnabled |
protected Species |
species |
protected static org.nuiton.util.beans.Binder<EditProtocolSpeciesRowModel,SpeciesProtocol> |
toBeanBinder |
protected boolean |
weightEnabled |
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
EditProtocolSpeciesRowModel() |
| Modifier and Type | Method and Description |
|---|---|
Caracteristic |
getLengthStepPmfm() |
String |
getLengthStepPmfmId() |
Species |
getSpecies() |
String |
getSpeciesId() |
boolean |
isAgeEnabled() |
boolean |
isCalcifySampleEnabled() |
boolean |
isCountIfNoFrequencyEnabled() |
boolean |
isMaturityEnabled() |
boolean |
isSexEnabled() |
boolean |
isSizeEnabled() |
boolean |
isWeightEnabled() |
void |
setAgeEnabled(boolean ageEnabled) |
void |
setCalcifySampleEnabled(boolean calcifySampleEnabled) |
void |
setCountIfNoFrequencyEnabled(boolean countIfNoFrequencyEnabled) |
void |
setLengthStepPmfm(Caracteristic lengthStepPmfm) |
void |
setMaturityEnabled(boolean maturityEnabled) |
void |
setSexEnabled(boolean sexEnabled) |
void |
setSizeEnabled(boolean sizeEnabled) |
void |
setSpecies(Species species) |
void |
setWeightEnabled(boolean weightEnabled) |
fromBean, getId, getTitle, 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_SPECIES
public static final String PROPERTY_SIZE_ENABLED
public static final String PROPERTY_SEX_ENABLED
public static final String PROPERTY_MATURITY_ENABLED
public static final String PROPERTY_AGE_ENABLED
public static final String PROPERTY_LENGTH_STEP_PMFM
public static final String PROPERTY_WEIGHT_ENABLED
public static final String PROPERTY_COUNT_IF_NO_FREQUENCY_ENABLED
public static final String PROPERTY_CALCIFY_SAMPLE_ENABLED
protected Species species
protected boolean sizeEnabled
protected boolean sexEnabled
protected boolean maturityEnabled
protected boolean ageEnabled
protected Caracteristic lengthStepPmfm
protected boolean weightEnabled
protected boolean countIfNoFrequencyEnabled
protected boolean calcifySampleEnabled
protected static final org.nuiton.util.beans.Binder<SpeciesProtocol,EditProtocolSpeciesRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<EditProtocolSpeciesRowModel,SpeciesProtocol> toBeanBinder
public String getSpeciesId()
public Species getSpecies()
public void setSpecies(Species species)
public boolean isSizeEnabled()
public void setSizeEnabled(boolean sizeEnabled)
public boolean isSexEnabled()
public void setSexEnabled(boolean sexEnabled)
public boolean isMaturityEnabled()
public void setMaturityEnabled(boolean maturityEnabled)
public boolean isAgeEnabled()
public void setAgeEnabled(boolean ageEnabled)
public String getLengthStepPmfmId()
public Caracteristic getLengthStepPmfm()
public void setLengthStepPmfm(Caracteristic lengthStepPmfm)
public boolean isWeightEnabled()
public void setWeightEnabled(boolean weightEnabled)
public boolean isCountIfNoFrequencyEnabled()
public void setCountIfNoFrequencyEnabled(boolean countIfNoFrequencyEnabled)
public boolean isCalcifySampleEnabled()
public void setCalcifySampleEnabled(boolean calcifySampleEnabled)
Copyright © 2012-2013 Ifremer. All Rights Reserved.