public class BenthosTabUIModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
protected List<CatchBean> |
catches |
static String |
PROPERTY_CATCHES |
static String |
PROPERTY_SAMPLE_TOTAL_WEIGHT |
static String |
PROPERTY_TOTAL_WEIGHT |
protected Float |
sampleTotalWeight |
protected Float |
totalWeight |
| Constructor and Description |
|---|
BenthosTabUIModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBean(TraitBean bean) |
List<CatchBean> |
getCatches() |
Float |
getSampleTotalWeight() |
Float |
getTotalWeight() |
void |
setCatches(List<CatchBean> catches) |
void |
setSampleTotalWeight(Float sampleTotalWeight) |
void |
setTotalWeight(Float totalWeight) |
TraitBean |
toBean() |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_TOTAL_WEIGHT
public static final String PROPERTY_SAMPLE_TOTAL_WEIGHT
public static final String PROPERTY_CATCHES
protected Float totalWeight
protected Float sampleTotalWeight
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
public Float getSampleTotalWeight()
public void setSampleTotalWeight(Float sampleTotalWeight)
public void fromBean(TraitBean bean)
public TraitBean toBean()
Copyright © 2012 Ifremer. All Rights Reserved.