public class DocumentQueryDto extends Object
| Constructor and Description |
|---|
DocumentQueryDto() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getDocumentClassId() |
List<com.suncode.pwfl.archive.search.IndexFilter> |
getFilters()
/**
|
String[] |
getJoins() |
Integer |
getLimit() |
List<com.suncode.pwfl.search.Sorter> |
getSorters() |
Integer |
getStart() |
void |
setDocumentClassId(Long documentClassId) |
void |
setFilters(List<com.suncode.pwfl.archive.search.IndexFilter> filters) |
void |
setJoins(String[] joins) |
void |
setLimit(Integer limit) |
void |
setSorters(List<com.suncode.pwfl.search.Sorter> sorters) |
void |
setStart(Integer start) |
public List<com.suncode.pwfl.archive.search.IndexFilter> getFilters()
public void setFilters(List<com.suncode.pwfl.archive.search.IndexFilter> filters)
filters - the filters to setpublic List<com.suncode.pwfl.search.Sorter> getSorters()
public void setSorters(List<com.suncode.pwfl.search.Sorter> sorters)
sorters - the sorters to setpublic Integer getStart()
public void setStart(Integer start)
start - the start to setpublic Integer getLimit()
public void setLimit(Integer limit)
limit - the limit to setpublic String[] getJoins()
public void setJoins(String[] joins)
public Long getDocumentClassId()
public void setDocumentClassId(Long documentClassId)
Copyright © 2014 Suncode. All rights reserved.