com.ibm.commerce.catalog.facade.datatypes

Interface AcknowledgeCatalogEntryDataAreaType



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

    The following features are supported:

    See Also:
    CatalogPackage.getAcknowledgeCatalogEntryDataAreaType()
    • Method Detail

      • getAcknowledge

        AcknowledgeType getAcknowledge()
        Returns the value of the 'Acknowledge' containment reference. The Acknowledge verb.
        Returns:
        the value of the 'Acknowledge' containment reference.
        See Also:
        setAcknowledge(AcknowledgeType), CatalogPackage.getAcknowledgeCatalogEntryDataAreaType_Acknowledge()
      • setAcknowledge

        void setAcknowledge(AcknowledgeType value)
        Sets the value of the 'Acknowledge' containment reference.
        Parameters:
        value - the new value of the 'Acknowledge' containment reference.
        See Also:
        getAcknowledge()
      • 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.getAcknowledgeCatalogEntryDataAreaType_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.getAcknowledgeCatalogEntryDataAreaType_CatalogEntry()