java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.marketingcenter.campaign.objects.CollateralTypeAccessBean
This table defines all possible types of Collateral. Examples of Collateral types are image, flash and text. This access bean corresponds to the database table 'COLLTYPE'.
Constructor Summary | |
CollateralTypeAccessBean() Zero argument constructor used to initialize the access bean. |
|
CollateralTypeAccessBean(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 | findAll() This finder returns all the collateral types in an enumeration. |
java.util.Enumeration | findAllSortedByName() This finder returns all the collateral types in an enumeration, sorted by name. |
java.lang.String | getCollateralTypeId() This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getCollateralTypeIdInEJBType() This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getName() This method provides access to the COLLTYPE.NAME column of DB2 type VARCHAR(254). |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setCollateralTypeId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setCollateralTypeId(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_collateralTypeId(java.lang.String newValue) Set the primary key for this object |
void | setName(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 CollateralTypeAccessBean()
public CollateralTypeAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
Method Detail |
public java.util.Enumeration findAll() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM COLLTYPE T1 WHERE 1 = 1
public java.util.Enumeration findAllSortedByName() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
SQL:
SELECT * FROM COLLTYPE T1 ORDER BY T1.NAME
public void setInitKey_collateralTypeId(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 getCollateralTypeId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the Collateral Type.
public java.lang.Integer getCollateralTypeIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLTYPE.COLLTYPE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The internal reference number of the Collateral Type.
public void setCollateralTypeId(java.lang.String newValue)
public void setCollateralTypeId(java.lang.Integer newValue)
public java.lang.String getName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLTYPE.NAME column of DB2 type VARCHAR(254).
The following is a description of this column:
The name of the Collateral Type.
public void setName(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.