public class SelectCruiseUIModel
extends org.jdesktop.beans.AbstractSerializableBean
SelectCruiseUI.| Modifier and Type | Field and Description |
|---|---|
protected Cruise |
cruise |
protected List<Cruise> |
cruises |
protected Program |
program |
protected List<Program> |
programs |
static String |
PROPERTY_CRUISE |
static String |
PROPERTY_CRUISE_FOUND |
static String |
PROPERTY_CRUISES |
static String |
PROPERTY_PROGRAM |
static String |
PROPERTY_PROGRAM_FOUND |
static String |
PROPERTY_PROGRAMS |
| Constructor and Description |
|---|
SelectCruiseUIModel() |
| Modifier and Type | Method and Description |
|---|---|
Cruise |
getCruise() |
List<Cruise> |
getCruises() |
Program |
getProgram() |
List<Program> |
getPrograms() |
boolean |
isCruiseFound() |
boolean |
isProgramFound() |
void |
setCruise(Cruise cruise) |
void |
setCruises(List<Cruise> cruises) |
void |
setProgram(Program program) |
void |
setPrograms(List<Program> programs) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_PROGRAMS
public static final String PROPERTY_PROGRAM
public static final String PROPERTY_CRUISES
public static final String PROPERTY_CRUISE
public static final String PROPERTY_PROGRAM_FOUND
public static final String PROPERTY_CRUISE_FOUND
protected Program program
protected Cruise cruise
Copyright © 2012 Ifremer. All Rights Reserved.