com.ibm.commerce.search.facade.datatypes

Interface ProcessSearchTermAssociationDataAreaType



  • public interface ProcessSearchTermAssociationDataAreaType
    A representation of the model object 'Process Search Term Association Data Area Type'. Type definition of the ProcessSearchTermAssociation BOD's data area.

    The following features are supported:

    See Also:
    SearchPackage.getProcessSearchTermAssociationDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), SearchPackage.getProcessSearchTermAssociationDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • getSearchTermAssociation

        java.util.List getSearchTermAssociation()
        Returns the value of the 'Search Term Association' containment reference list. The list contents are of type SearchTermAssociationType. The SearchTermAssociation noun.
        Returns:
        the value of the 'Search Term Association' containment reference list.
        See Also:
        SearchPackage.getProcessSearchTermAssociationDataAreaType_SearchTermAssociation()