|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.funambol.syncml.protocol.FilterCap
public class FilterCap
This class represents the filtering capabilities
Constructor Summary | |
---|---|
FilterCap()
In order to expose the server configuration like WS this constructor must be public |
|
FilterCap(CTInfo ctInfo,
java.lang.String[] filterKeywords,
java.lang.String[] propNames)
Creates a new FilterCap object with the given input information |
Method Summary | |
---|---|
CTInfo |
getCTInfo()
Get a CTInfo object |
java.util.Vector |
getFilterKeywords()
Get the record level filter keyword |
java.util.Vector |
getPropNames()
Get the name of a supported property |
void |
setCTInfo(CTInfo ctInfo)
Sets a CTInfo object |
void |
setFilterKeywords(java.lang.String[] filterKeywords)
Sets the record level filter keyword |
void |
setFilterKeywords(java.util.Vector filterKeywords)
Sets the record level filter keyword |
void |
setPropNames(java.lang.String[] propNames)
Sets the name of a supported property |
void |
setPropNames(java.util.Vector propNames)
Sets the name of a supported property |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterCap()
public FilterCap(CTInfo ctInfo, java.lang.String[] filterKeywords, java.lang.String[] propNames)
ctInfo
- The type and version of a supported content type - NOT NULLfilterKeyword
- The record level filter keywordpropName
- The name of a supported propertyMethod Detail |
---|
public CTInfo getCTInfo()
public void setCTInfo(CTInfo ctInfo)
ctInfo
- The CTInfo objectpublic java.util.Vector getFilterKeywords()
public void setFilterKeywords(java.lang.String[] filterKeywords)
filterKeywords
- The record level filter keywordpublic void setFilterKeywords(java.util.Vector filterKeywords)
filterKeywords
- The record level filter keywordpublic java.util.Vector getPropNames()
public void setPropNames(java.lang.String[] propNames)
propNames
- The name of a supported propertypublic void setPropNames(java.util.Vector propNames)
propNames
- The name of a supported property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |