com.ibm.commerce.catalog.facade.datatypes

Interface RespondCatalogEntryDataAreaType



  • public interface RespondCatalogEntryDataAreaType
    A representation of the model object 'Respond Catalog Entry Data Area Type'. Type definition of the AcknowledgeCatalogEntry BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getRespondCatalogEntryDataAreaType()
    • 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.getRespondCatalogEntryDataAreaType_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()
      • getCatalogEntryGroup

        commonj.sdo.Sequence getCatalogEntryGroup()
        Returns the value of the 'Catalog Entry Group' attribute list. The CatalogEntry noun.
        Returns:
        the value of the 'Catalog Entry Group' attribute list.
        See Also:
        CatalogPackage.getRespondCatalogEntryDataAreaType_CatalogEntryGroup()
      • getCatalogEntry

        java.util.List getCatalogEntry()
        Returns the value of the 'Catalog Entry' containment reference list. The list contents are of type CatalogEntryType. The CatalogEntry noun.
        Returns:
        the value of the 'Catalog Entry' containment reference list.
        See Also:
        CatalogPackage.getRespondCatalogEntryDataAreaType_CatalogEntry()