public class BenthosFrequencyUIModel extends AbstractTuttiTableUIModel<SpeciesBatchRowModel,BenthosFrequencyRowModel,BenthosFrequencyUIModel>
| Modifier and Type | Class and Description |
|---|---|
static class |
BenthosFrequencyUIModel.ConfigurationMode |
| Modifier and Type | Field and Description |
|---|---|
protected BenthosBatchRowModel |
batch
Batch that contains frequencies.
|
protected BenthosFrequencyUIModel.ConfigurationMode |
configurationMode
Fill mode.
|
protected Caracteristic |
lengthStepCaracteristic
Length step caracteristic.
|
protected Float |
maxStep
Max step to auto generate length steps.
|
protected Float |
minStep
Min step to auto generate length steps.
|
static String |
PROPERTY_AUTO_GEN_MODE |
static String |
PROPERTY_BATCH |
static String |
PROPERTY_CAN_GENERATE |
static String |
PROPERTY_CONFIGURATION_MODE |
static String |
PROPERTY_LENGHT_STEP_CARACTERISTIC |
static String |
PROPERTY_RAFALE_MODE |
static String |
PROPERTY_SIMPLE_COUNT |
static String |
PROPERTY_SIMPLE_COUNTING_MODE |
static String |
PROPERTY_SIMPLE_MODE |
static String |
PROPERTY_STEP |
static String |
PROPERTY_TOTAL_NUMBER |
static String |
PROPERTY_TOTAL_WEIGHT |
protected Integer |
simpleCount
Number in case of simple counting mode
|
protected float |
step
Default step to increment length step.
|
protected Integer |
totalNumber
Sum of the number of each valid row
|
protected Float |
totalWeight
Sum of the weight of each valid row
|
PROPERTY_ROWS, PROPERTY_ROWS_IN_ERROR, rows, rowsInErrorid, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
BenthosFrequencyUIModel() |
| Modifier and Type | Method and Description |
|---|---|
BenthosBatchRowModel |
getBatch() |
BenthosFrequencyUIModel.ConfigurationMode |
getConfigurationMode() |
float |
getLengthStep(float lengthStep) |
Caracteristic |
getLengthStepCaracteristic() |
Float |
getMaxStep() |
Float |
getMinStep() |
Integer |
getSimpleCount() |
float |
getStep() |
Integer |
getTotalNumber() |
Float |
getTotalWeight() |
boolean |
isAutoGenMode() |
boolean |
isCanGenerate() |
boolean |
isRafaleMode() |
boolean |
isSimpleCountingMode() |
boolean |
isSimpleMode() |
protected SpeciesBatchRowModel |
newEntity() |
void |
setBatch(BenthosBatchRowModel batch) |
void |
setConfigurationMode(BenthosFrequencyUIModel.ConfigurationMode configurationMode) |
void |
setLengthStepCaracteristic(Caracteristic lengthStepCaracteristic) |
void |
setMaxStep(Float maxStep) |
void |
setMinStep(Float minStep) |
void |
setSimpleCount(Integer simpleCount) |
void |
setStep(float step) |
void |
setTotalNumber(Integer totalNumber) |
void |
setTotalWeight(Float totalWeight) |
addRowInError, getRowCount, getRows, getRowsInError, removeRowInError, setRows, 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
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
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)
protected SpeciesBatchRowModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<SpeciesBatchRowModel,BenthosFrequencyUIModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.