java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.common.objects.QuantityUnitMappingAccessBean
Each row of this table maps a QuantityUnit (defined in the QTYUNIT table) to a unit of measurement code defined in an external standard. This access bean corresponds to the database table 'QTYUNITMAP'.
Constructor Summary | |
QuantityUnitMappingAccessBean() Zero argument constructor used to initialize the access bean. |
|
QuantityUnitMappingAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
QuantityUnitMappingAccessBean | findByQuantityUnitAndUOMStandard(java.lang.String argQuantityUnitId, java.lang.String argUOMStandard) Retrieves all QuantityUnitMappingAccessBean according to the search criteria |
java.lang.String | getField1() This method provides access to the QTYUNITMAP.FIELD1 column of DB2 type VARCHAR(254). |
java.lang.String | getQuantityUnitId() This method provides access to the QTYUNITMAP.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL. |
java.lang.String | getUomCode() This method provides access to the QTYUNITMAP.UOMCODE column of DB2 type VARCHAR(16) NOT NULL. |
java.lang.String | getUomStandard() This method provides access to the QTYUNITMAP.UOMSTANDARD column of DB2 type VARCHAR(32) NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_uomCode(java.lang.String newValue) Set the primary key for this object |
void | setInitKey_uomStandard(java.lang.String newValue) Set the primary key for this object |
void | setQuantityUnitId(java.lang.String newValue) This method accesses a non-CMP field |
void | setUomCode(java.lang.String newValue) This method accesses a non-CMP field |
void | setUomStandard(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 QuantityUnitMappingAccessBean()
public QuantityUnitMappingAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public QuantityUnitMappingAccessBean findByQuantityUnitAndUOMStandard(java.lang.String argQuantityUnitId, java.lang.String argUOMStandard) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Retrieves all QuantityUnitMappingAccessBean according to the search criteria
The SQL query used to fetch the requested row from the QTYUNITMAP table is:
SELECT * FROM QTYUNITMAP T1 WHERE T1.QTYUNIT_ID=? AND T1.UOMSTANDARD =?
public void setInitKey_uomCode(java.lang.String newValue)
Set the primary key for this object
public void setInitKey_uomStandard(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 getUomCode() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the QTYUNITMAP.UOMCODE column of DB2 type VARCHAR(16) NOT NULL.
The following is a description of this column:
The unit of measurement code for the external standard.
public void setUomCode(java.lang.String newValue)
public java.lang.String getUomStandard() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the QTYUNITMAP.UOMSTANDARD column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The external standard.
public void setUomStandard(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the QTYUNITMAP.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField1(java.lang.String newValue)
public java.lang.String getQuantityUnitId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the QTYUNITMAP.QTYUNIT_ID column of DB2 type CHAR(16) NOT NULL.
The following is a description of this column:
The QuantityUnit.
public void setQuantityUnitId(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.