com.ibm.commerce.catalog.facade.datatypes

Interface AcknowledgeCatalogDataAreaType



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

    The following features are supported:

    See Also:
    CatalogPackage.getAcknowledgeCatalogDataAreaType()
    • 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.getAcknowledgeCatalogDataAreaType_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()
      • getCatalog

        java.util.List getCatalog()
        Returns the value of the 'Catalog' containment reference list. The list contents are of type CatalogType. The Catalog noun.
        Returns:
        the value of the 'Catalog' containment reference list.
        See Also:
        CatalogPackage.getAcknowledgeCatalogDataAreaType_Catalog()