com.ibm.commerce.catalog.facade.datatypes

Interface ProcessCatalogDataAreaType



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

    The following features are supported:

    See Also:
    CatalogPackage.getProcessCatalogDataAreaType()
    • 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.getProcessCatalogDataAreaType_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()
      • 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.getProcessCatalogDataAreaType_Catalog()