public class ChangeOperatorGroupDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.String,ChangeOperatorGroupDTO> |
COMMENT |
static Property<OperatorGroupVO,ChangeOperatorGroupDTO> |
GROUP |
static Property<OperatorVO,ChangeOperatorGroupDTO> |
OPERATOR |
| Constructor and Description |
|---|
ChangeOperatorGroupDTO() |
ChangeOperatorGroupDTO(Property<T,? super ChangeOperatorGroupDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
java.lang.String |
getComment() |
OperatorGroupVO |
getGroup() |
OperatorVO |
getOperator() |
void |
setComment(java.lang.String comment) |
void |
setGroup(OperatorGroupVO group) |
void |
setOperator(OperatorVO operator) |
java.lang.String |
toString() |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.String,ChangeOperatorGroupDTO> COMMENT
public static final Property<OperatorGroupVO,ChangeOperatorGroupDTO> GROUP
public static final Property<OperatorVO,ChangeOperatorGroupDTO> OPERATOR
public ChangeOperatorGroupDTO()
public ChangeOperatorGroupDTO(Property<T,? super ChangeOperatorGroupDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class ObservableBeanprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class ObservableBeanpublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class ObservableBeanpublic java.lang.String getComment()
public OperatorGroupVO getGroup()
public OperatorVO getOperator()
public void setComment(java.lang.String comment)
public void setGroup(OperatorGroupVO group)
public void setOperator(OperatorVO operator)
public java.lang.String toString()
toString in class java.lang.Object