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

Interface SrchTermAssoc

    • 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.getSrchTermAssoc_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()
      • getAssociationType

        int getAssociationType()
        Returns the value of the 'Association Type' attribute.

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

        Returns:
        the value of the 'Association Type' attribute.
        See Also:
        setAssociationType(int), SearchEntityPackage.getSrchTermAssoc_AssociationType()
      • setAssociationType

        void setAssociationType(int value)
        Sets the value of the 'Association Type' attribute.
        Parameters:
        value - the new value of the 'Association Type' attribute.
        See Also:
        getAssociationType()
      • getStoreEnt_ID

        int getStoreEnt_ID()
        Returns the value of the 'Store Ent ID' attribute.

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

        Returns:
        the value of the 'Store Ent ID' attribute.
        See Also:
        setStoreEnt_ID(int), SearchEntityPackage.getSrchTermAssoc_StoreEnt_ID()
      • setStoreEnt_ID

        void setStoreEnt_ID(int value)
        Sets the value of the 'Store Ent ID' attribute.
        Parameters:
        value - the new value of the 'Store Ent ID' attribute.
        See Also:
        getStoreEnt_ID()
      • getLanguage_ID

        int getLanguage_ID()
        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:
        setLanguage_ID(int), SearchEntityPackage.getSrchTermAssoc_Language_ID()
      • setLanguage_ID

        void setLanguage_ID(int value)
        Sets the value of the 'Language ID' attribute.
        Parameters:
        value - the new value of the 'Language ID' attribute.
        See Also:
        getLanguage_ID()
      • getStatus

        int getStatus()
        Returns the value of the 'Status' attribute.

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

        Returns:
        the value of the 'Status' attribute.
        See Also:
        setStatus(int), SearchEntityPackage.getSrchTermAssoc_Status()
      • setStatus

        void setStatus(int value)
        Sets the value of the 'Status' attribute.
        Parameters:
        value - the new value of the 'Status' attribute.
        See Also:
        getStatus()
      • getScope

        java.lang.String getScope()
        Returns the value of the 'Scope' attribute.

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

        Returns:
        the value of the 'Scope' attribute.
        See Also:
        setScope(String), SearchEntityPackage.getSrchTermAssoc_Scope()
      • setScope

        void setScope(java.lang.String value)
        Sets the value of the 'Scope' attribute.
        Parameters:
        value - the new value of the 'Scope' attribute.
        See Also:
        getScope()
      • 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.getSrchTermAssoc_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()
      • getType_

        java.lang.String 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(String), SearchEntityPackage.getSrchTermAssoc_Type()
      • setType

        void setType(java.lang.String value)
        Sets the value of the 'Type' attribute.
        Parameters:
        value - the new value of the 'Type' attribute.
        See Also:
        getType_()
      • getSrchtermForSrchtermassoc

        java.util.List getSrchtermForSrchtermassoc()
        Returns the value of the 'Srchterm For Srchtermassoc' reference list. The list contents are of type SrchTerm. It is bidirectional and its opposite is 'Srchtermassoc For Srchterm'.

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

        Returns:
        the value of the 'Srchterm For Srchtermassoc' reference list.
        See Also:
        SearchEntityPackage.getSrchTermAssoc_SrchtermForSrchtermassoc(), SrchTerm.getSrchtermassocForSrchterm()