com.ibm.commerce.catalog.objects
Class CatalogEntryDescriptionAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
All Implemented Interfaces:
CatalogEntryDescriptionAccessBeanData

public class CatalogEntryDescriptionAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements CatalogEntryDescriptionAccessBeanData

This table holds language-dependent information related to a CatalogEntry.

See Also:
Serialized Form

Constructor Summary
CatalogEntryDescriptionAccessBean()
          constructor
CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject o)
          constructor
CatalogEntryDescriptionAccessBean(java.lang.Long arg0, java.lang.Integer arg1)
          constructor
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
protected  java.lang.String defaultJNDIName()
           
 java.util.Enumeration findByCatalogEntry(java.lang.Long arg0)
          Finds the catalog entry description with the catalog entry ID.
 java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] arg0)
          This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs.
 java.util.Enumeration findByCatalogEntryIdsAndLanguageId(java.lang.Long[] arg0, java.lang.Integer arg1)
          This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs and the specified Language reference number.
 java.lang.String getAuxDescription1()
          This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type VARCHAR(4000).
 java.lang.String getAuxDescription2()
          This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type VARCHAR(4000).
 java.lang.String getAvailabilityDate()
          This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.
 java.sql.Timestamp getAvailabilityDateInEJBType()
          This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.
 java.lang.String getAvailable()
          This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getAvailableInEJBType()
          This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
 java.lang.String getCatalogEntryReferenceNumber()
          This method provides access to the CATENTDESC.CATENTRY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogEntryReferenceNumberInEJBType()
          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).
 java.lang.String getKeyWord()
          This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254).
 java.lang.String getLanguage_id()
          This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getLanguage_idInEJBType()
          This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getLongDescription()
          This method accesses a non-CMP field
 java.lang.String getName()
          This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(128).
 java.lang.String getPublished()
          This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getPublishedInEJBType()
          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).
 java.lang.String getThumbNail()
          This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254).
 java.lang.String getXmlDetail()
          This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG VARCHAR.
protected  void instantiateEJB()
           
protected  boolean instantiateEJBByPrimaryKey()
           
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setAuxDescription1(java.lang.String newValue)
          This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type VARCHAR(4000).
 void setAuxDescription2(java.lang.String newValue)
          This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type VARCHAR(4000).
 void setAvailabilityDate(java.lang.String newValue)
          This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.
 void setAvailabilityDate(java.sql.Timestamp newValue)
          This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.
 void setAvailable(java.lang.Integer newValue)
          This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
 void setAvailable(java.lang.String newValue)
          This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL.
 void setFullImage(java.lang.String newValue)
          This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254).
 void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)
          Set the primary key for this object
 void setInitKey_language_id(java.lang.String newValue)
          Set the primary key for this object
 void setKeyWord(java.lang.String newValue)
          This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254).
 void setLanguage_id(java.lang.Integer newValue)
          This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setLanguage_id(java.lang.String newValue)
          This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
 void setLongDescription(java.lang.String newValue)
          This method accesses a non-CMP field
 void setName(java.lang.String newValue)
          This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(128).
 void setPublished(java.lang.Integer newValue)
          This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
 void setPublished(java.lang.String newValue)
          This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL.
 void setShortDescription(java.lang.String newValue)
          This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).
 void setThumbNail(java.lang.String newValue)
          This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254).
 void setXmlDetail(java.lang.String newValue)
          This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG VARCHAR.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CatalogEntryDescriptionAccessBean

public CatalogEntryDescriptionAccessBean()
constructor

CatalogEntryDescriptionAccessBean

public CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject o)
                                  throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

CatalogEntryDescriptionAccessBean

public CatalogEntryDescriptionAccessBean(java.lang.Long arg0,
                                         java.lang.Integer arg1)
                                  throws javax.ejb.CreateException,
                                         java.rmi.RemoteException,
                                         javax.naming.NamingException
constructor
Parameters:
arg0 - java.lang.Long
arg1 - java.lang.Integer
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail

findByCatalogEntry

public java.util.Enumeration findByCatalogEntry(java.lang.Long arg0)
                                         throws java.rmi.RemoteException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

Finds the catalog entry description with the catalog entry ID.

SQL:
SELECT LONGDESCRIPTION, CATENTRY_ID, AVAILABLE, LANGUAGE_ID, SHORTDESCRIPTION, FULLIMAGE, NAME, PUBLISHED, XMLDETAIL, THUMBNAIL, AVAILABILITYDATE, AUXDESCRIPTION2, AUXDESCRIPTION1 FROM CATENTDESC WHERE CATENTRY_ID = catalogEntryReferenceNumber

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByCatalogEntryIds

public java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] arg0)
                                            throws java.rmi.RemoteException,
                                                   javax.ejb.FinderException,
                                                   javax.naming.NamingException

This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs.

SQL:
SELECT LONGDESCRIPTION, CATENTRY_ID, AVAILABLE, LANGUAGE_ID, SHORTDESCRIPTION, FULLIMAGE, NAME, PUBLISHED, XMLDETAIL, THUMBNAIL, AVAILABILITYDATE, AUXDESCRIPTION2, AUXDESCRIPTION1 FROM CATENTDESC WHERE CATENTRY_ID IN (arCatalogEntryIds)

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

findByCatalogEntryIdsAndLanguageId

public java.util.Enumeration findByCatalogEntryIdsAndLanguageId(java.lang.Long[] arg0,
                                                                java.lang.Integer arg1)
                                                         throws java.rmi.RemoteException,
                                                                javax.ejb.FinderException,
                                                                javax.naming.NamingException

This method returns an enumeration of Catalog Entry Description Access Beans with the specified list of Catalog Entry IDs and the specified Language reference number.

SQL:
SELECT LONGDESCRIPTION, CATENTRY_ID, AVAILABLE, LANGUAGE_ID, SHORTDESCRIPTION, FULLIMAGE, NAME, PUBLISHED, XMLDETAIL, THUMBNAIL, AVAILABILITYDATE, AUXDESCRIPTION2, AUXDESCRIPTION1 FROM CATENTDESC WHERE CATENTRY_ID IN (arCatalogEntryIds) AND LANGUAGE_ID = nLanguageId

Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException

setInitKey_language_id

public void setInitKey_language_id(java.lang.String newValue)

Set the primary key for this object

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

setInitKey_catalogEntryReferenceNumber

public void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)

Set the primary key for this object

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

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getFullImage

public java.lang.String getFullImage()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254).

The following is a description of this column:

The full image path of this CatalogEntry.

Specified by:
getFullImage in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFullImage

public void setFullImage(java.lang.String newValue)

This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254).

The following is a description of this column:

The full image path of this CatalogEntry.

Specified by:
setFullImage in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getKeyWord

public java.lang.String getKeyWord()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254).

The following is a description of this column:

A keyword used for searching.

Specified by:
getKeyWord in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setKeyWord

public void setKeyWord(java.lang.String newValue)

This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254).

The following is a description of this column:

A keyword used for searching.

Specified by:
setKeyWord in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getPublished

public java.lang.String getPublished()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

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:

Specified by:
getPublished in interface CatalogEntryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getPublishedInEJBType

public java.lang.Integer getPublishedInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

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:

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setPublished

public void setPublished(java.lang.String newValue)

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:

Specified by:
setPublished in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - String
Returns:
void

setPublished

public void setPublished(java.lang.Integer newValue)

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:

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

getAvailable

public java.lang.String getAvailable()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

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.

Specified by:
getAvailable in interface CatalogEntryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getAvailableInEJBType

public java.lang.Integer getAvailableInEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAvailable

public void setAvailable(java.lang.String newValue)

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.

Specified by:
setAvailable in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - String
Returns:
void

setAvailable

public void setAvailable(java.lang.Integer newValue)

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:
newValue - java.lang.Integer
Returns:
void

getCatalogEntryReferenceNumber

public java.lang.String getCatalogEntryReferenceNumber()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

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.

Specified by:
getCatalogEntryReferenceNumber in interface CatalogEntryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCatalogEntryReferenceNumberInEJBType

public java.lang.Long getCatalogEntryReferenceNumberInEJBType()
                                                       throws java.rmi.RemoteException,
                                                              javax.ejb.CreateException,
                                                              javax.ejb.FinderException,
                                                              javax.naming.NamingException

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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getXmlDetail

public java.lang.String getXmlDetail()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG VARCHAR.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
getXmlDetail in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setXmlDetail

public void setXmlDetail(java.lang.String newValue)

This method provides access to the CATENTDESC.XMLDETAIL column of DB2 type LONG VARCHAR.

The following is a description of this column:

Reserved for IBM internal use.

Specified by:
setXmlDetail in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getLongDescription

public java.lang.String getLongDescription()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException
This method accesses a non-CMP field
Specified by:
getLongDescription in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLongDescription

public void setLongDescription(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setLongDescription in interface CatalogEntryDescriptionAccessBeanData

getAvailabilityDate

public java.lang.String getAvailabilityDate()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Date this CatalogEntry becomes available.

Specified by:
getAvailabilityDate in interface CatalogEntryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getAvailabilityDateInEJBType

public java.sql.Timestamp getAvailabilityDateInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Date this CatalogEntry becomes available.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAvailabilityDate

public void setAvailabilityDate(java.lang.String newValue)

This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Date this CatalogEntry becomes available.

Specified by:
setAvailabilityDate in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - String
Returns:
void

setAvailabilityDate

public void setAvailabilityDate(java.sql.Timestamp newValue)

This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Date this CatalogEntry becomes available.

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

getThumbNail

public java.lang.String getThumbNail()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254).

The following is a description of this column:

The thumbnail image path of this CatalogEntry.

Specified by:
getThumbNail in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setThumbNail

public void setThumbNail(java.lang.String newValue)

This method provides access to the CATENTDESC.THUMBNAIL column of DB2 type VARCHAR(254).

The following is a description of this column:

The thumbnail image path of this CatalogEntry.

Specified by:
setThumbNail in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getAuxDescription2

public java.lang.String getAuxDescription2()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type VARCHAR(4000).

The following is a description of this column:

Additional description for this CatalogEntry.

Specified by:
getAuxDescription2 in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAuxDescription2

public void setAuxDescription2(java.lang.String newValue)

This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type VARCHAR(4000).

The following is a description of this column:

Additional description for this CatalogEntry.

Specified by:
setAuxDescription2 in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getLanguage_id

public java.lang.String getLanguage_id()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

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.

Specified by:
getLanguage_id in interface CatalogEntryDescriptionAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLanguage_idInEJBType

public java.lang.Integer getLanguage_idInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLanguage_id

public void setLanguage_id(java.lang.String newValue)

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.

Specified by:
setLanguage_id in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - String
Returns:
void

setLanguage_id

public void setLanguage_id(java.lang.Integer newValue)

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:
newValue - java.lang.Integer
Returns:
void

getAuxDescription1

public java.lang.String getAuxDescription1()
                                    throws java.rmi.RemoteException,
                                           javax.ejb.CreateException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type VARCHAR(4000).

The following is a description of this column:

Additional description for this CatalogEntry.

Specified by:
getAuxDescription1 in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAuxDescription1

public void setAuxDescription1(java.lang.String newValue)

This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type VARCHAR(4000).

The following is a description of this column:

Additional description for this CatalogEntry.

Specified by:
setAuxDescription1 in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getShortDescription

public java.lang.String getShortDescription()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

A short description of this CatalogEntry.

Specified by:
getShortDescription in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setShortDescription

public void setShortDescription(java.lang.String newValue)

This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).

The following is a description of this column:

A short description of this CatalogEntry.

Specified by:
setShortDescription in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void

getName

public java.lang.String getName()
                         throws java.rmi.RemoteException,
                                javax.ejb.CreateException,
                                javax.ejb.FinderException,
                                javax.naming.NamingException

This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(128).

The following is a description of this column:

The language-dependent name of this CatalogEntry.

Specified by:
getName in interface CatalogEntryDescriptionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setName

public void setName(java.lang.String newValue)

This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(128).

The following is a description of this column:

The language-dependent name of this CatalogEntry.

Specified by:
setName in interface CatalogEntryDescriptionAccessBeanData
Parameters:
newValue - java.lang.String
Returns:
void