public class AccidentalBatchRowModel extends AbstractTuttiBeanUIModel<AccidentalBatch,AccidentalBatchRowModel>
| 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<AccidentalBatch,AccidentalBatchRowModel> |
fromBeanBinder |
static String |
PROPERTY_ATTACHMENTS |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_SPECIES |
static String |
PROPERTY_WEIGHT |
protected Species |
species
Species observed.
|
protected static org.nuiton.util.beans.Binder<AccidentalBatchRowModel,AccidentalBatch> |
toBeanBinder |
protected Float |
weight
Observed weight.
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
AccidentalBatchRowModel() |
AccidentalBatchRowModel(AccidentalBatch aBatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
String |
getComment() |
Species |
getSpecies() |
Float |
getWeight() |
void |
setAttachments(List<Attachment> attachments) |
void |
setComment(String comment) |
void |
setSpecies(Species species) |
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_WEIGHT
public static final String PROPERTY_COMMENT
public static final String PROPERTY_ATTACHMENTS
protected Species species
protected Float weight
protected String comment
protected List<Attachment> attachments
protected static final org.nuiton.util.beans.Binder<AccidentalBatch,AccidentalBatchRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<AccidentalBatchRowModel,AccidentalBatch> toBeanBinder
public AccidentalBatchRowModel()
public AccidentalBatchRowModel(AccidentalBatch aBatch)
public Species getSpecies()
public void setSpecies(Species species)
public Float getWeight()
public void setWeight(Float weight)
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.