org.kie.services.client.serialization.jaxb.impl.deploy
Class JaxbDeploymentUnitList
java.lang.Object
org.kie.services.client.serialization.jaxb.impl.deploy.JaxbDeploymentUnitList
- All Implemented Interfaces:
- JaxbPaginatedList<JaxbDeploymentUnit>
public class JaxbDeploymentUnitList
- extends Object
- implements JaxbPaginatedList<JaxbDeploymentUnit>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JaxbDeploymentUnitList
public JaxbDeploymentUnitList()
JaxbDeploymentUnitList
public JaxbDeploymentUnitList(List<JaxbDeploymentUnit> depUnitList)
getDeploymentUnitList
public List<JaxbDeploymentUnit> getDeploymentUnitList()
setDeploymentUnitList
public void setDeploymentUnitList(List<JaxbDeploymentUnit> deploymentUnitList)
addContents
public void addContents(List<JaxbDeploymentUnit> contentList)
- Description copied from interface:
JaxbPaginatedList
- Add the list that has been paginated
- Specified by:
addContents in interface JaxbPaginatedList<JaxbDeploymentUnit>
getPageNumber
public Integer getPageNumber()
- Specified by:
getPageNumber in interface JaxbPaginatedList<JaxbDeploymentUnit>
- Returns:
- The page number
setPageNumber
public void setPageNumber(Integer page)
- Description copied from interface:
JaxbPaginatedList
- Set the page number
- Specified by:
setPageNumber in interface JaxbPaginatedList<JaxbDeploymentUnit>
- Parameters:
page - The page number
getPageSize
public Integer getPageSize()
- Specified by:
getPageSize in interface JaxbPaginatedList<JaxbDeploymentUnit>
- Returns:
- The page size
setPageSize
public void setPageSize(Integer pageSize)
- Description copied from interface:
JaxbPaginatedList
- Set the page size
- Specified by:
setPageSize in interface JaxbPaginatedList<JaxbDeploymentUnit>
- Parameters:
pageSize - The number of items per page
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.