org.apache.stratos.manager.dto
Class CartridgeWrapper
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CartridgeWrapper
public CartridgeWrapper()
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.