|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogEntryDescriptionAccessBean
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
CatalogEntryDescriptionAccessBean()
Default constructor. |
|
CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject catEntryDescEJBObj)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
CatalogEntryDescriptionAccessBean(java.lang.Long anCatEntryID,
java.lang.Integer anLanguageID)
Maps to a corresponding ejbCreate method in the home interface of the EJB. |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByCatalogEntry(java.lang.Long catEntryID)
Finds the catalog entry description with the catalog entry ID. |
java.util.Enumeration |
findByCatalogEntryIds(java.lang.Long[] catEntryID)
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[] catEntryID,
java.lang.Integer anLanguageId)
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 LONG NULL. |
java.lang.String |
getAuxDescription2()
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type LONG NULL. |
java.lang.String |
getAvailabilityDate()
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getAvailabilityDateInEJBType()
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL. |
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) NULL. |
java.lang.String |
getKeyWord()
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254) NULL. |
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 provides access to the CATENTDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
java.lang.String |
getName()
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(64) NULL. |
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) 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 |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setAuxDescription1(java.lang.String astrAuxDescription1)
This method provides access to the CATENTDESC.AUXDESCRIPTION1 column of DB2 type LONG NULL. |
void |
setAuxDescription2(java.lang.String astrAuxDescription2)
This method provides access to the CATENTDESC.AUXDESCRIPTION2 column of DB2 type LONG NULL. |
void |
setAvailabilityDate(java.lang.String astrAvailabilityDate)
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL. |
void |
setAvailabilityDate(java.sql.Timestamp atmAvailabilityDate)
This method provides access to the CATENTDESC.AVAILABILITYDATE column of DB2 type TIMESTAMP NULL. |
void |
setAvailable(java.lang.Integer anAvailable)
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL. |
void |
setAvailable(java.lang.String astrAvailable)
This method provides access to the CATENTDESC.AVAILABLE column of DB2 type INTEGER NOT NULL. |
void |
setFullImage(java.lang.String astrFullImage)
This method provides access to the CATENTDESC.FULLIMAGE column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_catalogEntryReferenceNumber(java.lang.String aInitKey_catalogEntryReferenceNumber)
Set the primary key for this object |
void |
setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object |
void |
setKeyWord(java.lang.String astrKeyWord)
This method provides access to the CATENTDESC.KEYWORD column of DB2 type VARCHAR(254) NULL. |
void |
setLanguage_id(java.lang.Integer anLanguageId)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguage_id(java.lang.String astrLanguageId)
This method provides access to the CATENTDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLongDescription(java.lang.String astrLongDescription)
This method provides access to the CATENTDESC.LONGDESCRIPTION column of DB2 type LONG NULL. |
void |
setName(java.lang.String astrName)
This method provides access to the CATENTDESC.NAME column of DB2 type CHAR(64) NULL. |
void |
setPublished(java.lang.Integer anPublished)
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
void |
setPublished(java.lang.String astrPublished)
This method provides access to the CATENTDESC.PUBLISHED column of DB2 type INTEGER NOT NULL. |
void |
setShortDescription(java.lang.String astrShortDescription)
This method provides access to the CATENTDESC.SHORTDESCRIPTION column of DB2 type VARCHAR(254) NULL. |
void |
setThumbNail(java.lang.String astrThumbNail)
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. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CatalogEntryDescriptionAccessBean()
Default constructor. Maps to findByPrimaryKey.
public CatalogEntryDescriptionAccessBean(javax.ejb.EJBObject catEntryDescEJBObj) throws java.rmi.RemoteException
Maps to a corresponding ejbCreate method in the home interface of the EJB
catEntryDescEJBObj
- The catalog entry description EJB Object. javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic CatalogEntryDescriptionAccessBean(java.lang.Long anCatEntryID, java.lang.Integer anLanguageID) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
Maps to a corresponding ejbCreate method in the home interface of the EJB. Creates an access to the catalog entry description with catalog entry ID and language ID.
anCatEntryID
- The catalog entry ID. java.lang.LonganLanguageID
- The language ID. java.lang.Integerjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogEntry(java.lang.Long catEntryID) 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 = catEntryID
catEntryID
- The catalog entry ID. java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogEntryIds(java.lang.Long[] catEntryID) 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 (catEntryID)
catEntryID
- The list of Catalog Entry reference numbers. java.lang.Long[]java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByCatalogEntryIdsAndLanguageId(java.lang.Long[] catEntryID, java.lang.Integer anLanguageId) 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 (catEntryID) AND LANGUAGE_ID = anLanguageId
catEntryID
- The list of Catalog Entry reference number. java.lang.Long[]anLanguageId
- The Language reference number. java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 LONG NULL.
The following is a description of this column:
Additional description for this Catalog Entry.
getAuxDescription1
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 LONG NULL.
The following is a description of this column:
Additional description for this Catalog Entry.
getAuxDescription2
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Date this CatalogEntry becomes available.
getAvailabilityDate
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Date this Catalog Entry becomes available.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Catalog Entry that this language specific information relates to.
getCatalogEntryReferenceNumber
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 Catalog Entry that this language specific information relates to.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The full image path of this Catalog Entry.
getFullImage
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
A keyword used for searching.
getKeyWord
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATENTDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A long description of this Catalog Entry.
getLongDescription
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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(64) NULL.
The following is a description of this column:
The language-dependent name of this Catalog Entry.
getName
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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: 0= CatalogEntry should not be displayed; 1= CatalogEntry should be displayed.
getPublished
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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: 0= CatalogEntry should not be displayed; 1= CatalogEntry should be displayed.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
A short description of this Catalog Entry.
getShortDescription
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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) NULL.
The following is a description of this column:
The thumbnail image path of this CatalogEntry.
getThumbNail
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 NULL.
The following is a description of this column:
Reserved for IBM internal use.
getXmlDetail
in interface CatalogEntryDescriptionAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setAuxDescription1(java.lang.String astrAuxDescription1)
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 Catalog Entry.
setAuxDescription1
in interface CatalogEntryDescriptionAccessBeanData
astrAuxDescription1
- The additional description for this Catalog Entry java.lang.Stringpublic void setAuxDescription2(java.lang.String astrAuxDescription2)
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 Catalog Entry.
setAuxDescription2
in interface CatalogEntryDescriptionAccessBeanData
astrAuxDescription2
- The additional description for this Catalog Entry. java.lang.Stringpublic void setAvailabilityDate(java.lang.String astrAvailabilityDate)
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.
setAvailabilityDate
in interface CatalogEntryDescriptionAccessBeanData
astrAvailabilityDate
- The availability date of this Catalog Entry. java.lang.Stringpublic void setAvailabilityDate(java.sql.Timestamp atmAvailabilityDate)
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.
atmAvailabilityDate
- The availability date of this Catalog Entry. java.sql.Timestamppublic void setAvailable(java.lang.Integer anAvailable)
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 Catalog Entry. Do not use this column to indicate inventory levels.
anAvailable
- The length of time to the availability of this Catalog Entry. java.lang.Integerpublic void setAvailable(java.lang.String astrAvailable)
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
aAstrvailable
- The length of time to the availability of this Catalog Entry. java.lang.Stringpublic void setFullImage(java.lang.String astrFullImage)
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 Catalog Entry.
setFullImage
in interface CatalogEntryDescriptionAccessBeanData
astrFullImage
- The path to the full image of this Catalog Entry. java.lang.Stringpublic void setInitKey_catalogEntryReferenceNumber(java.lang.String aInitKey_catalogEntryReferenceNumber)
Set the primary key for this object
aInitKey_catalogEntryReferenceNumber
- The Catalog Entry reference number. java.lang.Stringpublic void setInitKey_language_id(java.lang.String aInitKey_language_id)
Set the primary key for this object
aInitKey_language_id
- The Language reference number. java.lang.Stringpublic void setKeyWord(java.lang.String astrKeyWord)
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.
setKeyWord
in interface CatalogEntryDescriptionAccessBeanData
astrKeyWord
- The keyword for searching this Catalog Entry. java.lang.Stringpublic void setLanguage_id(java.lang.Integer anLanguageId)
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.
anLanguageId
- The Language reference number. java.lang.Integerpublic void setLanguage_id(java.lang.String astrLanguageId)
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
astrLanguageId
- The Language reference number. java.lang.Stringpublic void setLongDescription(java.lang.String astrLongDescription)
This method provides access to the CATENTDESC.LONGDESCRIPTION column of DB2 type LONG NULL.
The following is a description of this column:
A long description of this CatalogEntry.
setLongDescription
in interface CatalogEntryDescriptionAccessBeanData
astrLongDescription
- The long description for this Catalog Entry. java.lang.Stringpublic void setName(java.lang.String astrName)
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 Catalog Entry.
setName
in interface CatalogEntryDescriptionAccessBeanData
astrName
- The language dependent name of this Catalog Entry. java.lang.Stringpublic void setPublished(java.lang.Integer anPublished)
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.
anPublished
- The published flag for this Catalog Entry Description. java.lang.Integerpublic void setPublished(java.lang.String astrPublished)
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.
setPublished
in interface CatalogEntryDescriptionAccessBeanData
astrPublished
- The published flag of the Catalog Entry Description. java.lang.Stringpublic void setShortDescription(java.lang.String astrShortDescription)
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.
setShortDescription
in interface CatalogEntryDescriptionAccessBeanData
astrShortDescription
- The short description for this Catalog Entry. java.lang.Stringpublic void setThumbNail(java.lang.String astrThumbNail)
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 Catalog Entry.
setThumbNail
in interface CatalogEntryDescriptionAccessBeanData
astrThumbNail
- The path to the thumbnail image of this Catalog Entry. 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:
The XML Detail of the Catalog Entry Description. Reserved for IBM internal use.
setXmlDetail
in interface CatalogEntryDescriptionAccessBeanData
aXmlDetail
- The XML Detail of the Catalog Entry Description. java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |