com.ibm.commerce.catalog.objects
Class PackageAttributeBean

com.ibm.commerce.catalog.objects.PackageAttributeBean

public class PackageAttributeBean

This bean provides access to the PKGATTR table.

The following is a description of this table:

This table holds Package Attributes. Package Attributes are inherited from the Attributes of the Products that are contained within Packages.


Constructor Summary
PackageAttributeBean()
           
 
Method Summary
 java.lang.Long getAttributeID()
          This method provides access to the PKGATTR.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getLanguage_id()
          This method provides access to the PKGATTR.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getOid()
          This method provides access to the PKGATTR.OID column of DB2 type CHAR(32) NULL.
 java.lang.Long getPackageReferenceNumber()
          This method provides access to the PKGATTR.CATENTRY_ID column of DB2 type BIGINT NULL.
 void setAttributeID(java.lang.Long aAttributeID)
          This method provides access to the PKGATTR.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.
 void setLanguage_id(java.lang.Integer aLanguage_id)
          This method provides access to the PKGATTR.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setOid(java.lang.String aOid)
          This method provides access to the PKGATTR.OID column of DB2 type CHAR(32) NULL.
 void setPackageReferenceNumber(java.lang.Long aPackageReferenceNumber)
          This method provides access to the PKGATTR.CATENTRY_ID column of DB2 type BIGINT NULL.
 

Constructor Detail

PackageAttributeBean

public PackageAttributeBean()
Method Detail

getAttributeID

public java.lang.Long getAttributeID()

This method provides access to the PKGATTR.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference to an Attribute of a Product that is contained within the Package.

Returns:
java.lang.Long

getLanguage_id

public java.lang.Integer getLanguage_id()

This method provides access to the PKGATTR.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.

Returns:
java.lang.Integer

getOid

public java.lang.String getOid()

This method provides access to the PKGATTR.OID column of DB2 type CHAR(32) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Returns:
java.lang.String

getPackageReferenceNumber

public java.lang.Long getPackageReferenceNumber()

This method provides access to the PKGATTR.CATENTRY_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The reference number of the Package.

Returns:
java.lang.Long

setAttributeID

public void setAttributeID(java.lang.Long aAttributeID)

This method provides access to the PKGATTR.ATTRIBUTE_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The reference to an Attribute of a Product that is contained within the Package.

Parameters:
aAttributeID - java.lang.Long
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.Integer aLanguage_id)

This method provides access to the PKGATTR.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The language that this Attribute pertains to. For a list of language components, see the LANGUAGE table.

Parameters:
aLanguage_id - java.lang.Integer
Returns:
void

setOid

public void setOid(java.lang.String aOid)

This method provides access to the PKGATTR.OID column of DB2 type CHAR(32) NULL.

The following is a description of this column:

Reserved for IBM internal use.

Parameters:
aOid - java.lang.String
Returns:
void

setPackageReferenceNumber

public void setPackageReferenceNumber(java.lang.Long aPackageReferenceNumber)

This method provides access to the PKGATTR.CATENTRY_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

The reference number of the Package.

Parameters:
aPackageReferenceNumber - java.lang.Long
Returns:
void