public class FishesTabUIModel
extends org.jdesktop.beans.AbstractSerializableBean
| Modifier and Type | Field and Description |
|---|---|
protected List<CatchBean> |
catches |
static String |
PROPERTY_CATCHES |
static String |
PROPERTY_SAMPLE_VRAC_WEIGHT |
static String |
PROPERTY_TOTAL_HORS_VRAC_WEIGHT |
static String |
PROPERTY_TOTAL_VRAC_WEIGHT |
static String |
PROPERTY_TOTAL_WEIGHT |
protected Float |
sampleVracWeight |
protected Float |
totalHorsVracWeight |
protected Float |
totalVracWeight |
protected Float |
totalWeight |
| Constructor and Description |
|---|
FishesTabUIModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromBean(TraitBean bean) |
List<CatchBean> |
getCatches() |
Float |
getSampleVracWeight() |
Float |
getTotalHorsVracWeight() |
Float |
getTotalVracWeight() |
Float |
getTotalWeight() |
void |
setCatches(List<CatchBean> catches) |
void |
setSampleVracWeight(Float sampleVracWeight) |
void |
setTotalHorsVracWeight(Float totalHorsVracWeight) |
void |
setTotalVracWeight(Float totalVracWeight) |
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_TOTAL_VRAC_WEIGHT
public static final String PROPERTY_SAMPLE_VRAC_WEIGHT
public static final String PROPERTY_TOTAL_HORS_VRAC_WEIGHT
public static final String PROPERTY_CATCHES
protected Float totalWeight
protected Float totalVracWeight
protected Float sampleVracWeight
protected Float totalHorsVracWeight
public Float getTotalWeight()
public void setTotalWeight(Float totalWeight)
public Float getTotalVracWeight()
public void setTotalVracWeight(Float totalVracWeight)
public Float getSampleVracWeight()
public void setSampleVracWeight(Float sampleVracWeight)
public Float getTotalHorsVracWeight()
public void setTotalHorsVracWeight(Float totalHorsVracWeight)
public void fromBean(TraitBean bean)
public TraitBean toBean()
Copyright © 2012 Ifremer. All Rights Reserved.