java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.marketingcenter.campaign.objects.CollateralDescriptionAccessBean
Reserved for IBM internal use.
Constructor Summary | |
---|---|
CollateralDescriptionAccessBean() constructor | |
CollateralDescriptionAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1) constructor | |
CollateralDescriptionAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getCollateralId() This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getCollateralIdInEJBType() This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getCustomerField1() This method provides access to the COLLDESC.FIELD1 column of DB2 type VARCHAR(254). |
java.lang.String |
getCustomerField2() This method provides access to the COLLDESC.FIELD2 column of DB2 type VARCHAR(254). |
java.lang.String |
getLanguageId() This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getLanguageIdInEJBType() This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getLocation() This method provides access to the COLLDESC.LOCATION column of DB2 type VARCHAR(254). |
java.lang.String |
getMarketingText() This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setCollateralId(java.lang.Integer newValue) This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL. |
void |
setCollateralId(java.lang.String newValue) This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL. |
void |
setCustomerField1(java.lang.String newValue) This method provides access to the COLLDESC.FIELD1 column of DB2 type VARCHAR(254). |
void |
setCustomerField2(java.lang.String newValue) This method provides access to the COLLDESC.FIELD2 column of DB2 type VARCHAR(254). |
void |
setInitKey_collateralId(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 provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLanguageId(java.lang.String newValue) This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL. |
void |
setLocation(java.lang.String newValue) This method provides access to the COLLDESC.LOCATION column of DB2 type VARCHAR(254). |
void |
setMarketingText(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 CollateralDescriptionAccessBean()
public CollateralDescriptionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public CollateralDescriptionAccessBean(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException
arg0
- java.lang.Integerarg1
- java.lang.Integerjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail |
---|
public void setInitKey_collateralId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringpublic void setInitKey_languageId(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 getLanguageId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getLanguageIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLanguageId(java.lang.String newValue)
This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- Stringpublic void setLanguageId(java.lang.Integer newValue)
This method provides access to the COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integerpublic java.lang.String getCollateralId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getCollateralIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCollateralId(java.lang.String newValue)
This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- Stringpublic void setCollateralId(java.lang.Integer newValue)
This method provides access to the COLLDESC.COLLATERAL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Integerpublic java.lang.String getMarketingText() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMarketingText(java.lang.String newValue)
public java.lang.String getLocation() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.LOCATION column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setLocation(java.lang.String newValue)
This method provides access to the COLLDESC.LOCATION column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Stringpublic java.lang.String getCustomerField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCustomerField2(java.lang.String newValue)
This method provides access to the COLLDESC.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.Stringpublic java.lang.String getCustomerField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the COLLDESC.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setCustomerField1(java.lang.String newValue)
This method provides access to the COLLDESC.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Reserved for IBM internal use.
newValue
- java.lang.String