com.ibm.commerce.catalog.facade.datatypes

Interface ProcessCatalogGroupDataAreaType



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

    The following features are supported:

    See Also:
    CatalogPackage.getProcessCatalogGroupDataAreaType()
    • 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.getProcessCatalogGroupDataAreaType_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()
      • 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.getProcessCatalogGroupDataAreaType_CatalogGroup()