public class SelectCampaignUIModel
extends org.jdesktop.beans.AbstractSerializableBean
SelectCampaignUI.| Modifier and Type | Field and Description |
|---|---|
protected CampaignBean |
campaign |
protected List<CampaignBean> |
campaigns |
static String |
PROPERTY_CAMPAIGN |
static String |
PROPERTY_CAMPAIGN_FOUND |
static String |
PROPERTY_CAMPAIGNS |
static String |
PROPERTY_SURVEY |
static String |
PROPERTY_SURVEY_FOUND |
static String |
PROPERTY_SURVEYS |
protected SurveyBean |
survey |
protected List<SurveyBean> |
surveys |
| Constructor and Description |
|---|
SelectCampaignUIModel() |
| Modifier and Type | Method and Description |
|---|---|
CampaignBean |
getCampaign() |
List<CampaignBean> |
getCampaigns() |
SurveyBean |
getSurvey() |
List<SurveyBean> |
getSurveys() |
boolean |
isCampaignFound() |
boolean |
isSurveyFound() |
void |
setCampaign(CampaignBean campaign) |
void |
setCampaigns(List<CampaignBean> campaigns) |
void |
setSurvey(SurveyBean survey) |
void |
setSurveys(List<SurveyBean> surveys) |
addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clone, fireIndexedPropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, getPropertyChangeListeners, getPropertyChangeListeners, getVetoableChangeListeners, getVetoableChangeListeners, hasPropertyChangeListeners, hasVetoableChangeListeners, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListenerpublic static final String PROPERTY_SURVEYS
public static final String PROPERTY_SURVEY
public static final String PROPERTY_CAMPAIGNS
public static final String PROPERTY_CAMPAIGN
public static final String PROPERTY_SURVEY_FOUND
public static final String PROPERTY_CAMPAIGN_FOUND
protected List<SurveyBean> surveys
protected SurveyBean survey
protected List<CampaignBean> campaigns
protected CampaignBean campaign
public List<SurveyBean> getSurveys()
public void setSurveys(List<SurveyBean> surveys)
public SurveyBean getSurvey()
public void setSurvey(SurveyBean survey)
public boolean isSurveyFound()
public List<CampaignBean> getCampaigns()
public void setCampaigns(List<CampaignBean> campaigns)
public CampaignBean getCampaign()
public void setCampaign(CampaignBean campaign)
public boolean isCampaignFound()
Copyright © 2012 Ifremer. All Rights Reserved.