public class SpeciesFrequencyRowModel extends AbstractTuttiBeanUIModel<SpeciesBatchFrequency,SpeciesFrequencyRowModel> implements Comparable<SpeciesFrequencyRowModel>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
computedWeight
Computed weight from number + relation taille-poids.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatchFrequency,SpeciesFrequencyRowModel> |
fromBeanBinder |
protected Float |
lengthStep
Length step.
|
protected Caracteristic |
lengthStepCaracteristic
Length step caracteristic.
|
protected Integer |
number
Count of fishes for this lengthStep.
|
static String |
PROPERTY_COMPUTED_WEIGHT |
static String |
PROPERTY_LENGHT_STEP_CARACTERISTIC |
static String |
PROPERTY_LENGTH_STEP |
static String |
PROPERTY_NUMBER |
static String |
PROPERTY_WEIGHT |
protected static org.nuiton.util.beans.Binder<SpeciesFrequencyRowModel,SpeciesBatchFrequency> |
toBeanBinder |
protected Float |
weight
Weight of fishes observed.
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
SpeciesFrequencyRowModel() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SpeciesFrequencyRowModel o) |
static List<SpeciesFrequencyRowModel> |
fromBeans(List<SpeciesBatchFrequency> frequency) |
Float |
getComputedWeight() |
Float |
getLengthStep() |
Caracteristic |
getLengthStepCaracteristic() |
Integer |
getNumber() |
Float |
getWeight() |
void |
setComputedWeight(Float computedWeight) |
void |
setLengthStep(Float lengthStep) |
void |
setLengthStepCaracteristic(Caracteristic lengthStepCaracteristic) |
void |
setNumber(Integer number) |
void |
setWeight(Float weight) |
static List<SpeciesBatchFrequency> |
toBeans(List<SpeciesFrequencyRowModel> frequency,
SpeciesBatch batch) |
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_LENGTH_STEP
public static final String PROPERTY_NUMBER
public static final String PROPERTY_WEIGHT
public static final String PROPERTY_COMPUTED_WEIGHT
public static final String PROPERTY_LENGHT_STEP_CARACTERISTIC
protected Float lengthStep
protected Integer number
protected Float weight
protected Float computedWeight
protected Caracteristic lengthStepCaracteristic
protected static final org.nuiton.util.beans.Binder<SpeciesBatchFrequency,SpeciesFrequencyRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<SpeciesFrequencyRowModel,SpeciesBatchFrequency> toBeanBinder
public static List<SpeciesFrequencyRowModel> fromBeans(List<SpeciesBatchFrequency> frequency)
public static List<SpeciesBatchFrequency> toBeans(List<SpeciesFrequencyRowModel> frequency, SpeciesBatch batch)
public Float getLengthStep()
public void setLengthStep(Float lengthStep)
public Integer getNumber()
public void setNumber(Integer number)
public Float getWeight()
public void setWeight(Float weight)
public Float getComputedWeight()
public void setComputedWeight(Float computedWeight)
public Caracteristic getLengthStepCaracteristic()
public void setLengthStepCaracteristic(Caracteristic lengthStepCaracteristic)
public int compareTo(SpeciesFrequencyRowModel o)
compareTo in interface Comparable<SpeciesFrequencyRowModel>Copyright © 2012-2013 Ifremer. All Rights Reserved.