public class BenthosFrequencyUIModel extends AbstractTuttiTableUIModel<BenthosBatchRowModel,BenthosFrequencyRowModel,BenthosFrequencyUIModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
BenthosFrequencyUIModel.ConfigurationMode |
PROPERTY_ROWS, PROPERTY_ROWS_IN_ERROR, rows, rowsInErrorid, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
BenthosFrequencyUIModel(SampleCategoryModel sampleCategoryModel) |
addRowInError, getRowCount, getRows, getRowsInError, removeRowInError, setRowsInErrorfirePropertyChanged, fromBean, getChild, getChild, 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 BenthosFrequencyUIModel.ConfigurationMode configurationMode
protected BenthosBatchRowModel batch
protected float step
protected Float minStep
protected Float maxStep
protected Caracteristic lengthStepCaracteristic
protected Integer simpleCount
protected Integer totalNumber
protected Float totalWeight
protected Set<BenthosFrequencyRowModel> emptyRows
protected SampleCategoryModel sampleCategoryModel
public BenthosFrequencyUIModel(SampleCategoryModel sampleCategoryModel)
public void setRows(List<BenthosFrequencyRowModel> rows)
setRows in class AbstractTuttiTableUIModel<BenthosBatchRowModel,BenthosFrequencyRowModel,BenthosFrequencyUIModel>public BenthosFrequencyUIModel.ConfigurationMode getConfigurationMode()
public void setConfigurationMode(BenthosFrequencyUIModel.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 BenthosBatchRowModel getBatch()
public void setBatch(BenthosBatchRowModel batch)
public float getLengthStep(float lengthStep)
public Integer getTotalNumber()
public void setTotalNumber(Integer totalNumber)
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
public Set<BenthosFrequencyRowModel> getEmptyRows()
public void setEmptyRows(Set<BenthosFrequencyRowModel> emptyRows)
public void addEmptyRow(BenthosFrequencyRowModel row)
public void removeEmptyRow(BenthosFrequencyRowModel row)
protected BenthosBatchRowModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<BenthosBatchRowModel,BenthosFrequencyUIModel>Copyright © 2012–2013 Ifremer. All rights reserved.