public class EditCruiseUIModel extends AbstractTuttiBeanUIModel<Cruise,EditCruiseUIModel>
EditCruiseUI.id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
EditCruiseUIModel() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getBeginDate() |
String |
getComment() |
Country |
getCountry() |
Date |
getEndDate() |
List<Gear> |
getGear() |
List<Person> |
getHeadOfMission() |
List<Person> |
getHeadOfSortRoom() |
String |
getName() |
Integer |
getPoche() |
Program |
getProgram() |
String |
getSurveyPart() |
List<Vessel> |
getVessel() |
Integer |
getYear() |
boolean |
isCanGenerateName() |
void |
setBeginDate(Date beginDate) |
void |
setComment(String comment) |
void |
setCountry(Country country) |
void |
setEndDate(Date endDate) |
void |
setGear(List<Gear> gear) |
void |
setHeadOfMission(List<Person> headOfMission) |
void |
setHeadOfSortRoom(List<Person> headOfSortRoom) |
void |
setName(String name) |
void |
setPoche(Integer poche) |
void |
setProgram(Program program) |
void |
setSurveyPart(String surveyPart) |
void |
setVessel(List<Vessel> vessel) |
void |
setYear(Integer year) |
fromBean, getId, 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_PROGRAM
public static final String PROPERTY_NAME
public static final String PROPERTY_COMMENT
public static final String PROPERTY_COUNTRY
public static final String PROPERTY_SURVEY_PART
public static final String PROPERTY_VESSEL
public static final String PROPERTY_GEAR
public static final String PROPERTY_HEAD_OF_MISSION
public static final String PROPERTY_HEAD_OF_SORT_ROOM
public static final String PROPERTY_YEAR
public static final String PROPERTY_POCHE
public static final String PROPERTY_BEGIN_DATE
public static final String PROPERTY_END_DATE
public static final String PROPERTY_CAN_GENERATE_NAME
protected Program program
protected Country country
protected String name
protected String surveyPart
protected String comment
protected Integer year
protected Integer poche
protected Date beginDate
protected Date endDate
protected static org.nuiton.util.beans.Binder<EditCruiseUIModel,Cruise> toBeanBinder
protected static org.nuiton.util.beans.Binder<Cruise,EditCruiseUIModel> fromBeanBinder
public Program getProgram()
public void setProgram(Program program)
public String getName()
public void setName(String name)
public String getComment()
public void setComment(String comment)
public Country getCountry()
public void setCountry(Country country)
public String getSurveyPart()
public void setSurveyPart(String surveyPart)
public Integer getYear()
public void setYear(Integer year)
public Integer getPoche()
public void setPoche(Integer poche)
public Date getBeginDate()
public void setBeginDate(Date beginDate)
public Date getEndDate()
public void setEndDate(Date endDate)
public boolean isCanGenerateName()
Copyright © 2012-2013 Ifremer. All Rights Reserved.