Package org.nuxeo.ecm.platform.query.api
Class PageSelection<T>
- java.lang.Object
-
- org.nuxeo.ecm.platform.query.api.PageSelection<T>
-
- All Implemented Interfaces:
Serializable
public class PageSelection<T> extends Object implements Serializable
Entry wrapping selection information for given data entry- Author:
- Anahide Tchertchian
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PageSelection(T data, boolean selected)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getData()
boolean
isSelected()
void
setData(T data)
void
setSelected(boolean selected)
-