public class SelectCruiseUIModel extends AbstractTuttiBeanUIModel<Cruise,SelectCruiseUIModel>
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 |
static String |
PROPERTY_PROTOCOL |
static String |
PROPERTY_PROTOCOL_FOUND |
static String |
PROPERTY_PROTOCOLS |
protected TuttiProtocol |
protocol |
protected List<TuttiProtocol> |
protocols |
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
SelectCruiseUIModel() |
| Modifier and Type | Method and Description |
|---|---|
Cruise |
getCruise() |
List<Cruise> |
getCruises() |
Program |
getProgram() |
List<Program> |
getPrograms() |
TuttiProtocol |
getProtocol() |
List<TuttiProtocol> |
getProtocols() |
boolean |
isCruiseFound() |
boolean |
isProgramFound() |
boolean |
isProtocolFound() |
void |
setCruise(Cruise cruise) |
void |
setCruises(List<Cruise> cruises) |
void |
setProgram(Program program) |
void |
setPrograms(List<Program> programs) |
void |
setProtocol(TuttiProtocol protocol) |
void |
setProtocols(List<TuttiProtocol> protocols) |
fromBean, getIcon, getId, getTitle, 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_PROGRAMS
public static final String PROPERTY_PROGRAM
public static final String PROPERTY_CRUISES
public static final String PROPERTY_CRUISE
public static final String PROPERTY_PROTOCOLS
public static final String PROPERTY_PROTOCOL
public static final String PROPERTY_PROGRAM_FOUND
public static final String PROPERTY_CRUISE_FOUND
public static final String PROPERTY_PROTOCOL_FOUND
protected Program program
protected Cruise cruise
protected List<TuttiProtocol> protocols
protected TuttiProtocol protocol
public Program getProgram()
public void setProgram(Program program)
public boolean isProgramFound()
public Cruise getCruise()
public void setCruise(Cruise cruise)
public boolean isCruiseFound()
public List<TuttiProtocol> getProtocols()
public void setProtocols(List<TuttiProtocol> protocols)
public TuttiProtocol getProtocol()
public void setProtocol(TuttiProtocol protocol)
public boolean isProtocolFound()
Copyright © 2012-2013 Ifremer. All Rights Reserved.