com.ibm.commerce.catalog.facade.datatypes

Interface ProcessCatalogEntryDataAreaType



  • public interface ProcessCatalogEntryDataAreaType
    A representation of the model object 'Process Catalog Entry Data Area Type'. Type definition of the ProcessCatalogEntry BOD's data area.

    The following features are supported:

    See Also:
    CatalogPackage.getProcessCatalogEntryDataAreaType()
    • Method Detail

      • getProcess

        ProcessType getProcess()
        Returns the value of the 'Process' containment reference. The Process verb.
        Returns:
        the value of the 'Process' containment reference.
        See Also:
        setProcess(ProcessType), CatalogPackage.getProcessCatalogEntryDataAreaType_Process()
      • setProcess

        void setProcess(ProcessType value)
        Sets the value of the 'Process' containment reference.
        Parameters:
        value - the new value of the 'Process' containment reference.
        See Also:
        getProcess()
      • 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.getProcessCatalogEntryDataAreaType_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.getProcessCatalogEntryDataAreaType_CatalogEntry()