com.ibm.commerce.catalog.beans
Class CatalogEntryDescriptionDataBean

com.ibm.commerce.catalog.beans.CatalogEntryDescriptionDataBean
All Implemented Interfaces:
Delegator

public class CatalogEntryDescriptionDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
CatalogEntryDescriptionDataBean()
           
 
Method Summary
 java.lang.String getAuxDescription1()
          IBM internal use only.
 java.lang.String getAuxDescription2()
          IBM internal use only.
 java.lang.String getAvailabilityDate()
          IBM internal use only.
 java.sql.Timestamp getAvailabilityDateInEJBType()
          IBM internal use only.
 java.lang.String getAvailable()
          IBM internal use only.
 java.lang.Integer getAvailableInEJBType()
          IBM internal use only.
 java.lang.String getCatalogEntryReferenceNumber()
          IBM internal use only.
 java.lang.Long getCatalogEntryReferenceNumberInEJBType()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyLanguage_id()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getFullImage()
          IBM internal use only.
 java.lang.String getKeyWord()
          IBM internal use only.
 java.lang.String getLanguage_id()
          IBM internal use only.
 java.lang.Integer getLanguage_idInEJBType()
          IBM internal use only.
 java.lang.String getLongDescription()
          IBM internal use only.
 java.lang.String getName()
          IBM internal use only.
 java.lang.String getPublished()
          IBM internal use only.
 java.lang.Integer getPublishedInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getShortDescription()
          IBM internal use only.
 java.lang.String getThumbNail()
          IBM internal use only.
 java.lang.String getXmlDetail()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setAuxDescription1(java.lang.String aAuxDescription1)
          IBM internal use only.
 void setAuxDescription2(java.lang.String aAuxDescription2)
          IBM internal use only.
 void setAvailabilityDate(java.sql.Timestamp aAvailabilityDate)
          IBM internal use only.
 void setAvailable(java.lang.Integer aAvailable)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aDataBeanKeyCatalogEntryReferenceNumber)
          Set its primary key for fetching.
 void setDataBeanKeyLanguage_id(java.lang.String aDataBeanKeyLanguage_id)
          Set its primary key for fetching.
 void setFullImage(java.lang.String aFullImage)
          IBM internal use only.
 void setKeyWord(java.lang.String aKeyWord)
          IBM internal use only.
 void setLanguage_id(java.lang.Integer aLanguage_id)
          IBM internal use only.
 void setLongDescription(java.lang.String aLongDescription)
          IBM internal use only.
 void setName(java.lang.String aName)
          IBM internal use only.
 void setPublished(java.lang.Integer aPublished)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setShortDescription(java.lang.String aShortDescription)
          IBM internal use only.
 void setThumbNail(java.lang.String aThumbNail)
          IBM internal use only.
 void setXmlDetail(java.lang.String aXmlDetail)
          IBM internal use only.
 

Constructor Detail

CatalogEntryDescriptionDataBean

public CatalogEntryDescriptionDataBean()
Method Detail

getAuxDescription1

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAuxDescription2

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAvailabilityDate

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAvailabilityDateInEJBType

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

IBM internal use only.

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

getAvailable

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getAvailableInEJBType

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

IBM internal use only.

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

getCatalogEntryReferenceNumber

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryReferenceNumberInEJBType

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

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyCatalogEntryReferenceNumber

public java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyLanguage_id

public java.lang.String getDataBeanKeyLanguage_id()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getFullImage

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getKeyWord

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguage_id

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getLanguage_idInEJBType

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

IBM internal use only.

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

getLongDescription

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getName

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPublished

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPublishedInEJBType

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

IBM internal use only.

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

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getShortDescription

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getThumbNail

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getXmlDetail

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

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setAuxDescription1

public void setAuxDescription1(java.lang.String aAuxDescription1)

IBM internal use only.

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

setAuxDescription2

public void setAuxDescription2(java.lang.String aAuxDescription2)

IBM internal use only.

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

setAvailabilityDate

public void setAvailabilityDate(java.sql.Timestamp aAvailabilityDate)

IBM internal use only.

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

setAvailable

public void setAvailable(java.lang.Integer aAvailable)

IBM internal use only.

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

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyCatalogEntryReferenceNumber

public void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aDataBeanKeyCatalogEntryReferenceNumber)

Set its primary key for fetching.

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

setDataBeanKeyLanguage_id

public void setDataBeanKeyLanguage_id(java.lang.String aDataBeanKeyLanguage_id)

Set its primary key for fetching.

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

setFullImage

public void setFullImage(java.lang.String aFullImage)

IBM internal use only.

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

setKeyWord

public void setKeyWord(java.lang.String aKeyWord)

IBM internal use only.

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

setLanguage_id

public void setLanguage_id(java.lang.Integer aLanguage_id)

IBM internal use only.

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

setLongDescription

public void setLongDescription(java.lang.String aLongDescription)

IBM internal use only.

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

setName

public void setName(java.lang.String aName)

IBM internal use only.

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

setPublished

public void setPublished(java.lang.Integer aPublished)

IBM internal use only.

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

setRequestProperties

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

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setShortDescription

public void setShortDescription(java.lang.String aShortDescription)

IBM internal use only.

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

setThumbNail

public void setThumbNail(java.lang.String aThumbNail)

IBM internal use only.

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

setXmlDetail

public void setXmlDetail(java.lang.String aXmlDetail)

IBM internal use only.

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