org.apache.stratos.manager.dto
Class CartridgeWrapper

java.lang.Object
  extended by org.apache.stratos.manager.dto.CartridgeWrapper
All Implemented Interfaces:
org.wso2.carbon.utils.Pageable

public final class CartridgeWrapper
extends Object
implements org.wso2.carbon.utils.Pageable

This class holds paginated information about cartridges


Constructor Summary
CartridgeWrapper()
           
 
Method Summary
 Cartridge[] getCartridges()
           
 int getNumberOfPages()
           
<T> void
set(List<T> items)
           
 void setNumberOfPages(int numberOfPages)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CartridgeWrapper

public CartridgeWrapper()
Method Detail

getNumberOfPages

public int getNumberOfPages()
Specified by:
getNumberOfPages in interface org.wso2.carbon.utils.Pageable

setNumberOfPages

public void setNumberOfPages(int numberOfPages)
Specified by:
setNumberOfPages in interface org.wso2.carbon.utils.Pageable

set

public <T> void set(List<T> items)
Specified by:
set in interface org.wso2.carbon.utils.Pageable

getCartridges

public Cartridge[] getCartridges()


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.