com.ibm.commerce.catalog.facade.datatypes

Interface ShowCatalogEntryDataAreaType



  • public interface ShowCatalogEntryDataAreaType
    A representation of the model object 'Show Catalog Entry Data Area Type'. Type definition of the ShowCatalogEntry BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getShowCatalogEntryDataAreaType()
    • Method Detail

      • getShow

        ShowType getShow()
        Returns the value of the 'Show' containment reference. The Show verb.
        Returns:
        the value of the 'Show' containment reference.
        See Also:
        setShow(ShowType), CatalogPackage.getShowCatalogEntryDataAreaType_Show()
      • setShow

        void setShow(ShowType value)
        Sets the value of the 'Show' containment reference.
        Parameters:
        value - the new value of the 'Show' containment reference.
        See Also:
        getShow()
      • 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.getShowCatalogEntryDataAreaType_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.getShowCatalogEntryDataAreaType_CatalogEntry()