com.ibm.commerce.catalog.facade.datatypes

Interface ChangeCatalogGroupDataAreaType



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

    The following features are supported:

    See Also:
    CatalogPackage.getChangeCatalogGroupDataAreaType()
    • 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.getChangeCatalogGroupDataAreaType_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()
      • getCatalogGroup

        java.util.List getCatalogGroup()
        Returns the value of the 'Catalog Group' containment reference list. The list contents are of type CatalogGroupType. The CatalogGroup noun.
        Returns:
        the value of the 'Catalog Group' containment reference list.
        See Also:
        CatalogPackage.getChangeCatalogGroupDataAreaType_CatalogGroup()