public class SpeciesBatchRowModel extends AbstractTuttiBeanUIModel<SpeciesBatch,SpeciesBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
protected Float |
age
Age (can be null).
|
protected List<Attachment> |
attachments
Attachments
|
protected String |
comment
Comment on this catches.
|
protected Float |
computedNumber
Total computed number (from frequencies).
|
protected Float |
computedWeight
Total computed weight (from frequencies).
|
protected List<SpeciesFrequencyRowModel> |
frequency
List of frequencies observed for this batch.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatch,SpeciesBatchRowModel> |
fromBeanBinder |
protected Float |
maturity
Maturity (can be null).
|
static String |
PROPERTY_AGE |
static String |
PROPERTY_ATTACHMENTS |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_COMPUTED_NUMBER |
static String |
PROPERTY_COMPUTED_WEIGHT |
static String |
PROPERTY_FREQUENCY |
static String |
PROPERTY_MATURITY |
static String |
PROPERTY_SAMPLE_WEIGHT |
static String |
PROPERTY_SAMPLING_RATIO |
static String |
PROPERTY_SEX |
static String |
PROPERTY_SORTED_UNSORTED_CATEGORY |
static String |
PROPERTY_SPECIES |
static String |
PROPERTY_SPECIES_TO_CONFIRM |
static String |
PROPERTY_WEIGHT |
static String |
PROPERTY_WEIGHT_CATEGORY |
protected Float |
sampleWeight
Sample weight.
|
protected Float |
samplingRatio
Sampling ratio.
|
protected Sex |
sex
Sex (can be null).
|
protected SortedUnsortedCategory |
sortedUnsortedCategory
Is catch is vrac or horsVrac?.
|
protected Species |
species
Species observed.
|
protected boolean |
speciesToConfirm
Is the species need to be confirmed?.
|
protected static org.nuiton.util.beans.Binder<SpeciesBatchRowModel,SpeciesBatch> |
toBeanBinder |
protected Float |
weight
Observed weight.
|
protected WeightCategory |
weightCategory
Weight category (can be null).
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
SpeciesBatchRowModel() |
SpeciesBatchRowModel(SpeciesBatch aBatch,
List<SpeciesBatchFrequency> frequencies) |
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_SPECIES_TO_CONFIRM
public static final String PROPERTY_SORTED_UNSORTED_CATEGORY
public static final String PROPERTY_WEIGHT_CATEGORY
public static final String PROPERTY_SEX
public static final String PROPERTY_MATURITY
public static final String PROPERTY_AGE
public static final String PROPERTY_WEIGHT
public static final String PROPERTY_SAMPLE_WEIGHT
public static final String PROPERTY_SAMPLING_RATIO
public static final String PROPERTY_COMMENT
public static final String PROPERTY_FREQUENCY
public static final String PROPERTY_COMPUTED_NUMBER
public static final String PROPERTY_COMPUTED_WEIGHT
public static final String PROPERTY_ATTACHMENTS
protected Species species
protected boolean speciesToConfirm
protected SortedUnsortedCategory sortedUnsortedCategory
protected WeightCategory weightCategory
protected Sex sex
protected Float maturity
protected Float age
protected Float weight
protected Float computedWeight
protected Float computedNumber
protected Float sampleWeight
protected Float samplingRatio
protected String comment
protected List<Attachment> attachments
protected List<SpeciesFrequencyRowModel> frequency
protected static final org.nuiton.util.beans.Binder<SpeciesBatch,SpeciesBatchRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<SpeciesBatchRowModel,SpeciesBatch> toBeanBinder
public SpeciesBatchRowModel()
public SpeciesBatchRowModel(SpeciesBatch aBatch, List<SpeciesBatchFrequency> frequencies)
public void updateTotalFromFrequencies()
public Species getSpecies()
public void setSpecies(Species species)
public Boolean getSpeciesToConfirm()
public void setSpeciesToConfirm(Boolean speciesToConfirm)
public SortedUnsortedCategory getSortedUnsortedCategory()
public void setSortedUnsortedCategory(SortedUnsortedCategory sortedUnsortedCategory)
public WeightCategory getWeightCategory()
public void setWeightCategory(WeightCategory weightCategory)
public Sex getSex()
public void setSex(Sex sex)
public Float getMaturity()
public void setMaturity(Float maturity)
public Float getAge()
public void setAge(Float age)
public Float getWeight()
public void setWeight(Float weight)
public Float getSampleWeight()
public void setSampleWeight(Float sampleWeight)
public Float getSamplingRatio()
public void setSamplingRatio(Float samplingRatio)
public String getComment()
public void setComment(String comment)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
public List<SpeciesFrequencyRowModel> getFrequency()
public void setFrequency(List<SpeciesFrequencyRowModel> frequency)
public Float getComputedWeight()
public void setComputedWeight(Float computedWeight)
public Float getComputedNumber()
public void setComputedNumber(Float computedNumber)
public int getRowCount()
Copyright © 2012 Ifremer. All Rights Reserved.