com.ibm.commerce.catalog.facade.datatypes

Interface RespondCatalogGroupDataAreaType



  • public interface RespondCatalogGroupDataAreaType
    A representation of the model object 'Respond Catalog Group Data Area Type'. Type definition of the AcknowledgeCatalogGroup BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getRespondCatalogGroupDataAreaType()
    • Method Detail

      • getRespond

        RespondType getRespond()
        Returns the value of the 'Respond' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Respond' containment reference.
        See Also:
        setRespond(RespondType), CatalogPackage.getRespondCatalogGroupDataAreaType_Respond()
      • setRespond

        void setRespond(RespondType value)
        Sets the value of the 'Respond' containment reference.
        Parameters:
        value - the new value of the 'Respond' containment reference.
        See Also:
        getRespond()
      • getCatalogGroup

        java.util.List getCatalogGroup()
        Returns the value of the 'Catalog Group' containment reference list. The list contents are of type CatalogGroupType. The CatalogGroup noun.
        Returns:
        the value of the 'Catalog Group' containment reference list.
        See Also:
        CatalogPackage.getRespondCatalogGroupDataAreaType_CatalogGroup()