public class SpeciesFrequencyUIModel extends AbstractTuttiTableUIModel<SpeciesBatchRowModel,SpeciesFrequencyRowModel,SpeciesFrequencyUIModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
SpeciesFrequencyUIModel.ConfigurationMode |
PROPERTY_ROWS, PROPERTY_ROWS_IN_ERROR, rows, rowsInErrorid, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
SpeciesFrequencyUIModel() |
addRowInError, getRowCount, getRows, getRowsInError, removeRowInError, 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_BATCH
public static final String PROPERTY_CONFIGURATION_MODE
public static final String PROPERTY_STEP
public static final String PROPERTY_CAN_GENERATE
public static final String PROPERTY_SIMPLE_MODE
public static final String PROPERTY_AUTO_GEN_MODE
public static final String PROPERTY_RAFALE_MODE
public static final String PROPERTY_SIMPLE_COUNTING_MODE
public static final String PROPERTY_SIMPLE_COUNT
public static final String PROPERTY_LENGHT_STEP_CARACTERISTIC
public static final String PROPERTY_TOTAL_NUMBER
public static final String PROPERTY_TOTAL_WEIGHT
public static final String PROPERTY_EMPTY_ROWS
protected SpeciesFrequencyUIModel.ConfigurationMode configurationMode
protected SpeciesBatchRowModel batch
protected float step
protected Float minStep
protected Float maxStep
protected Caracteristic lengthStepCaracteristic
protected Integer totalNumber
protected Float totalWeight
protected Integer simpleCount
protected Set<SpeciesFrequencyRowModel> emptyRows
public void setRows(List<SpeciesFrequencyRowModel> rows)
setRows in class AbstractTuttiTableUIModel<SpeciesBatchRowModel,SpeciesFrequencyRowModel,SpeciesFrequencyUIModel>public SpeciesFrequencyUIModel.ConfigurationMode getConfigurationMode()
public void setConfigurationMode(SpeciesFrequencyUIModel.ConfigurationMode configurationMode)
public float getStep()
public void setStep(float step)
public Caracteristic getLengthStepCaracteristic()
public void setLengthStepCaracteristic(Caracteristic lengthStepCaracteristic)
public Float getMinStep()
public void setMinStep(Float minStep)
public Float getMaxStep()
public void setMaxStep(Float maxStep)
public Integer getSimpleCount()
public void setSimpleCount(Integer simpleCount)
public boolean isSimpleMode()
public boolean isAutoGenMode()
public boolean isRafaleMode()
public boolean isSimpleCountingMode()
public boolean isCanGenerate()
public SpeciesBatchRowModel getBatch()
public void setBatch(SpeciesBatchRowModel batch)
public float getLengthStep(float lengthStep)
public Integer getTotalNumber()
public void setTotalNumber(Integer totalNumber)
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
public Set<SpeciesFrequencyRowModel> getEmptyRows()
public void setEmptyRows(Set<SpeciesFrequencyRowModel> emptyRows)
public void addEmptyRow(SpeciesFrequencyRowModel row)
public void removeEmptyRow(SpeciesFrequencyRowModel row)
protected SpeciesBatchRowModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<SpeciesBatchRowModel,SpeciesFrequencyUIModel>Copyright © 2012–2013 Ifremer. All rights reserved.