org.hippoecm.hst.jaxrs.model.content
Class AbstractDataset

java.lang.Object
  extended by 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

Constructor Summary
AbstractDataset()
           
 
Method Summary
 long getBeginIndex()
           
 long getTotalSize()
           
 void setBeginIndex(long beginIndex)
           
 void setTotalSize(long totalSize)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractDataset

public AbstractDataset()
Method Detail

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.