public class AdQuestionQuery extends QueryParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<UserVO,AdQuestionQuery> |
SELLER |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
UserVO |
getSeller() |
AdType |
getType() |
void |
setSeller(UserVO seller) |
void |
setType(AdType type) |
getCurrentPage, getPageSize, setCountOnly, setCurrentPage, setPageSize, setUnlimitedaddPropertyChangeListener, 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<UserVO,AdQuestionQuery> SELLER
public static final BasicProperty<AdType,AdQuestionQuery> TYPE
public AdQuestionQuery()
public AdQuestionQuery(Property<T,? super AdQuestionQuery> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class QueryParameterspublic UserVO getSeller()
public void setSeller(UserVO seller)
public AdType getType()
public void setType(AdType type)