Class GeneralReferenceQuery
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.QueryParameters
-
- org.cyclos.model.users.references.ReferenceQuery
-
- org.cyclos.model.users.references.GeneralReferenceQuery
-
- All Implemented Interfaces:
Serializable
public class GeneralReferenceQuery extends ReferenceQuery
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAME-
Fields inherited from class org.cyclos.model.users.references.ReferenceQuery
LEVELS, OWNER, PERIOD, REFERENCE_TYPE, USER
-
Fields inherited from class org.cyclos.model.QueryParameters
CURRENT_PAGE, PAGE_SIZE, SKIP_TOTAL_COUNT
-
-
Constructor Summary
Constructors Constructor Description GeneralReferenceQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()-
Methods inherited from class org.cyclos.model.users.references.ReferenceQuery
doGetProperties, getLevels, getOwner, getPeriod, getReferenceType, getUser, setLevels, setOwner, setPeriod, setReferenceType, setUser
-
Methods inherited from class org.cyclos.model.QueryParameters
getCurrentPage, getPageSize, isSkipTotalCount, setCountOnly, setCurrentPage, setPageSize, setSkipTotalCount, setUnlimited
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
-
Method Detail
-
className
public String className()
- Overrides:
classNamein classReferenceQuery
-
-