org.drools.repository
Class AssetItemPageResult

java.lang.Object
  extended by org.drools.repository.AssetItemPageResult

public class AssetItemPageResult
extends Object

Used for holding a page of asset data.


Field Summary
 List<AssetItem> assets
           
 long currentPosition
           
 boolean hasNext
           
 
Constructor Summary
AssetItemPageResult()
           
AssetItemPageResult(List<AssetItem> categories, long currentPosition, boolean hasNext)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

assets

public final List<AssetItem> assets

hasNext

public final boolean hasNext

currentPosition

public long currentPosition
Constructor Detail

AssetItemPageResult

public AssetItemPageResult(List<AssetItem> categories,
                           long currentPosition,
                           boolean hasNext)

AssetItemPageResult

public AssetItemPageResult()


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.