public class BulkActionSearchUsersData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<CustomOperationVO,BulkActionSearchUsersData> |
CUSTOM_OPERATION |
static BasicProperty<BulkActionNature,BulkActionSearchUsersData> |
NATURE |
static BasicProperty<UserSearchData,BulkActionSearchUsersData> |
SEARCH_DATA |
| Constructor and Description |
|---|
BulkActionSearchUsersData() |
BulkActionSearchUsersData(Property<T,? super BulkActionSearchUsersData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
CustomOperationVO |
getCustomOperation() |
BulkActionNature |
getNature() |
UserSearchData |
getSearchData() |
void |
setCustomOperation(CustomOperationVO customOperation) |
void |
setNature(BulkActionNature nature) |
void |
setSearchData(UserSearchData searchData) |
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<CustomOperationVO,BulkActionSearchUsersData> CUSTOM_OPERATION
public static final BasicProperty<BulkActionNature,BulkActionSearchUsersData> NATURE
public static final BasicProperty<UserSearchData,BulkActionSearchUsersData> SEARCH_DATA
public BulkActionSearchUsersData()
public BulkActionSearchUsersData(Property<T,? super BulkActionSearchUsersData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic CustomOperationVO getCustomOperation()
public void setCustomOperation(CustomOperationVO customOperation)
public BulkActionNature getNature()
public void setNature(BulkActionNature nature)
public UserSearchData getSearchData()
public void setSearchData(UserSearchData searchData)