public class ReportUIModel extends AbstractTuttiBeanUIModel<ReportModel,ReportUIModel>
ReportUI screen.| Modifier and Type | Field and Description |
|---|---|
protected ReportModel |
editObject |
protected FishingOperation |
fishingOperation |
protected List<FishingOperation> |
fishingOperations |
static String |
PROPERTY_FISHING_OPERATION |
static String |
PROPERTY_OUTPUT_FILE |
static String |
PROPERTY_OUTPUT_FILE_EXISTS |
static String |
PROPERTY_REPORT |
static String |
PROPERTY_REPORTS |
protected List<File> |
reports |
protected static org.nuiton.util.beans.Binder<ReportUIModel,ReportModel> |
toBeanBinder |
id, modify, PROPERTY_MODIFY, PROPERTY_VALID, validPROPERTY_ID| Constructor and Description |
|---|
ReportUIModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCruiseId() |
FishingOperation |
getFishingOperation() |
String |
getFishingOperationId() |
List<FishingOperation> |
getFishingOperations() |
File |
getOutputFile() |
File |
getReport() |
List<File> |
getReports() |
boolean |
isOutputFileExists() |
protected ReportModel |
newEntity() |
void |
reloadOuputFile() |
void |
setCruiseId(String cruiseId) |
void |
setFishingOperation(FishingOperation fishingOperation) |
void |
setFishingOperations(List<FishingOperation> fishingOperations) |
void |
setOutputFile(File outputFile) |
void |
setReport(File report) |
void |
setReports(List<File> reports) |
firePropertyChanged, fromBean, fromEntity, getChild, getChild, getId, getIdAsInt, isCreate, isModify, isValid, setId, setId, setModify, setValid, toBean, toEntityaddPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_REPORTS
public static final String PROPERTY_REPORT
public static final String PROPERTY_FISHING_OPERATION
public static final String PROPERTY_OUTPUT_FILE
public static final String PROPERTY_OUTPUT_FILE_EXISTS
protected static org.nuiton.util.beans.Binder<ReportUIModel,ReportModel> toBeanBinder
protected List<FishingOperation> fishingOperations
protected final ReportModel editObject
protected FishingOperation fishingOperation
public List<FishingOperation> getFishingOperations()
public void setFishingOperations(List<FishingOperation> fishingOperations)
public File getReport()
public void setReport(File report)
public String getCruiseId()
public void setCruiseId(String cruiseId)
public String getFishingOperationId()
public FishingOperation getFishingOperation()
public void setFishingOperation(FishingOperation fishingOperation)
public File getOutputFile()
public void setOutputFile(File outputFile)
public void reloadOuputFile()
public boolean isOutputFileExists()
protected ReportModel newEntity()
newEntity in class AbstractTuttiBeanUIModel<ReportModel,ReportUIModel>Copyright © 2012–2015 Ifremer. All rights reserved.