java.lang.ObjectAbstractEntityAccessBean
com.ibm.commerce.common.objects.StoreCategoryDescriptionAccessBean
This table is &l This access bean corresponds to the database table 'STCGRYDESC'. StoreCategoryDescriptionAccessBean
Constructor Summary | |
StoreCategoryDescriptionAccessBean() constructor |
|
StoreCategoryDescriptionAccessBean(java.lang.Integer storeCategoryId, java.lang.Integer languageId) Constructs an StoreCategoryDescription object with the specified store category ID and language ID. |
|
StoreCategoryDescriptionAccessBean(javax.ejb.EJBObject o) StoreCategoryDescriptionAccessBean constructor |
Method Summary | |
void | commitCopyHelper() commitCopyHelper |
java.lang.String | defaultJNDIName() defaultJNDIName |
java.lang.String | getDescription() getDescription |
java.lang.String | getDisplayName() This method accesses a non-CMP field |
java.lang.Integer | getLanguageId() This method accesses a non-CMP field |
java.lang.Integer | getStoreCategoryId() This method accesses a non-CMP field |
protected void | instantiateEJB() instantiateEJB |
protected boolean | instantiateEJBByPrimaryKey() instantiateEJBByPrimaryKey |
void | refreshCopyHelper() refreshCopyHelper |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setDisplayName(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_languageId(java.lang.Integer newValue) setInitKey_languageId |
void | setInitKey_storeCategoryId(java.lang.Integer newValue) setInitKey_storeCategoryId |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public StoreCategoryDescriptionAccessBean()
public StoreCategoryDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public StoreCategoryDescriptionAccessBean(java.lang.Integer storeCategoryId, java.lang.Integer languageId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException
Constructs an StoreCategoryDescription object with the specified store category ID and language ID.
Method Detail |
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDescription(java.lang.String newValue)
public java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setDisplayName(java.lang.String newValue)
public java.lang.Integer getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStoreCategoryId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setInitKey_storeCategoryId(java.lang.Integer newValue)
Set the primary key for this object
public void setInitKey_languageId(java.lang.Integer newValue)
Set the primary key for this object
public java.lang.String defaultJNDIName()
protected void instantiateEJB() throws javax.naming.NamingException, javax.ejb.FinderException, java.rmi.RemoteException
protected boolean instantiateEJBByPrimaryKey() throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.