com.ibm.commerce.catalog.facade.server.entity.datatypes

Interface ItemType

    • Method Detail

      • getItemTypeId

        java.lang.String getItemTypeId()
        Returns the value of the 'Item Type Id' attribute.

        If the meaning of the 'Item Type Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Item Type Id' attribute.
        See Also:
        setItemTypeId(String), CatalogEntityPackage.getItemType_ItemTypeId()
      • setItemTypeId

        void setItemTypeId(java.lang.String value)
        Sets the value of the 'Item Type Id' attribute.
        Parameters:
        value - the new value of the 'Item Type Id' attribute.
        See Also:
        getItemTypeId()
      • getDescription

        java.lang.String getDescription()
        Returns the value of the 'Description' attribute.

        If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Description' attribute.
        See Also:
        setDescription(String), CatalogEntityPackage.getItemType_Description()
      • setDescription

        void setDescription(java.lang.String value)
        Sets the value of the 'Description' attribute.
        Parameters:
        value - the new value of the 'Description' attribute.
        See Also:
        getDescription()
      • getObjectId

        java.lang.String getObjectId()
        Returns the value of the 'Object Id' attribute.

        If the meaning of the 'Object Id' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Object Id' attribute.
        See Also:
        setObjectId(String), CatalogEntityPackage.getItemType_ObjectId()
      • setObjectId

        void setObjectId(java.lang.String value)
        Sets the value of the 'Object Id' attribute.
        Parameters:
        value - the new value of the 'Object Id' attribute.
        See Also:
        getObjectId()
      • getOptCounter

        java.lang.Short getOptCounter()
        Returns the value of the 'Opt Counter' attribute.

        If the meaning of the 'Opt Counter' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Opt Counter' attribute.
        See Also:
        setOptCounter(Short), CatalogEntityPackage.getItemType_OptCounter()
      • setOptCounter

        void setOptCounter(java.lang.Short value)
        Sets the value of the 'Opt Counter' attribute.
        Parameters:
        value - the new value of the 'Opt Counter' attribute.
        See Also:
        getOptCounter()
      • getBaseItemForItemType

        java.util.List getBaseItemForItemType()
        Returns the value of the 'Base Item For Item Type' reference list. The list contents are of type BaseItem. It is bidirectional and its opposite is 'Item Type For Base Item'.

        If the meaning of the 'Base Item For Item Type' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Base Item For Item Type' reference list.
        See Also:
        CatalogEntityPackage.getItemType_BaseItemForItemType(), BaseItem.getItemTypeForBaseItem()