|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.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 |
public PackageAttributeBean()
Method Detail |
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.
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.
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.
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.
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.
aAttributeID
- java.lang.Longpublic 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.
aLanguage_id
- java.lang.Integerpublic 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.
aOid
- java.lang.Stringpublic 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.
aPackageReferenceNumber
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |