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

Interface PackageAttribute

    • Method Detail

      • getPackageAttributeId

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

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

        Returns:
        the value of the 'Package Attribute Id' attribute.
        See Also:
        setPackageAttributeId(long), CatalogEntityPackage.getPackageAttribute_PackageAttributeId()
      • setPackageAttributeId

        void setPackageAttributeId(long value)
        Sets the value of the 'Package Attribute Id' attribute.
        Parameters:
        value - the new value of the 'Package Attribute Id' attribute.
        See Also:
        getPackageAttributeId()
      • getAttributeId

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

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

        Returns:
        the value of the 'Attribute Id' attribute.
        See Also:
        setAttributeId(long), CatalogEntityPackage.getPackageAttribute_AttributeId()
      • setAttributeId

        void setAttributeId(long value)
        Sets the value of the 'Attribute Id' attribute.
        Parameters:
        value - the new value of the 'Attribute Id' attribute.
        See Also:
        getAttributeId()
      • 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.getPackageAttribute_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

        java.lang.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.getPackageAttribute_CatentryId()
      • setCatentryId

        void setCatentryId(java.lang.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.getPackageAttribute_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.getPackageAttribute_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()
      • getAttributeForPackageAttribute

        Attribute getAttributeForPackageAttribute()
        Returns the value of the 'Attribute For Package Attribute' reference. It is bidirectional and its opposite is 'Pkgattr For Attribute'.

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

        Returns:
        the value of the 'Attribute For Package Attribute' reference.
        See Also:
        setAttributeForPackageAttribute(Attribute), CatalogEntityPackage.getPackageAttribute_AttributeForPackageAttribute(), Attribute.getPkgattrForAttribute()
      • getAttributeForPackageAttributeByLanguage

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

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

        Returns:
        the value of the 'Attribute For Package Attribute By Language' reference list.
        See Also:
        CatalogEntityPackage.getPackageAttribute_AttributeForPackageAttributeByLanguage(), Attribute.getPackageAttribute()