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

Interface PackageAttributeValue

    • Method Detail

      • getPackageAttributeValueId

        long getPackageAttributeValueId()
        Returns the value of the 'Package Attribute Value Id' attribute.

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

        Returns:
        the value of the 'Package Attribute Value Id' attribute.
        See Also:
        setPackageAttributeValueId(long), CatalogEntityPackage.getPackageAttributeValue_PackageAttributeValueId()
      • getAttributeValueId

        long getAttributeValueId()
        Returns the value of the 'Attribute Value Id' attribute.

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

        Returns:
        the value of the 'Attribute Value Id' attribute.
        See Also:
        setAttributeValueId(long), CatalogEntityPackage.getPackageAttributeValue_AttributeValueId()
      • setAttributeValueId

        void setAttributeValueId(long value)
        Sets the value of the 'Attribute Value Id' attribute.
        Parameters:
        value - the new value of the 'Attribute Value Id' attribute.
        See Also:
        getAttributeValueId()
      • 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.getPackageAttributeValue_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()
      • getCatentryId

        long getCatentryId()
        Returns the value of the 'Catentry Id' attribute.

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

        Returns:
        the value of the 'Catentry Id' attribute.
        See Also:
        setCatentryId(long), CatalogEntityPackage.getPackageAttributeValue_CatentryId()
      • setCatentryId

        void setCatentryId(long value)
        Sets the value of the 'Catentry Id' attribute.
        Parameters:
        value - the new value of the 'Catentry Id' attribute.
        See Also:
        getCatentryId()
      • getOid

        java.lang.String getOid()
        Returns the value of the 'Oid' attribute.

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

        Returns:
        the value of the 'Oid' attribute.
        See Also:
        setOid(String), CatalogEntityPackage.getPackageAttributeValue_Oid()
      • setOid

        void setOid(java.lang.String value)
        Sets the value of the 'Oid' attribute.
        Parameters:
        value - the new value of the 'Oid' attribute.
        See Also:
        getOid()
      • 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.getPackageAttributeValue_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()
      • getAttributeValueForPackageAttributeValue

        AttributeValue getAttributeValueForPackageAttributeValue()
        Returns the value of the 'Attribute Value For Package Attribute Value' reference. It is bidirectional and its opposite is 'Package Attribute Value'.

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

        Returns:
        the value of the 'Attribute Value For Package Attribute Value' reference.
        See Also:
        setAttributeValueForPackageAttributeValue(AttributeValue), CatalogEntityPackage.getPackageAttributeValue_AttributeValueForPackageAttributeValue(), AttributeValue.getPackageAttributeValue()
      • getAttributeValueForPackageAttributeValueByLanguage

        java.util.List getAttributeValueForPackageAttributeValueByLanguage()
        Returns the value of the 'Attribute Value For Package Attribute Value By Language' reference list. The list contents are of type AttributeValue. It is bidirectional and its opposite is 'Package Attribute Value For Language'.

        If the meaning of the 'Attribute Value For Package Attribute Value By Language' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Attribute Value For Package Attribute Value By Language' reference list.
        See Also:
        CatalogEntityPackage.getPackageAttributeValue_AttributeValueForPackageAttributeValueByLanguage(), AttributeValue.getPackageAttributeValueForLanguage()