public class PagedJobResultsTO extends PagedResultsTO<JobTO>
| Constructor and Description |
|---|
PagedJobResultsTO() |
PagedJobResultsTO(Integer maxResults,
Integer windowSize,
Integer currentPage,
List<JobTO> resultList) |
PagedJobResultsTO(Long maxResultsLong,
Integer windowSize,
Integer currentPage,
List<JobTO> resultList) |
PagedJobResultsTO(com.sohnar.persistence.entity.PagedResults<JobTO> pagedResults) |
getCurrentPage, getMaxResults, getResultList, getWindowSize, setCurrentPage, setMaxResults, setResultList, setWindowSize, toStringpublic PagedJobResultsTO()
public PagedJobResultsTO(Integer maxResults, Integer windowSize, Integer currentPage, List<JobTO> resultList)
public PagedJobResultsTO(Long maxResultsLong, Integer windowSize, Integer currentPage, List<JobTO> resultList)
public PagedJobResultsTO(com.sohnar.persistence.entity.PagedResults<JobTO> pagedResults)
Copyright © 2008–2016 Sohnar Ltd.. All rights reserved.