public class ChangeOperatorGroupDTO extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,ChangeOperatorGroupDTO> |
COMMENT |
static BasicProperty<OperatorGroupVO,ChangeOperatorGroupDTO> |
GROUP |
static BasicProperty<OperatorVO,ChangeOperatorGroupDTO> |
OPERATOR |
| Constructor and Description |
|---|
ChangeOperatorGroupDTO() |
ChangeOperatorGroupDTO(Property<T,? super ChangeOperatorGroupDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<java.lang.String,ChangeOperatorGroupDTO> COMMENT
public static final BasicProperty<OperatorGroupVO,ChangeOperatorGroupDTO> GROUP
public static final BasicProperty<OperatorVO,ChangeOperatorGroupDTO> OPERATOR
public ChangeOperatorGroupDTO()
public ChangeOperatorGroupDTO(Property<T,? super ChangeOperatorGroupDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.lang.String getComment()
public void setComment(java.lang.String comment)
public OperatorGroupVO getGroup()
public void setGroup(OperatorGroupVO group)
public OperatorVO getOperator()
public void setOperator(OperatorVO operator)
public java.lang.String toString()
toString in class java.lang.Object