java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.catalog.objects.ClassificationCodeDescriptionAccessBean
This table contains the language specific information of product classification code. This access bean corresponds to the database table 'CLSFCODEDS'.
Constructor Summary | |
ClassificationCodeDescriptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
ClassificationCodeDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findByClassificationCode(java.lang.Long argClassificationCode) Finds the classification argClassificationCodes with the classification argClassificationCode ID |
java.lang.String | getClassificationCodeId() This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getClassificationCodeIdInEJBType() This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getDescription() This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getLanguageId() This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getLanguageIdInEJBType() This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setClassificationCodeId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setClassificationCodeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_classificationCodeId(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_languageId(java.lang.String newValue) Set the primary key for this object |
void | setLanguageId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setLanguageId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ClassificationCodeDescriptionAccessBean()
public ClassificationCodeDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.util.Enumeration findByClassificationCode(java.lang.Long argClassificationCode) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Finds the classification argClassificationCodes with the classification argClassificationCode ID
SQL:
SELECT CLASIFCODE_ID, DESCRIPTION, LANGUAGE_ID FROM CLSFCODEDS WHERE CLASIFCODE_ID = argClassificationCode
public void setInitKey_classificationCodeId(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_languageId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws 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).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.DESCRIPTION column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Description of the product classification code.
public void setDescription(java.lang.String newValue)
public java.lang.String getClassificationCodeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
public java.lang.Long getClassificationCodeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.CLASIFCODE_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Classification code reference number.
public void setClassificationCodeId(java.lang.String newValue)
public void setClassificationCodeId(java.lang.Long newValue)
public java.lang.String getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the CLSFCODEDS.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Language reference number. For a list of language components, see the LANGUAGE table.
public void setLanguageId(java.lang.String newValue)
public void setLanguageId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.