Class CometSearchMethod

  • All Implemented Interfaces:
    java.io.Serializable

    public class CometSearchMethod
    extends java.lang.Object
    implements java.io.Serializable

    The CometSearchMethod class is used to provide information about available search methods to client applications, such as the ISON Eclipse client.

    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAdditionalInfo()
      Gets additional information for this search method.
      java.lang.String getIdentifier()
      Gets the identifier of this search method.
      java.lang.String getLabel()
      Gets the label of this search method
      boolean isEnabled()
      Gets, whether this search method is enabled or not.
      void setAdditionalInfo​(java.lang.String additionalInfo)
      Sets additional information for this search method.
      void setEnabled​(boolean enabled)
      Enables or disables this search method.
      void setIdentifier​(java.lang.String identifier)
      Sets identifier of this search method.
      void setLabel​(java.lang.String label)
      Sets the label of this search method
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • CometSearchMethod

        public CometSearchMethod()
    • Method Detail

      • getLabel

        public java.lang.String getLabel()

        Gets the label of this search method

        Returns:
        label
      • setLabel

        public void setLabel​(java.lang.String label)

        Sets the label of this search method

        Parameters:
        label - the label
      • getAdditionalInfo

        public java.lang.String getAdditionalInfo()

        Gets additional information for this search method.

        Returns:
        additional information
      • setAdditionalInfo

        public void setAdditionalInfo​(java.lang.String additionalInfo)

        Sets additional information for this search method.

        Parameters:
        additionalInfo - the additional information
      • getIdentifier

        public java.lang.String getIdentifier()

        Gets the identifier of this search method.

        Returns:
        identifier
      • setIdentifier

        public void setIdentifier​(java.lang.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