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

Interface SrchTerm

    • Method Detail

      • getSrchTermAssoc_ID

        long getSrchTermAssoc_ID()
        Returns the value of the 'Srch Term Assoc ID' attribute.

        If the meaning of the 'Srch Term Assoc ID' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Srch Term Assoc ID' attribute.
        See Also:
        setSrchTermAssoc_ID(long), SearchEntityPackage.getSrchTerm_SrchTermAssoc_ID()
      • setSrchTermAssoc_ID

        void setSrchTermAssoc_ID(long value)
        Sets the value of the 'Srch Term Assoc ID' attribute.
        Parameters:
        value - the new value of the 'Srch Term Assoc ID' attribute.
        See Also:
        getSrchTermAssoc_ID()
      • getType_

        int getType_()
        Returns the value of the 'Type' attribute.

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

        Returns:
        the value of the 'Type' attribute.
        See Also:
        setType(int), SearchEntityPackage.getSrchTerm_Type()
      • setType

        void setType(int value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType_()
      • getTerm

        java.lang.String getTerm()
        Returns the value of the 'Term' attribute.

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

        Returns:
        the value of the 'Term' attribute.
        See Also:
        setTerm(String), SearchEntityPackage.getSrchTerm_Term()
      • setTerm

        void setTerm(java.lang.String value)
        Sets the value of the 'Term' attribute.
        Parameters:
        value - the new value of the 'Term' attribute.
        See Also:
        getTerm()
      • getOptCounter

        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), SearchEntityPackage.getSrchTerm_OptCounter()
      • setOptCounter

        void setOptCounter(short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()