com.ibm.commerce.catalog.facade.datatypes

Interface GetCatalogDataAreaType



  • public interface GetCatalogDataAreaType
    A representation of the model object 'Get Catalog Data Area Type'. Type definition of the GetCatalog BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getGetCatalogDataAreaType()
    • Method Detail

      • getGet

        GetType getGet()
        Returns the value of the 'Get' containment reference. The Get verb.
        Returns:
        the value of the 'Get' containment reference.
        See Also:
        setGet(GetType), CatalogPackage.getGetCatalogDataAreaType_Get()
      • setGet

        void setGet(GetType value)
        Sets the value of the 'Get' containment reference.
        Parameters:
        value - the new value of the 'Get' containment reference.
        See Also:
        getGet()
      • 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.getGetCatalogDataAreaType_Catalog()