org.hippoecm.hst.jaxrs.model.content
Class AbstractDataset
java.lang.Object
org.hippoecm.hst.jaxrs.model.content.AbstractDataset
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- AbstractNodeRepresentationDataset
public abstract class AbstractDataset
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractDataset
public AbstractDataset()
getTotalSize
public long getTotalSize()
setTotalSize
public void setTotalSize(long totalSize)
getBeginIndex
public long getBeginIndex()
setBeginIndex
public void setBeginIndex(long beginIndex)
Copyright © 2008-2012 Hippo. All Rights Reserved.