java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.marketingcenter.campaign.objects.CollateralDescriptionAccessBean
This table holds language-dependent information related to a Collateral. This access bean corresponds to the database table 'COLLDESC'.
Constructor Summary | |
CollateralDescriptionAccessBean() Zero argument constructor used to initialize the access bean. |
|
CollateralDescriptionAccessBean(java.lang.Integer arg1, java.lang.Integer arg2) Maps to a corresponding ejbCreate method in the home interface of the EJB. |
|
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 accesses a non-CMP field |
void | setCollateralId(java.lang.String newValue) This method accesses a non-CMP field |
void | setCustomerField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setCustomerField2(java.lang.String newValue) This method accesses a non-CMP field |
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 accesses a non-CMP field |
void | setLanguageId(java.lang.String newValue) This method accesses a non-CMP field |
void | setLocation(java.lang.String newValue) This method accesses a non-CMP field |
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
public CollateralDescriptionAccessBean(java.lang.Integer arg1, java.lang.Integer arg2) throws javax.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
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 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:
The Identifier of the language. 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 COLLDESC.LANGUAGE_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Identifier of the language. For a list of language components, see the LANGUAGE table.
public void setLanguageId(java.lang.String newValue)
public void setLanguageId(java.lang.Integer newValue)
public 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:
The internal reference number that indicates the Collateral that this language specific information relates to.
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:
The internal reference number that indicates the Collateral that this language specific information relates to.
public void setCollateralId(java.lang.String newValue)
public void setCollateralId(java.lang.Integer newValue)
public java.lang.String getMarketingText() throws 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:
The full image path of the Collateral in the Web application.
public void setLocation(java.lang.String newValue)
public 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:
Customizable.
public void setCustomerField2(java.lang.String newValue)
public 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:
Customizable.
public void setCustomerField1(java.lang.String newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.