com.ibm.commerce.catalog.objects
Class CatalogEntryDescriptionBean

com.ibm.commerce.catalog.objects.CatalogEntryDescriptionBean
All Implemented Interfaces:
java.io.Serializable

public class CatalogEntryDescriptionBean
implements java.io.Serializable

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.

See Also:
Serialized Form

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

CatalogEntryDescriptionBean

public CatalogEntryDescriptionBean()
Method Detail

getAuxDescription1

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.

Returns:
java.lang.String

getAuxDescription2

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.

Returns:
java.lang.String

getAvailabilityDate

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.

Returns:
java.sql.Timestamp

getAvailable

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.

Returns:
java.lang.Integer

getCatalogEntryReferenceNumber

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.

Returns:
java.lang.Long

getFullImage

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.

Returns:
java.lang.String

getKeyWord

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.

Returns:
java.lang.String

getLanguage_id

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.

Returns:
java.lang.Integer

getName

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.

Returns:
java.lang.String

getPublished

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.

Returns:
java.lang.Integer

getShortDescription

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.

Returns:
java.lang.String

getThumbNail

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.

Returns:
java.lang.String

getXmlDetail

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.

Returns:
java.lang.String

setAuxDescription1

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.

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

setAuxDescription2

public 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.

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

setAvailabilityDate

public 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.

Parameters:
aAvailabilityDate - java.sql.Timestamp
Returns:
void

setAvailable

public 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.

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

setFullImage

public 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.

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

setKeyWord

public 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.

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

setLanguage_id

public 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.

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

setName

public 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.

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

setPublished

public 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.

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

setShortDescription

public 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.

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

setThumbNail

public 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.

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

setXmlDetail

public 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.

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