public class BenthosBatchRowModel extends AbstractTuttiBeanUIModel<BenthosBatch,BenthosBatchRowModel>
| 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<BenthosBatch,BenthosBatchRowModel> |
fromBeanBinder |
protected Integer |
number
Observed number.
|
static String |
PROPERTY_ATTACHMENTS |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_NUMBER |
static String |
PROPERTY_SAMPLE_WEIGHT |
static String |
PROPERTY_SPECIES |
static String |
PROPERTY_SPECIES_TO_CONFIRM |
static String |
PROPERTY_WEIGHT |
protected Float |
sampleWeight
Sample weight.
|
protected Species |
species
Species observed.
|
protected boolean |
speciesToConfirm
Is the species need to be confirmed?.
|
protected static org.nuiton.util.beans.Binder<BenthosBatchRowModel,BenthosBatch> |
toBeanBinder |
protected Float |
weight
Observed weight.
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
BenthosBatchRowModel() |
BenthosBatchRowModel(BenthosBatch aBatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
String |
getComment() |
Integer |
getNumber() |
Float |
getSampleWeight() |
Species |
getSpecies() |
Boolean |
getSpeciesToConfirm() |
Float |
getWeight() |
void |
setAttachments(List<Attachment> attachments) |
void |
setComment(String comment) |
void |
setNumber(Integer number) |
void |
setSampleWeight(Float sampleWeight) |
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_NUMBER
public static final String PROPERTY_SAMPLE_WEIGHT
public static final String PROPERTY_COMMENT
public static final String PROPERTY_ATTACHMENTS
protected Species species
protected boolean speciesToConfirm
protected Float weight
protected Integer number
protected Float sampleWeight
protected String comment
protected List<Attachment> attachments
protected static final org.nuiton.util.beans.Binder<BenthosBatch,BenthosBatchRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<BenthosBatchRowModel,BenthosBatch> toBeanBinder
public BenthosBatchRowModel()
public BenthosBatchRowModel(BenthosBatch 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 Integer getNumber()
public void setNumber(Integer number)
public String getComment()
public void setComment(String comment)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
Copyright © 2012-2013 Ifremer. All Rights Reserved.