org.apache.stratos.tenant.activity.beans
Class PaginatedTenantDataBean

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

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

Constructor Detail

PaginatedTenantDataBean

public PaginatedTenantDataBean()
Method Detail

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 © 2013 The Apache Software Foundation. All Rights Reserved.