public class PlanktonBatchRowModel extends AbstractTuttiBeanUIModel<PlanktonBatch,PlanktonBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
attachments
Attachments
|
protected String |
comment
Comment on this catches.
|
protected static org.nuiton.util.beans.Binder<PlanktonBatch,PlanktonBatchRowModel> |
fromBeanBinder |
static String |
PROPERTY_ATTACHMENTS |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_SAMPLE_WEIGHT |
static String |
PROPERTY_SAMPLING_RATIO |
static String |
PROPERTY_SPECIES |
static String |
PROPERTY_SPECIES_TO_CONFIRM |
static String |
PROPERTY_WEIGHT |
protected Float |
sampleWeight
Sample weight.
|
protected Float |
samplingRatio
Sampling ratio.
|
protected Species |
species
Species observed.
|
protected boolean |
speciesToConfirm
Is the species need to be confirmed?.
|
protected static org.nuiton.util.beans.Binder<PlanktonBatchRowModel,PlanktonBatch> |
toBeanBinder |
protected Float |
weight
Observed weight.
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
PlanktonBatchRowModel() |
PlanktonBatchRowModel(PlanktonBatch aBatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
String |
getComment() |
Float |
getSampleWeight() |
Float |
getSamplingRatio() |
Species |
getSpecies() |
Boolean |
getSpeciesToConfirm() |
Float |
getWeight() |
void |
setAttachments(List<Attachment> attachments) |
void |
setComment(String comment) |
void |
setSampleWeight(Float sampleWeight) |
void |
setSamplingRatio(Float samplingRatio) |
void |
setSpecies(Species species) |
void |
setSpeciesToConfirm(Boolean speciesToConfirm) |
void |
setWeight(Float weight) |
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_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_ATTACHMENTS
protected Species species
protected boolean speciesToConfirm
protected Float weight
protected Float sampleWeight
protected Float samplingRatio
protected String comment
protected List<Attachment> attachments
protected static final org.nuiton.util.beans.Binder<PlanktonBatch,PlanktonBatchRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<PlanktonBatchRowModel,PlanktonBatch> toBeanBinder
public PlanktonBatchRowModel()
public PlanktonBatchRowModel(PlanktonBatch aBatch)
public Species getSpecies()
public void setSpecies(Species species)
public Boolean getSpeciesToConfirm()
public void setSpeciesToConfirm(Boolean speciesToConfirm)
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)
Copyright © 2012 Ifremer. All Rights Reserved.