Class CometSearchMethod
java.lang.Object
com.priint.pubserver.comet.bridge.CometSearchMethod
- All Implemented Interfaces:
Serializable
The CometSearchMethod class is used to provide information about available search methods to client applications, such as the ISON Eclipse client.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets additional information for this search method.Gets the identifier of this search method.getLabel()Gets the label of this search methodbooleanGets, whether this search method is enabled or not.voidsetAdditionalInfo(String additionalInfo) Sets additional information for this search method.voidsetEnabled(boolean enabled) Enables or disables this search method.voidsetIdentifier(String identifier) Sets identifier of this search method.voidSets the label of this search method
-
Constructor Details
-
CometSearchMethod
public CometSearchMethod()
-
-
Method Details
-
getLabel
Gets the label of this search method
- Returns:
- label
-
setLabel
Sets the label of this search method
- Parameters:
label- the label
-
getAdditionalInfo
Gets additional information for this search method.
- Returns:
- additional information
-
setAdditionalInfo
Sets additional information for this search method.
- Parameters:
additionalInfo- the additional information
-
getIdentifier
Gets the identifier of this search method.
- Returns:
- identifier
-
setIdentifier
Sets identifier of this search method.
- Parameters:
identifier- the identifier
-
isEnabled
public boolean isEnabled()Gets, whether this search method is enabled or not.
- Returns:
- true, if enabled, false otherwise
-
setEnabled
public void setEnabled(boolean enabled) Enables or disables this search method.
- Parameters:
enabled- true, if enabled, false otherwise
-