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

Interface Operator

    • 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.getOperator_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()
      • getOperator

        java.lang.String getOperator()
        Returns the value of the 'Operator' attribute.

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

        Returns:
        the value of the 'Operator' attribute.
        See Also:
        setOperator(String), CatalogEntityPackage.getOperator_Operator()
      • setOperator

        void setOperator(java.lang.String value)
        Sets the value of the 'Operator' attribute.
        Parameters:
        value - the new value of the 'Operator' attribute.
        See Also:
        getOperator()
      • getOperatorType

        java.lang.String getOperatorType()
        Returns the value of the 'Operator Type' attribute.

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

        Returns:
        the value of the 'Operator Type' attribute.
        See Also:
        setOperatorType(String), CatalogEntityPackage.getOperator_OperatorType()
      • setOperatorType

        void setOperatorType(java.lang.String value)
        Sets the value of the 'Operator Type' attribute.
        Parameters:
        value - the new value of the 'Operator Type' attribute.
        See Also:
        getOperatorType()
      • 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.getOperator_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()
      • getAttributeValueOperatorRelation

        java.util.List getAttributeValueOperatorRelation()
        Returns the value of the 'Attribute Value Operator Relation' reference list. The list contents are of type AttributeValue. It is bidirectional and its opposite is 'Operator Attribute Value Relation'.

        If the meaning of the 'Attribute Value Operator Relation' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attribute Value Operator Relation' reference list.
        See Also:
        CatalogEntityPackage.getOperator_AttributeValueOperatorRelation(), AttributeValue.getOperatorAttributeValueRelation()
      • getOperatorDescription

        java.util.List getOperatorDescription()
        Returns the value of the 'Operator Description' reference list. The list contents are of type OperatorDescription. It is bidirectional and its opposite is 'Operator For Operator Description'.

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

        Returns:
        the value of the 'Operator Description' reference list.
        See Also:
        CatalogEntityPackage.getOperator_OperatorDescription(), OperatorDescription.getOperatorForOperatorDescription()