public class FishingOperationsUIModel
extends org.jdesktop.beans.AbstractSerializableBean
FishingOperationsUI.| Modifier and Type | Field and Description |
|---|---|
protected Cruise |
cruise |
protected List<FishingOperation> |
fishingOperation |
static String |
PROPERTY_CRUISE |
static String |
PROPERTY_FISHING_OPERATION |
static String |
PROPERTY_SELECTED_FISHING_OPERATION |
protected FishingOperation |
selectedFishingOperation |
| Constructor and Description |
|---|
FishingOperationsUIModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
addFishingOperation(FishingOperation fishingOperation) |
Cruise |
getCruise() |
List<FishingOperation> |
getFishingOperation() |
FishingOperation |
getSelectedFishingOperation() |
void |
removeFishingOperation(FishingOperation fishingOperation) |
void |
setCruise(Cruise cruise) |
void |
setFishingOperation(List<FishingOperation> fishingOperation) |
void |
setSelectedFishingOperation(FishingOperation selectedFishingOperation) |
void |
updateFishingOperation(FishingOperation oldFishingOperation,
FishingOperation newFishingOperation) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_FISHING_OPERATION
public static final String PROPERTY_SELECTED_FISHING_OPERATION
public static final String PROPERTY_CRUISE
protected List<FishingOperation> fishingOperation
protected FishingOperation selectedFishingOperation
protected Cruise cruise
public List<FishingOperation> getFishingOperation()
public void setFishingOperation(List<FishingOperation> fishingOperation)
public void addFishingOperation(FishingOperation fishingOperation)
public void removeFishingOperation(FishingOperation fishingOperation)
public void updateFishingOperation(FishingOperation oldFishingOperation, FishingOperation newFishingOperation)
public FishingOperation getSelectedFishingOperation()
public void setSelectedFishingOperation(FishingOperation selectedFishingOperation)
public Cruise getCruise()
public void setCruise(Cruise cruise)
Copyright © 2012-2013 Ifremer. All Rights Reserved.