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

Interface CatalogEntryAttribute

    • Method Detail

      • getCatalogEntryAttributeId

        long getCatalogEntryAttributeId()
        Returns the value of the 'Catalog Entry Attribute Id' attribute.

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

        Returns:
        the value of the 'Catalog Entry Attribute Id' attribute.
        See Also:
        setCatalogEntryAttributeId(long), CatalogEntityPackage.getCatalogEntryAttribute_CatalogEntryAttributeId()
      • getLanguageId

        int getLanguageId()
        Returns the value of the 'Language Id' attribute.

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

        Returns:
        the value of the 'Language Id' attribute.
        See Also:
        setLanguageId(int), CatalogEntityPackage.getCatalogEntryAttribute_LanguageId()
      • setLanguageId

        void setLanguageId(int value)
        Sets the value of the 'Language Id' attribute.
        Parameters:
        value - the new value of the 'Language Id' attribute.
        See Also:
        getLanguageId()
      • getCatalogEntryId

        long getCatalogEntryId()
        Returns the value of the 'Catalog Entry Id' attribute.

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

        Returns:
        the value of the 'Catalog Entry Id' attribute.
        See Also:
        setCatalogEntryId(long), CatalogEntityPackage.getCatalogEntryAttribute_CatalogEntryId()
      • setCatalogEntryId

        void setCatalogEntryId(long value)
        Sets the value of the 'Catalog Entry Id' attribute.
        Parameters:
        value - the new value of the 'Catalog Entry Id' attribute.
        See Also:
        getCatalogEntryId()
      • getName

        java.lang.String getName()
        Returns the value of the 'Name' attribute.

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

        Returns:
        the value of the 'Name' attribute.
        See Also:
        setName(String), CatalogEntityPackage.getCatalogEntryAttribute_Name()
      • setName

        void setName(java.lang.String value)
        Sets the value of the 'Name' attribute.
        Parameters:
        value - the new value of the 'Name' attribute.
        See Also:
        getName()
      • getValue

        java.lang.String getValue()
        Returns the value of the 'Value' attribute.

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

        Returns:
        the value of the 'Value' attribute.
        See Also:
        setValue(String), CatalogEntityPackage.getCatalogEntryAttribute_Value()
      • setValue

        void setValue(java.lang.String value)
        Sets the value of the 'Value' attribute.
        Parameters:
        value - the new value of the 'Value' attribute.
        See Also:
        getValue()
      • 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.getCatalogEntryAttribute_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()
      • getField1

        java.lang.Integer getField1()
        Returns the value of the 'Field1' attribute.

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

        Returns:
        the value of the 'Field1' attribute.
        See Also:
        setField1(Integer), CatalogEntityPackage.getCatalogEntryAttribute_Field1()
      • setField1

        void setField1(java.lang.Integer value)
        Sets the value of the 'Field1' attribute.
        Parameters:
        value - the new value of the 'Field1' attribute.
        See Also:
        getField1()
      • getField2

        java.lang.String getField2()
        Returns the value of the 'Field2' attribute.

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

        Returns:
        the value of the 'Field2' attribute.
        See Also:
        setField2(String), CatalogEntityPackage.getCatalogEntryAttribute_Field2()
      • setField2

        void setField2(java.lang.String value)
        Sets the value of the 'Field2' attribute.
        Parameters:
        value - the new value of the 'Field2' attribute.
        See Also:
        getField2()
      • getField3

        java.lang.String getField3()
        Returns the value of the 'Field3' attribute.

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

        Returns:
        the value of the 'Field3' attribute.
        See Also:
        setField3(String), CatalogEntityPackage.getCatalogEntryAttribute_Field3()
      • setField3

        void setField3(java.lang.String value)
        Sets the value of the 'Field3' attribute.
        Parameters:
        value - the new value of the 'Field3' attribute.
        See Also:
        getField3()
      • 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.getCatalogEntryAttribute_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()
      • getCatalogEntryForCatalogEntryAttribute

        CatalogEntry getCatalogEntryForCatalogEntryAttribute()
        Returns the value of the 'Catalog Entry For Catalog Entry Attribute' reference. It is bidirectional and its opposite is 'Catalog Entry Attributes'.

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

        Returns:
        the value of the 'Catalog Entry For Catalog Entry Attribute' reference.
        See Also:
        setCatalogEntryForCatalogEntryAttribute(CatalogEntry), CatalogEntityPackage.getCatalogEntryAttribute_CatalogEntryForCatalogEntryAttribute(), CatalogEntry.getCatalogEntryAttributes()