public class MacroWasteBatchRowModel extends AbstractTuttiBeanUIModel<MacroWasteBatch,MacroWasteBatchRowModel>
| Modifier and Type | Field and Description |
|---|---|
protected List<Attachment> |
attachments
Attachments.
|
protected String |
comment
Comment on this batch.
|
protected static org.nuiton.util.beans.Binder<MacroWasteBatch,MacroWasteBatchRowModel> |
fromBeanBinder |
protected MacroWasteCategory |
macroWasteCategory
macroWaste category.
|
static String |
PROPERTY_ATTACHMENTS |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_MACRO_WASTE_CATEGORY |
static String |
PROPERTY_WEIGHT |
protected static org.nuiton.util.beans.Binder<MacroWasteBatchRowModel,MacroWasteBatch> |
toBeanBinder |
protected Float |
weight
Observed weight.
|
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
MacroWasteBatchRowModel() |
MacroWasteBatchRowModel(MacroWasteBatch aBatch) |
| Modifier and Type | Method and Description |
|---|---|
List<Attachment> |
getAttachments() |
String |
getComment() |
MacroWasteCategory |
getMacroWasteCategory() |
Float |
getWeight() |
void |
setAttachments(List<Attachment> attachments) |
void |
setComment(String comment) |
void |
setMacroWasteCategory(MacroWasteCategory macroWasteCategory) |
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_MACRO_WASTE_CATEGORY
public static final String PROPERTY_WEIGHT
public static final String PROPERTY_COMMENT
public static final String PROPERTY_ATTACHMENTS
protected MacroWasteCategory macroWasteCategory
protected Float weight
protected String comment
protected List<Attachment> attachments
protected static final org.nuiton.util.beans.Binder<MacroWasteBatch,MacroWasteBatchRowModel> fromBeanBinder
protected static final org.nuiton.util.beans.Binder<MacroWasteBatchRowModel,MacroWasteBatch> toBeanBinder
public MacroWasteBatchRowModel()
public MacroWasteBatchRowModel(MacroWasteBatch aBatch)
public MacroWasteCategory getMacroWasteCategory()
public void setMacroWasteCategory(MacroWasteCategory macroWasteCategory)
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 Ifremer. All Rights Reserved.