com.ibm.commerce.catalog.facade.datatypes

Interface ChangeCatalogDataAreaType



  • public interface ChangeCatalogDataAreaType
    A representation of the model object 'Change Catalog Data Area Type'. Type definition of the ChangeCatalog BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getChangeCatalogDataAreaType()
    • Method Detail

      • getChange

        ChangeType getChange()
        Returns the value of the 'Change' containment reference. The Change verb.
        Returns:
        the value of the 'Change' containment reference.
        See Also:
        setChange(ChangeType), CatalogPackage.getChangeCatalogDataAreaType_Change()
      • setChange

        void setChange(ChangeType value)
        Sets the value of the 'Change' containment reference.
        Parameters:
        value - the new value of the 'Change' containment reference.
        See Also:
        getChange()
      • 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.getChangeCatalogDataAreaType_Catalog()