Class CometSearchMethod

java.lang.Object
com.priint.pubserver.comet.bridge.CometSearchMethod
All Implemented Interfaces:
Serializable

public class CometSearchMethod extends Object implements 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 Details

    • CometSearchMethod

      public CometSearchMethod()
  • Method Details

    • getLabel

      public String getLabel()

      Gets the label of this search method

      Returns:
      label
    • setLabel

      public void setLabel(String label)

      Sets the label of this search method

      Parameters:
      label - the label
    • getAdditionalInfo

      public String getAdditionalInfo()

      Gets additional information for this search method.

      Returns:
      additional information
    • setAdditionalInfo

      public void setAdditionalInfo(String additionalInfo)

      Sets additional information for this search method.

      Parameters:
      additionalInfo - the additional information
    • getIdentifier

      public String getIdentifier()

      Gets the identifier of this search method.

      Returns:
      identifier
    • setIdentifier

      public void setIdentifier(String identifier)

      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