public class ChangeFieldValueBulkActionDTO extends BulkActionDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomFieldValueDTO,ChangeFieldValueBulkActionDTO> |
FIELD_VALUE |
BY, CREATION_DATE, FINISH_DATE, QUERY, STATUSID| Constructor and Description |
|---|
ChangeFieldValueBulkActionDTO() |
ChangeFieldValueBulkActionDTO(java.lang.Long id) |
ChangeFieldValueBulkActionDTO(Property<T,? super ChangeFieldValueBulkActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomFieldValueDTO |
getFieldValue() |
void |
setFieldValue(CustomFieldValueDTO fieldValue) |
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<CustomFieldValueDTO,ChangeFieldValueBulkActionDTO> FIELD_VALUE
public ChangeFieldValueBulkActionDTO()
public ChangeFieldValueBulkActionDTO(java.lang.Long id)
public ChangeFieldValueBulkActionDTO(Property<T,? super ChangeFieldValueBulkActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class BulkActionDTOpublic CustomFieldValueDTO getFieldValue()
public void setFieldValue(CustomFieldValueDTO fieldValue)