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