public class SystemCustomImagesSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData> |
CATEGORIES_MANAGE |
static ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData> |
CATEGORIES_VIEW |
static java.lang.String |
CLASS_NAME |
static ListProperty<SystemCustomImageVO,SystemCustomImagesSearchData> |
RESULTS |
| Constructor and Description |
|---|
SystemCustomImagesSearchData() |
SystemCustomImagesSearchData(Property<T,? super SystemCustomImagesSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<SystemImageCategoryVO> |
getCategoriesManage() |
java.util.List<SystemImageCategoryVO> |
getCategoriesView() |
java.util.List<SystemCustomImageVO> |
getResults() |
void |
setCategoriesManage(java.util.List<SystemImageCategoryVO> categoriesManage) |
void |
setCategoriesView(java.util.List<SystemImageCategoryVO> categoriesView) |
void |
setResults(java.util.List<SystemCustomImageVO> results) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData> CATEGORIES_MANAGE
public static final ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData> CATEGORIES_VIEW
public static final ListProperty<SystemCustomImageVO,SystemCustomImagesSearchData> RESULTS
public SystemCustomImagesSearchData()
public SystemCustomImagesSearchData(Property<T,? super SystemCustomImagesSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<SystemImageCategoryVO> getCategoriesManage()
public void setCategoriesManage(java.util.List<SystemImageCategoryVO> categoriesManage)
public java.util.List<SystemImageCategoryVO> getCategoriesView()
public void setCategoriesView(java.util.List<SystemImageCategoryVO> categoriesView)
public java.util.List<SystemCustomImageVO> getResults()
public void setResults(java.util.List<SystemCustomImageVO> results)