|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.catalog.objects.CatalogEntryDescriptionBean
This bean provides access to the CATENTDESC table.
The following is a description of this table:
This table holds language-dependent information related to a CatalogEntry.
Constructor Summary | |
CatalogEntryDescriptionBean()
|
Method Summary | |
java.lang.String |
getAuxDescription1()
This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type LONG NULL. |
java.lang.String |
getAuxDescription2()
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type LONG NULL. |
java.sql.Timestamp |
getAvailabilityDate()
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL. |
java.lang.Integer |
getAvailable()
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL. |
java.lang.Long |
getCatalogEntryReferenceNumber()
This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getFullImage()
This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getKeyWord()
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254) NULL. |
java.lang.Integer |
getLanguage_id()
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getName()
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(64) NULL. |
java.lang.Integer |
getPublished()
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getShortDescription()
This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getThumbNail()
This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getXmlDetail()
This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG NULL. |
void |
setAuxDescription1(java.lang.String aAuxDescription1)
This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type LONG NULL. |
void |
setAuxDescription2(java.lang.String aAuxDescription2)
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type LONG NULL. |
void |
setAvailabilityDate(java.sql.Timestamp aAvailabilityDate)
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL. |
void |
setAvailable(java.lang.Integer aAvailable)
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL. |
void |
setFullImage(java.lang.String aFullImage)
This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
void |
setKeyWord(java.lang.String aKeyWord)
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254) NULL. |
void |
setLanguage_id(java.lang.Integer aLanguage_id)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setName(java.lang.String aName)
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(64) NULL. |
void |
setPublished(java.lang.Integer aPublished)
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
void |
setShortDescription(java.lang.String aShortDescription)
This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setThumbNail(java.lang.String aThumbNail)
This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL. |
void |
setXmlDetail(java.lang.String aXmlDetail)
This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG NULL. |
Constructor Detail |
public CatalogEntryDescriptionBean()
Method Detail |
public java.lang.String getAuxDescription1()
This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type LONG NULL.
The following is a description of this column:
Additional description for this CatalogEntry.
public java.lang.String getAuxDescription2()
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type LONG NULL.
The following is a description of this column:
Additional description for this CatalogEntry.
public java.sql.Timestamp getAvailabilityDate()
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date this CatalogEntry becomes available.
public java.lang.Integer getAvailable()
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the length of time to availability of this CatalogEntry. Do not use this column to indicate inventory levels.
public java.lang.Long getCatalogEntryReferenceNumber()
This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number that indicates the CatalogEntry that this language specific information relates to.
public java.lang.String getFullImage()
This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The full image path of this CatalogEntry.
public java.lang.String getKeyWord()
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A keyword used for searching.
public java.lang.Integer getLanguage_id()
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language. For a list of language components, see the LANGUAGE table.
public java.lang.String getName()
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(64) NULL.
The following is a description of this column:
The language-dependent name of this CatalogEntry.
public java.lang.Integer getPublished()
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogEntry should be displayed for the language indicated by LANGUAGE_ID: 0= CatalogEntry should not be displayed; 1= CatalogEntry should be displayed.
public java.lang.String getShortDescription()
This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of this CatalogEntry.
public java.lang.String getThumbNail()
This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The thumbnail image path of this CatalogEntry.
public java.lang.String getXmlDetail()
This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG NULL.
The following is a description of this column:
Reserved for IBM internal use.
public void setAuxDescription1(java.lang.String aAuxDescription1)
This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type LONG NULL.
The following is a description of this column:
Additional description for this CatalogEntry.
aAuxDescription1
- java.lang.Stringpublic void setAuxDescription2(java.lang.String aAuxDescription2)
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type LONG NULL.
The following is a description of this column:
Additional description for this CatalogEntry.
aAuxDescription2
- java.lang.Stringpublic void setAvailabilityDate(java.sql.Timestamp aAvailabilityDate)
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Date this CatalogEntry becomes available.
aAvailabilityDate
- java.sql.Timestamppublic void setAvailable(java.lang.Integer aAvailable)
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates the length of time to availability of this CatalogEntry. Do not use this column to indicate inventory levels.
aAvailable
- java.lang.Integerpublic void setFullImage(java.lang.String aFullImage)
This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The full image path of this CatalogEntry.
aFullImage
- java.lang.Stringpublic void setKeyWord(java.lang.String aKeyWord)
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A keyword used for searching.
aKeyWord
- java.lang.Stringpublic void setLanguage_id(java.lang.Integer aLanguage_id)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language. For a list of language components, see the LANGUAGE table.
aLanguage_id
- java.lang.Integerpublic void setName(java.lang.String aName)
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(64) NULL.
The following is a description of this column:
The language-dependent name of this CatalogEntry.
aName
- java.lang.Stringpublic void setPublished(java.lang.Integer aPublished)
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Indicates whether this CatalogEntry should be displayed for the language indicated by LANGUAGE_ID: 0= CatalogEntry should not be displayed; 1= CatalogEntry should be displayed.
aPublished
- java.lang.Integerpublic void setShortDescription(java.lang.String aShortDescription)
This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
A short description of this CatalogEntry.
aShortDescription
- java.lang.Stringpublic void setThumbNail(java.lang.String aThumbNail)
This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The thumbnail image path of this CatalogEntry.
aThumbNail
- java.lang.Stringpublic void setXmlDetail(java.lang.String aXmlDetail)
This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG NULL.
The following is a description of this column:
Reserved for IBM internal use.
aXmlDetail
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |