Class AdQuestionQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.marketplace.advertisements.AdQuestionQuery
-
- All Implemented Interfaces:
Serializable
public class AdQuestionQuery extends QueryParameters
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<UserVO,AdQuestionQuery>SELLERstatic BasicProperty<AdType,AdQuestionQuery>TYPE-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description AdQuestionQuery()AdQuestionQuery(Property<T,? super AdQuestionQuery> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()UserVOgetSeller()AdTypegetType()voidsetSeller(UserVO seller)voidsetType(AdType type)-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited, useMaxAllowedPagination
-
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
-
SELLER
public static final BasicProperty<UserVO,AdQuestionQuery> SELLER
-
TYPE
public static final BasicProperty<AdType,AdQuestionQuery> TYPE
-
-
Constructor Detail
-
AdQuestionQuery
public AdQuestionQuery()
-
AdQuestionQuery
public AdQuestionQuery(Property<T,? super AdQuestionQuery> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classQueryParameters
-
getSeller
public UserVO getSeller()
-
setSeller
public void setSeller(UserVO seller)
-
getType
public AdType getType()
-
setType
public void setType(AdType type)
-
-