Class MarketplaceApplicationCatalog

    • Constructor Detail

      • MarketplaceApplicationCatalog

        public MarketplaceApplicationCatalog()
    • Method Detail

      • getCatalog

        public String getCatalog()
        The id of the related Catalog
        Returns:
        The id of the related Catalog
      • getImplicit

        public String getImplicit()
        The id of the implicit catalog for the application that will contain the application's overrides of items from catalog.
        Returns:
        The id of the implicit catalog for the application
      • getCatalogStatus

        public String getCatalogStatus()
        The status of the catalog's visibility for this assignment.
        Returns:
        The status of the catalog's visibility for this assignment.
      • getPropagationType

        public String getPropagationType()
        The PropagationType of the how changes from a vendor will be received into the marketplace application. The default is PropagationType.DIRECT.
        Returns:
        The PropagationType of the how changes from a vendor will be received into the marketplace application.
      • setCatalog

        public void setCatalog​(String catalog)
        The id of the related Catalog
        Parameters:
        The - id of the related Catalog
      • setImplicit

        public void setImplicit​(String implicit)
        The id of the implicit catalog for the application that will contain the application's overrides of items from catalog.
        Parameters:
        implicit - The id of the implicit catalog for the application
      • setApplication

        public void setApplication​(String application)
        The id of the related Application
        Parameters:
        The - id of the related Application
      • setCatalogStatus

        public void setCatalogStatus​(String catalogStatus)
        The status of the catalog's visibility for this assignment.
        Parameters:
        catalogStatus - The status of the catalog's visibility for this assignment.
      • setPropagationType

        public void setPropagationType​(String propagationType)
        The PropagationType of the how changes from a vendor will be received into the marketplace application. The default is PropagationType.DIRECT.
        Parameters:
        propagationType - The PropagationType of the how changes from a vendor will be received into the marketplace application.
      • setContextState

        public void setContextState​(ContextState contextState)
        A subset of Tracking information to expose the context state for this object.
        Specified by:
        setContextState in interface ContextStateAware
        Parameters:
        contextState - a subset of Tracking information to expose the context state for this object
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object