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

Interface CatalogEntryType

    • Method Detail

      • getCatalogEntryTypeId

        java.lang.String getCatalogEntryTypeId()
        Returns the value of the 'Catalog Entry Type Id' attribute.

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

        Returns:
        the value of the 'Catalog Entry Type Id' attribute.
        See Also:
        setCatalogEntryTypeId(String), CatalogEntityPackage.getCatalogEntryType_CatalogEntryTypeId()
      • setCatalogEntryTypeId

        void setCatalogEntryTypeId(java.lang.String value)
        Sets the value of the 'Catalog Entry Type Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Entry Type Id' attribute.
        See Also:
        getCatalogEntryTypeId()
      • 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.getCatalogEntryType_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.getCatalogEntryType_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.getCatalogEntryType_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()
      • getCatalogEntryForCatalogEntryType

        java.util.List getCatalogEntryForCatalogEntryType()
        Returns the value of the 'Catalog Entry For Catalog Entry Type' reference list. The list contents are of type CatalogEntry. It is bidirectional and its opposite is 'Catalog Entry Type'.

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

        Returns:
        the value of the 'Catalog Entry For Catalog Entry Type' reference list.
        See Also:
        CatalogEntityPackage.getCatalogEntryType_CatalogEntryForCatalogEntryType(), CatalogEntry.getCatalogEntryType()
      • getCatalogEntryDisplayForCatalogEntryType

        java.util.List getCatalogEntryDisplayForCatalogEntryType()
        Returns the value of the 'Catalog Entry Display For Catalog Entry Type' reference list. The list contents are of type CatalogEntryDisplayPageName. It is bidirectional and its opposite is 'Catalog Entry Type For Display Relation'.

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

        Returns:
        the value of the 'Catalog Entry Display For Catalog Entry Type' reference list.
        See Also:
        CatalogEntityPackage.getCatalogEntryType_CatalogEntryDisplayForCatalogEntryType(), CatalogEntryDisplayPageName.getCatalogEntryTypeForDisplayRelation()