fr.paris.lutece.plugins.phraseanet.service
Class SearchCriterias

java.lang.Object
  extended by fr.paris.lutece.plugins.phraseanet.service.SearchCriterias

public class SearchCriterias
extends Object

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

SearchCriterias

public SearchCriterias()
Method Detail

getOrd

public String getOrd()
Returns the Ord

Returns:
The Ord

setOrd

public void setOrd(String strOrd)
Sets the Ord

Parameters:
strOrd - The Ord

getSort

public String getSort()
Returns the Sort

Returns:
The Sort

setSort

public void setSort(String strSort)
Sets the Sort

Parameters:
strSort - The Sort

getRecordType

public String getRecordType()
Returns the RecordType

Returns:
The RecordType

setRecordType

public void setRecordType(String strRecordType)
Sets the RecordType

Parameters:
strRecordType - The RecordType

getBases

public List<String> getBases()
Get bases

Returns:
The bases list

addBase

public void addBase(String strBaseId)
Add a base

Parameters:
strBaseId - The base id

setBases

public void setBases(String strBases)
Set bases

Parameters:
strBases - The bases id separated by a comma


Copyright © 2013 Mairie de Paris. All Rights Reserved.