com.ibm.commerce.catalog.facade.datatypes

Interface CatalogEntryAttributesType



  • public interface CatalogEntryAttributesType
    A representation of the model object 'Entry Attributes Type'. A type definition of Catalog entry attributes. This represents a group of catalog entry attributes

    The following features are supported:

    See Also:
    CatalogPackage.getCatalogEntryAttributesType()
    • Method Detail

      • getAttributes

        java.util.List getAttributes()
        Returns the value of the 'Attributes' containment reference list. The list contents are of type CatalogAttributeType.

        If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attributes' containment reference list.
        See Also:
        CatalogPackage.getCatalogEntryAttributesType_Attributes()
      • getIterator

        java.util.Iterator getIterator()
        Gets the iterator for the attributes.

        Returns:
        An iterator
      • getAttribute

        CatalogAttributeType getAttribute(java.lang.String name)
        Gets an attribute by name.

        Parameters:
        name - Attribute name
        Returns:
        Returns the attribute object
      • setAttribute

        void setAttribute(java.lang.String name,
                          CatalogAttributeType value)
        Sets an attribute.

        Parameters:
        name - Attribute name
        value - Attribute object.
      • getMap

        java.util.Map getMap()
        Gets a map of catalog attributes.

        Returns:
        Returns a map of CatalogAttributeType