com.ibm.commerce.catalog.facade.datatypes

Interface CatalogType

    • Method Detail

      • getCatalogIdentifier

        CatalogIdentifierType getCatalogIdentifier()
        Returns the value of the 'Catalog Identifier' containment reference. Identifier for the catalog
        Returns:
        the value of the 'Catalog Identifier' containment reference.
        See Also:
        setCatalogIdentifier(CatalogIdentifierType), CatalogPackage.getCatalogType_CatalogIdentifier()
      • getDescription

        java.util.List getDescription()
        Returns the value of the 'Description' containment reference list. The list contents are of type CatalogDescriptionType. Description for the catalog
        Returns:
        the value of the 'Description' containment reference list.
        See Also:
        CatalogPackage.getCatalogType_Description()
      • getAttributes

        java.util.Map getAttributes()
        Returns the value of the 'Attributes' map. The key is of type String, and the value is of type String, Additional attributes for the catalog. Can also be used for customer extension.
        Returns:
        the value of the 'Attributes' map.
        See Also:
        CatalogPackage.getCatalogType_Attributes()
      • getAttachmentReference

        java.util.List getAttachmentReference()
        Returns the value of the 'Attachment Reference' containment reference list. The list contents are of type AttachmentReferenceType. The attachment associated with the catalog.
        Returns:
        the value of the 'Attachment Reference' containment reference list.
        See Also:
        CatalogPackage.getCatalogType_AttachmentReference()
      • isDefault

        boolean isDefault()
        Returns the value of the 'Default' attribute. Identifies if this catalog is the default catalog of the store.
        Returns:
        the value of the 'Default' attribute.
        See Also:
        isSetDefault(), unsetDefault(), setDefault(boolean), CatalogPackage.getCatalogType_Default()
      • isPrimary

        boolean isPrimary()
        Returns the value of the 'Primary' attribute. Identifies a primary or master catalog.
        Returns:
        the value of the 'Primary' attribute.
        See Also:
        isSetPrimary(), unsetPrimary(), setPrimary(boolean), CatalogPackage.getCatalogType_Primary()