public class ProductQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static SetProperty<BasicGroupVO,ProductQuery> |
GROUPS |
static Property<java.lang.Boolean,ProductQuery> |
INDIVIDUAL_ASSIGNED_ONLY |
static Property<java.lang.String,ProductQuery> |
NAME |
static SetProperty<ProductNature,ProductQuery> |
NATURES |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
ProductQuery() |
ProductQuery(Property<T,? super ProductQuery> 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.util.Set<BasicGroupVO> |
getGroups() |
java.lang.String |
getName() |
java.util.Set<ProductNature> |
getNatures() |
boolean |
isIndividualAssignedOnly() |
void |
setGroups(java.util.Set<BasicGroupVO> groups) |
void |
setIndividualAssignedOnly(boolean individualAssignedOnly) |
void |
setName(java.lang.String name) |
void |
setNatures(java.util.Set<ProductNature> natures) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final SetProperty<BasicGroupVO,ProductQuery> GROUPS
public static final Property<java.lang.Boolean,ProductQuery> INDIVIDUAL_ASSIGNED_ONLY
public static final Property<java.lang.String,ProductQuery> NAME
public static final SetProperty<ProductNature,ProductQuery> NATURES
public ProductQuery()
public ProductQuery(Property<T,? super ProductQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParametersprotected void doSet(Property<?,?> property, java.lang.Object value)
doSet in class QueryParameterspublic java.lang.Object get(Property<?,?> property)
ObservableBeanget in class QueryParameterspublic java.util.Set<BasicGroupVO> getGroups()
public boolean isIndividualAssignedOnly()
public java.lang.String getName()
public java.util.Set<ProductNature> getNatures()
public void setGroups(java.util.Set<BasicGroupVO> groups)
public void setIndividualAssignedOnly(boolean individualAssignedOnly)
public void setName(java.lang.String name)
public void setNatures(java.util.Set<ProductNature> natures)