java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.catalog.objects.CatalogDescriptionAccessBean
This table holds language-dependent information related to a Catalog.
Constructor Summary | |
---|---|
CatalogDescriptionAccessBean() constructor | |
CatalogDescriptionAccessBean(javax.ejb.EJBObject o) constructor | |
CatalogDescriptionAccessBean(java.lang.Long arg0,
java.lang.Integer arg1) constructor | |
CatalogDescriptionAccessBean(java.lang.Long arg0,
java.lang.Integer arg1, java.lang.String arg2) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.Long |
getCatalogReferenceNumber() getCatalogReferenceNumber |
java.lang.String |
getFullIImage() This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254). |
java.lang.String |
getLongDescription() This method accesses a non-CMP field |
java.lang.String |
getName() This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getShortDescription() This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254). |
java.lang.String |
getThumbNail() This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254). |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCatalogReferenceNumber(java.lang.Long newValue) setCatalogReferenceNumber |
void |
setFullIImage(java.lang.String newValue) This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254). |
void |
setInitKey_catalogReferenceNumber(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 |
setLongDescription(java.lang.String newValue) This method accesses a non-CMP field |
void |
setName(java.lang.String newValue) This method provides access to the CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setShortDescription(java.lang.String newValue) This method provides access to the CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254). |
void |
setThumbNail(java.lang.String newValue) This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogDescriptionAccessBean()
public CatalogDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CatalogDescriptionAccessBean(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
public CatalogDescriptionAccessBean(java.lang.Long arg0, java.lang.Integer arg1, java.lang.String arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Longarg1
- java.lang.Integerarg2
- java.lang.Stringjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public void setInitKey_language_id(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_catalogReferenceNumber(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 getFullIImage() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
The image path of this Catalog.
getFullIImage
in interface
CatalogDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setFullIImage(java.lang.String newValue)
This method provides access to the CATALOGDSC.FULLIMAGE column of DB2 type VARCHAR(254).
The following is a description of this column:
The image path of this Catalog.
setFullIImage
in interface
CatalogDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.String getLongDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getLongDescription
in interface
CatalogDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLongDescription(java.lang.String newValue)
setLongDescription
in interface
CatalogDescriptionAccessBeanData
public java.lang.String getThumbNail() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254).
The following is a description of this column:
The thumbnail image path of this Catalog.
getThumbNail
in interface
CatalogDescriptionAccessBeanData
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 CATALOGDSC.THUMBNAIL column of DB2 type VARCHAR(254).
The following is a description of this column:
The thumbnail image path of this Catalog.
setThumbNail
in interface
CatalogDescriptionAccessBeanData
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 CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A short description of this Catalog.
getShortDescription
in interface
CatalogDescriptionAccessBeanData
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 CATALOGDSC.SHORTDESCRIPTION column of DB2 type VARCHAR(254).
The following is a description of this column:
A short description of this Catalog.
setShortDescription
in interface
CatalogDescriptionAccessBeanData
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 CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this Catalog.
getName
in interface
CatalogDescriptionAccessBeanData
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 CATALOGDSC.NAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
The language-dependent name of this Catalog.
setName
in interface
CatalogDescriptionAccessBeanData
newValue
- java.lang.Stringpublic java.lang.Long getCatalogReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getCatalogReferenceNumber
in interface
CatalogDescriptionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCatalogReferenceNumber(java.lang.Long newValue)
This method provides access to the CATALOGDSC.CATALOG_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The internal reference number relating this language specific information to a Catalog.
setCatalogReferenceNumber
in interface
CatalogDescriptionAccessBeanData
newValue
- java.lang.Long