java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
This table holds language-dependent information related to a CatalogEntry.
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 |
---|
public CatalogEntryDescriptionAccessBean()
public CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CatalogEntryDescriptionAccessBean(java.lang.Long arg0, java.lang.Integer arg1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Longarg1
- java.lang.Integerjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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)
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
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
java.rmi.RemoteException
- The java.rmi.RemoteException
exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException
exceptionjavax.naming.NamingException
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_catalogEntryReferenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
getFullImage
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setFullImage
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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.
getKeyWord
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setKeyWord
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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:
getPublished
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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:
setPublished
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- Stringpublic 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:
newValue
- java.lang.Integerpublic 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.
getAvailable
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setAvailable
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getCatalogEntryReferenceNumber
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
getXmlDetail
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setXmlDetail
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getLongDescription
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLongDescription(java.lang.String newValue)
setLongDescription
in interface
CatalogEntryDescriptionAccessBeanData
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.
getAvailabilityDate
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setAvailabilityDate
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.sql.Timestamppublic 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.
getThumbNail
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setThumbNail
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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.
getAuxDescription2
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setAuxDescription2
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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.
getLanguage_id
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setLanguage_id
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- Stringpublic 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.
newValue
- java.lang.Integerpublic 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.
getAuxDescription1
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setAuxDescription1
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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.
getShortDescription
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setShortDescription
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.Stringpublic 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.
getName
in interface
CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
setName
in interface
CatalogEntryDescriptionAccessBeanData
newValue
- java.lang.String