public class ReportUIModel extends AbstractTuttiBeanUIModel<ReportGenerationRequest,ReportUIModel>
ReportUI screen.| Modifier and Type | Field and Description |
|---|---|
protected String |
cruiseId |
protected FishingOperation |
fishingOperation |
protected List<FishingOperation> |
fishingOperations |
static String |
PROPERTY_FISHING_OPERATION |
static String |
PROPERTY_REPORT |
static String |
PROPERTY_REPORT_DONE |
static String |
PROPERTY_REPORTS |
protected File |
report
Report to use.
|
protected ReportGenerationResult |
reportGenerationResult |
protected List<File> |
reports |
protected static org.nuiton.util.beans.Binder<ReportUIModel,ReportGenerationRequest> |
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 |
isReportDone() |
protected ReportGenerationRequest |
newEntity() |
void |
setCruiseId(String cruiseId) |
void |
setFishingOperation(FishingOperation fishingOperation) |
void |
setFishingOperations(List<FishingOperation> fishingOperations) |
void |
setReport(File report) |
void |
setReportGenerationResult(ReportGenerationResult reportGenerationResult) |
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_REPORT_DONE
protected static org.nuiton.util.beans.Binder<ReportUIModel,ReportGenerationRequest> toBeanBinder
protected List<FishingOperation> fishingOperations
protected ReportGenerationResult reportGenerationResult
protected File report
protected String cruiseId
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 void setReportGenerationResult(ReportGenerationResult reportGenerationResult)
public File getOutputFile()
public boolean isReportDone()
protected ReportGenerationRequest newEntity()
newEntity in class AbstractTuttiBeanUIModel<ReportGenerationRequest,ReportUIModel>Copyright © 2012–2015 Ifremer. All rights reserved.