com.ibm.commerce.catalog.facade.datatypes

Interface ChangeCatalogEntryDataAreaType



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

    The following features are supported:

    See Also:
    CatalogPackage.getChangeCatalogEntryDataAreaType()
    • 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.getChangeCatalogEntryDataAreaType_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()
      • 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.getChangeCatalogEntryDataAreaType_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.getChangeCatalogEntryDataAreaType_CatalogEntry()