|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.phraseanet.service.SearchCriterias
public class SearchCriterias
SearchCriterias
Constructor Summary | |
---|---|
SearchCriterias()
|
Method Summary | |
---|---|
void |
addBase(String strBaseId)
Add a base |
List<String> |
getBases()
Get bases |
String |
getOrd()
Returns the Ord |
String |
getRecordType()
Returns the RecordType |
String |
getSort()
Returns the Sort |
void |
setBases(String strBases)
Set bases |
void |
setOrd(String strOrd)
Sets the Ord |
void |
setRecordType(String strRecordType)
Sets the RecordType |
void |
setSort(String strSort)
Sets the Sort |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchCriterias()
Method Detail |
---|
public String getOrd()
public void setOrd(String strOrd)
strOrd
- The Ordpublic String getSort()
public void setSort(String strSort)
strSort
- The Sortpublic String getRecordType()
public void setRecordType(String strRecordType)
strRecordType
- The RecordTypepublic List<String> getBases()
public void addBase(String strBaseId)
strBaseId
- The base idpublic void setBases(String strBases)
strBases
- The bases id separated by a comma
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |