com.ibm.commerce.catalog.facade.datatypes

Interface CatalogGroupReferenceType

    • Method Detail

      • getDisplayName

        java.lang.String getDisplayName()
        Returns the value of the 'Display Name' attribute. Display name for the catalog entry.
        Returns:
        the value of the 'Display Name' attribute.
        See Also:
        setDisplayName(String), CatalogPackage.getCatalogGroupReferenceType_DisplayName()
      • setDisplayName

        void setDisplayName(java.lang.String value)
        Sets the value of the 'Display Name' attribute.
        Parameters:
        value - the new value of the 'Display Name' attribute.
        See Also:
        getDisplayName()
      • getCatalogIdentifier

        CatalogIdentifierType getCatalogIdentifier()
        Returns the value of the 'Catalog Identifier' containment reference. Catalog identifier.
        Returns:
        the value of the 'Catalog Identifier' containment reference.
        See Also:
        setCatalogIdentifier(CatalogIdentifierType), CatalogPackage.getCatalogGroupReferenceType_CatalogIdentifier()
      • getNavigationPath

        java.lang.String getNavigationPath()
        Returns the value of the 'Navigation Path' attribute. The navigation path to current node from the root. The top level node would have a path of "/".
        Returns:
        the value of the 'Navigation Path' attribute.
        See Also:
        setNavigationPath(String), CatalogPackage.getCatalogGroupReferenceType_NavigationPath()
      • setNavigationPath

        void setNavigationPath(java.lang.String value)
        Sets the value of the 'Navigation Path' attribute.
        Parameters:
        value - the new value of the 'Navigation Path' attribute.
        See Also:
        getNavigationPath()