com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface OperatorDescription

    • Method Detail

      • getOperatorId

        int getOperatorId()
        Returns the value of the 'Operator Id' attribute.

        If the meaning of the 'Operator Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Operator Id' attribute.
        See Also:
        setOperatorId(int), CatalogEntityPackage.getOperatorDescription_OperatorId()
      • setOperatorId

        void setOperatorId(int value)
        Sets the value of the 'Operator Id' attribute.
        Parameters:
        value - the new value of the 'Operator Id' attribute.
        See Also:
        getOperatorId()
      • getLanguageId

        int getLanguageId()
        Returns the value of the 'Language Id' attribute.

        If the meaning of the 'Language Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Language Id' attribute.
        See Also:
        setLanguageId(int), CatalogEntityPackage.getOperatorDescription_LanguageId()
      • setLanguageId

        void setLanguageId(int value)
        Sets the value of the 'Language Id' attribute.
        Parameters:
        value - the new value of the 'Language Id' attribute.
        See Also:
        getLanguageId()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

        If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getOperatorDescription_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getOperatorDescription_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()
      • getOperatorForOperatorDescription

        Operator getOperatorForOperatorDescription()
        Returns the value of the 'Operator For Operator Description' reference. It is bidirectional and its opposite is 'Operator Description'.

        If the meaning of the 'Operator For Operator Description' reference isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Operator For Operator Description' reference.
        See Also:
        setOperatorForOperatorDescription(Operator), CatalogEntityPackage.getOperatorDescription_OperatorForOperatorDescription(), Operator.getOperatorDescription()