org.apache.stratos.tenant.activity.beans
Class PaginatedTenantDataBean
java.lang.Object
org.apache.stratos.tenant.activity.beans.PaginatedTenantDataBean
- All Implemented Interfaces:
- Serializable, org.wso2.carbon.utils.Pageable
public class PaginatedTenantDataBean
- extends Object
- implements org.wso2.carbon.utils.Pageable, Serializable
Bean for paginated tenant information
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PaginatedTenantDataBean
public PaginatedTenantDataBean()
getTenantInfoBeans
public TenantDataBean[] getTenantInfoBeans()
setTenantInfoBeans
public void setTenantInfoBeans(TenantDataBean[] tenantInfoBeans)
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
Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.