|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.borg.model.SearchCriteria
public class SearchCriteria
common search criteria for searching various models.
Constructor Summary | |
---|---|
SearchCriteria()
|
Method Summary | |
---|---|
String |
getCategory()
Gets the category. |
Date |
getEndDate()
Gets the end date. |
String |
getSearchString()
Gets the search string. |
Date |
getStartDate()
Gets the start date. |
boolean |
hasLinks()
Checks for links. |
boolean |
isCaseSensitive()
Checks if is case sensitive. |
boolean |
isHoliday()
Checks if is holiday. |
boolean |
isRepeating()
Checks if is repeating. |
boolean |
isTodo()
Checks if is todo. |
boolean |
isVacation()
Checks if is vacation. |
void |
setCaseSensitive(boolean caseSensitive)
Sets the case sensitive. |
void |
setCategory(String category)
Sets the category. |
void |
setEndDate(Date endDate)
Sets the end date. |
void |
setHasLinks(boolean hasLinks)
Sets the checks for links. |
void |
setHoliday(boolean holiday)
Sets the holiday. |
void |
setRepeating(boolean repeating)
Sets the repeating. |
void |
setSearchString(String searchString)
Sets the search string. |
void |
setStartDate(Date startDate)
Sets the start date. |
void |
setTodo(boolean todo)
Sets the todo. |
void |
setVacation(boolean vacation)
Sets the vacation. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SearchCriteria()
Method Detail |
---|
public String getCategory()
public Date getEndDate()
public String getSearchString()
public Date getStartDate()
public boolean hasLinks()
public boolean isCaseSensitive()
public boolean isHoliday()
public boolean isRepeating()
public boolean isTodo()
public boolean isVacation()
public void setCaseSensitive(boolean caseSensitive)
caseSensitive
- the new case sensitivepublic void setCategory(String category)
category
- the new categorypublic void setEndDate(Date endDate)
endDate
- the new end datepublic void setHasLinks(boolean hasLinks)
hasLinks
- the new checks for linkspublic void setHoliday(boolean holiday)
holiday
- the new holidaypublic void setRepeating(boolean repeating)
repeating
- the new repeatingpublic void setSearchString(String searchString)
searchString
- the new search stringpublic void setStartDate(Date startDate)
startDate
- the new start datepublic void setTodo(boolean todo)
todo
- the new todopublic void setVacation(boolean vacation)
vacation
- the new vacation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |