@Portable public class ArtifactResultSetBean extends Object implements Serializable
| Constructor and Description |
|---|
ArtifactResultSetBean()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ArtifactSummaryBean> |
getArtifacts() |
int |
getItemsPerPage() |
int |
getStartIndex() |
long |
getTotalResults() |
void |
setArtifacts(List<ArtifactSummaryBean> artifacts) |
void |
setItemsPerPage(int itemsPerPage) |
void |
setStartIndex(int startIndex) |
void |
setTotalResults(long totalResults) |
public List<ArtifactSummaryBean> getArtifacts()
public void setArtifacts(List<ArtifactSummaryBean> artifacts)
artifacts - the artifacts to setpublic long getTotalResults()
public void setTotalResults(long totalResults)
totalResults - the totalResults to setpublic int getItemsPerPage()
public void setItemsPerPage(int itemsPerPage)
itemsPerPage - the itemsPerPage to setpublic int getStartIndex()
public void setStartIndex(int startIndex)
startIndex - the startIndex to setCopyright © 2012-2013 JBoss, a division of Red Hat. All Rights Reserved.