public class EditProtocolSpeciesRowModel extends AbstractTuttiBeanUIModel<SpeciesProtocol,EditProtocolSpeciesRowModel>
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
ageEnabled |
protected static org.nuiton.util.beans.Binder<SpeciesProtocol,EditProtocolSpeciesRowModel> |
fromBeanBinder |
protected Caracteristic |
lengthStepPmfm |
protected boolean |
maturityEnabled |
static String |
PROPERTY_AGE_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_SORTED_UNSORTED_ENABLED |
static String |
PROPERTY_SPECIES |
protected boolean |
sexEnabled |
protected boolean |
sizeEnabled |
protected boolean |
sortedUnsortedEnabled |
protected Species |
species |
protected static org.nuiton.util.beans.Binder<EditProtocolSpeciesRowModel,SpeciesProtocol> |
toBeanBinder |
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 |
isMaturityEnabled() |
boolean |
isSexEnabled() |
boolean |
isSizeEnabled() |
boolean |
isSortedUnsortedEnabled() |
void |
setAgeEnabled(boolean ageEnabled) |
void |
setLengthStepPmfm(Caracteristic lengthStepPmfm) |
void |
setMaturityEnabled(boolean maturityEnabled) |
void |
setSexEnabled(boolean sexEnabled) |
void |
setSizeEnabled(boolean sizeEnabled) |
void |
setSortedUnsortedEnabled(boolean sortedUnsortedEnabled) |
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_SPECIES
public static final String PROPERTY_SORTED_UNSORTED_ENABLED
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
protected Species species
protected boolean sortedUnsortedEnabled
protected boolean sizeEnabled
protected boolean sexEnabled
protected boolean maturityEnabled
protected boolean ageEnabled
protected Caracteristic lengthStepPmfm
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 isSortedUnsortedEnabled()
public void setSortedUnsortedEnabled(boolean sortedUnsortedEnabled)
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)
Copyright © 2012-2013 Ifremer. All Rights Reserved.