Package org.cyclos.model.system.images
Class SystemCustomImagesSearchData
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.SearchData<SystemCustomImageQuery>
-
- org.cyclos.model.system.images.SystemCustomImagesSearchData
-
- All Implemented Interfaces:
Serializable
public class SystemCustomImagesSearchData extends SearchData<SystemCustomImageQuery>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData>CATEGORIES_MANAGEstatic ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData>CATEGORIES_VIEWstatic StringCLASS_NAME-
Fields inherited from class org.cyclos.model.SearchData
QUERY
-
-
Constructor Summary
Constructors Constructor Description SystemCustomImagesSearchData()SystemCustomImagesSearchData(Property<T,? super SystemCustomImagesSearchData> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()List<SystemImageCategoryVO>getCategoriesManage()List<SystemImageCategoryVO>getCategoriesView()voidsetCategoriesManage(List<SystemImageCategoryVO> categoriesManage)voidsetCategoriesView(List<SystemImageCategoryVO> categoriesView)-
Methods inherited from class org.cyclos.model.SearchData
getQuery, setQuery
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CATEGORIES_MANAGE
public static final ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData> CATEGORIES_MANAGE
-
CATEGORIES_VIEW
public static final ListProperty<SystemImageCategoryVO,SystemCustomImagesSearchData> CATEGORIES_VIEW
-
-
Constructor Detail
-
SystemCustomImagesSearchData
public SystemCustomImagesSearchData()
-
SystemCustomImagesSearchData
public SystemCustomImagesSearchData(Property<T,? super SystemCustomImagesSearchData> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classSearchData<SystemCustomImageQuery>
-
getCategoriesManage
public List<SystemImageCategoryVO> getCategoriesManage()
-
setCategoriesManage
public void setCategoriesManage(List<SystemImageCategoryVO> categoriesManage)
-
getCategoriesView
public List<SystemImageCategoryVO> getCategoriesView()
-
setCategoriesView
public void setCategoriesView(List<SystemImageCategoryVO> categoriesView)
-
-