public class RunCustomOperationDTO extends ObservableBean
| Modifier and Type | Field and Description |
|---|---|
static Property<java.lang.Integer,RunCustomOperationDTO> |
CURRENT_PAGE |
static Property<CustomOperationVO,RunCustomOperationDTO> |
CUSTOM_OPERATION |
static ListProperty<CustomFieldValueDTO,RunCustomOperationDTO> |
FORM_PARAMETERS |
static Property<java.lang.Integer,RunCustomOperationDTO> |
PAGE_SIZE |
static Property<UserVO,RunCustomOperationDTO> |
USER |
| Constructor and Description |
|---|
RunCustomOperationDTO() |
RunCustomOperationDTO(Property<T,? super RunCustomOperationDTO> 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.Integer |
getCurrentPage() |
CustomOperationVO |
getCustomOperation() |
java.util.List<CustomFieldValueDTO> |
getFormParameters() |
java.lang.Integer |
getPageSize() |
UserVO |
getUser() |
void |
setCurrentPage(java.lang.Integer currentPage) |
void |
setCustomOperation(CustomOperationVO customOperation) |
void |
setFormParameters(java.util.List<CustomFieldValueDTO> formParameters) |
void |
setPageSize(java.lang.Integer pageSize) |
void |
setUser(UserVO user) |
addPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<java.lang.Integer,RunCustomOperationDTO> CURRENT_PAGE
public static final Property<CustomOperationVO,RunCustomOperationDTO> CUSTOM_OPERATION
public static final ListProperty<CustomFieldValueDTO,RunCustomOperationDTO> FORM_PARAMETERS
public static final Property<java.lang.Integer,RunCustomOperationDTO> PAGE_SIZE
public static final Property<UserVO,RunCustomOperationDTO> USER
public RunCustomOperationDTO()
public RunCustomOperationDTO(Property<T,? super RunCustomOperationDTO> 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.Integer getCurrentPage()
public CustomOperationVO getCustomOperation()
public java.util.List<CustomFieldValueDTO> getFormParameters()
public java.lang.Integer getPageSize()
public UserVO getUser()
public void setCurrentPage(java.lang.Integer currentPage)
public void setCustomOperation(CustomOperationVO customOperation)
public void setFormParameters(java.util.List<CustomFieldValueDTO> formParameters)
public void setPageSize(java.lang.Integer pageSize)
public void setUser(UserVO user)