public class ChangeGroupBulkActionDTO extends BulkActionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<GroupVO,ChangeGroupBulkActionDTO> |
NEW_GROUP |
BY, CREATION_DATE, FINISH_DATE, QUERY, STATUSID| Constructor and Description |
|---|
ChangeGroupBulkActionDTO() |
ChangeGroupBulkActionDTO(java.lang.Long id) |
ChangeGroupBulkActionDTO(Property<T,? super ChangeGroupBulkActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
GroupVO |
getNewGroup() |
void |
setNewGroup(GroupVO newGroup) |
getBy, getCreationDate, getFinishDate, getQuery, getStatus, setBy, setCreationDate, setFinishDate, setQuery, setStatusgetVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, 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<GroupVO,ChangeGroupBulkActionDTO> NEW_GROUP
public ChangeGroupBulkActionDTO()
public ChangeGroupBulkActionDTO(java.lang.Long id)
public ChangeGroupBulkActionDTO(Property<T,? super ChangeGroupBulkActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BulkActionDTOpublic GroupVO getNewGroup()
public void setNewGroup(GroupVO newGroup)