|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SearchCriteria
SearchCriteria are objects that represent search criterias that are associated with bundles. These objects are used to search entities by the pattern saved in them
Method Summary | |
---|---|
java.lang.String |
getDescriptionPattern()
Returns the description pattern, null if unset. |
java.lang.String |
getNamePattern()
Returns the name pattern, null if unset. |
void |
setDescriptionPattern(java.lang.String inDescriptionPattern)
Set the description pattern |
void |
setNamePattern(java.lang.String inNamePattern)
Set the name pattern |
Method Detail |
---|
java.lang.String getNamePattern()
void setNamePattern(java.lang.String inNamePattern)
inNamePattern
- the name pattern, null to unset.java.lang.String getDescriptionPattern()
void setDescriptionPattern(java.lang.String inDescriptionPattern)
inDescriptionPattern
- the description pattern, null to unset.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |