public class ProductSearchData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<java.lang.Boolean,ProductSearchData> |
CAN_MANAGE |
static java.lang.String |
CLASS_NAME |
static ListProperty<BasicGroupVO,ProductSearchData> |
GROUPS |
| Constructor and Description |
|---|
ProductSearchData() |
ProductSearchData(Property<T,? super ProductSearchData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<BasicGroupVO> |
getGroups() |
boolean |
isCanManage() |
void |
setCanManage(boolean canManage) |
void |
setGroups(java.util.List<BasicGroupVO> groups) |
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 BasicProperty<java.lang.Boolean,ProductSearchData> CAN_MANAGE
public static final ListProperty<BasicGroupVO,ProductSearchData> GROUPS
public ProductSearchData()
public ProductSearchData(Property<T,? super ProductSearchData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic boolean isCanManage()
public void setCanManage(boolean canManage)
public java.util.List<BasicGroupVO> getGroups()
public void setGroups(java.util.List<BasicGroupVO> groups)