public class EditProgramUIModel extends AbstractTuttiBeanUIModel<Program,EditProgramUIModel>
| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected static org.nuiton.util.beans.Binder<Program,EditProgramUIModel> |
fromBeanBinder |
protected String |
name |
static String |
PROPERTY_COMMENT |
static String |
PROPERTY_NAME |
static String |
PROPERTY_ZONE |
protected static org.nuiton.util.beans.Binder<EditProgramUIModel,Program> |
toBeanBinder |
protected TuttiLocation |
zone |
id, modify, PROPERTY_ID, PROPERTY_MODIFY, PROPERTY_VALID, valid| Constructor and Description |
|---|
EditProgramUIModel() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
List<Program> |
getExistingPrograms() |
String |
getName() |
TuttiLocation |
getZone() |
void |
setDescription(String description) |
void |
setExistingPrograms(List<Program> existingPrograms) |
void |
setName(String name) |
void |
setZone(TuttiLocation zone) |
firePropertyChanged, 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_ZONE
public static final String PROPERTY_COMMENT
public static final String PROPERTY_NAME
protected String name
protected String description
protected TuttiLocation zone
protected static org.nuiton.util.beans.Binder<EditProgramUIModel,Program> toBeanBinder
protected static org.nuiton.util.beans.Binder<Program,EditProgramUIModel> fromBeanBinder
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public TuttiLocation getZone()
public void setZone(TuttiLocation zone)
Copyright © 2012-2013 Ifremer. All Rights Reserved.