public class AdQuestionQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static Property<UserVO,AdQuestionQuery> |
SELLER |
static Property<AdType,AdQuestionQuery> |
TYPE |
CURRENT_PAGE, PAGE_SIZE| Constructor and Description |
|---|
AdQuestionQuery() |
AdQuestionQuery(Property<T,? super AdQuestionQuery> 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
|
UserVO |
getSeller() |
AdType |
getType() |
void |
setSeller(UserVO seller) |
void |
setType(AdType type) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<UserVO,AdQuestionQuery> SELLER
public static final Property<AdType,AdQuestionQuery> TYPE
public AdQuestionQuery()
public AdQuestionQuery(Property<T,? super AdQuestionQuery> 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 UserVO getSeller()
public AdType getType()
public void setSeller(UserVO seller)
public void setType(AdType type)