public class WorkflowInstancePage extends Object
Describe your class here
.| Constructor and Description | 
|---|
WorkflowInstancePage()
 Default Constructor 
 | 
WorkflowInstancePage(int pageNum,
                    int totalPages,
                    int pageSize,
                    List pageWorkflows)  | 
| Modifier and Type | Method and Description | 
|---|---|
static WorkflowInstancePage | 
blankPage()  | 
int | 
getPageNum()  | 
int | 
getPageSize()  | 
List | 
getPageWorkflows()  | 
int | 
getTotalPages()  | 
boolean | 
isFirstPage()  | 
boolean | 
isLastPage()  | 
void | 
setPageNum(int pageNum)  | 
void | 
setPageSize(int pageSize)  | 
void | 
setPageWorkflows(List pageWorkflows)  | 
void | 
setTotalPages(int totalPages)  | 
public WorkflowInstancePage()
Default Constructor
.public WorkflowInstancePage(int pageNum,
                            int totalPages,
                            int pageSize,
                            List pageWorkflows)
pageNum - The number of this page.totalPages - The total number of pages in the set.pageSize - The size of this page.pageWorkflows - The workflows associated with this page.public int getPageNum()
public void setPageNum(int pageNum)
pageNum - The pageNum to set.public List getPageWorkflows()
public void setPageWorkflows(List pageWorkflows)
public int getPageSize()
public void setPageSize(int pageSize)
pageSize - The pageSize to set.public int getTotalPages()
public void setTotalPages(int totalPages)
totalPages - The totalPages to set.public boolean isLastPage()
public boolean isFirstPage()
public static WorkflowInstancePage blankPage()
WorkflowInstancePage.Copyright © 1999–2017 Apache OODT. All rights reserved.