com.ibm.commerce.marketingcenter.campaign.objects
Class CollateralDescriptionAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
        |
        +--com.ibm.commerce.marketingcenter.campaign.objects.CollateralDescriptionAccessBean

public class CollateralDescriptionAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean

Reserved for IBM internal use.

See Also:
Serialized Form

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

CollateralDescriptionAccessBean

public CollateralDescriptionAccessBean()
constructor

CollateralDescriptionAccessBean

public CollateralDescriptionAccessBean(javax.ejb.EJBObject o)
                                throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

CollateralDescriptionAccessBean

public CollateralDescriptionAccessBean(java.lang.Integer arg0,
                                       java.lang.Integer arg1)
                                throws javax.ejb.CreateException,
                                       java.rmi.RemoteException,
                                       javax.naming.NamingException
constructor
Parameters:
arg0 - java.lang.Integer
arg1 - java.lang.Integer
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
Method Detail

setInitKey_collateralId

public void setInitKey_collateralId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_languageId

public void setInitKey_languageId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLanguageId

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.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLanguageIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLanguageId

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.

Parameters:
newValue - String
Returns:
void

setLanguageId

public 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.

Parameters:
newValue - java.lang.Integer
Returns:
void

getCollateralId

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:

Reserved for IBM internal use.

Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getCollateralIdInEJBType

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.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCollateralId

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.

Parameters:
newValue - String
Returns:
void

setCollateralId

public 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.

Parameters:
newValue - java.lang.Integer
Returns:
void

getMarketingText

public java.lang.String getMarketingText()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException
This method accesses a non-CMP field
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setMarketingText

public void setMarketingText(java.lang.String newValue)
This method accesses a non-CMP field

getLocation

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.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLocation

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.

Parameters:
newValue - java.lang.String
Returns:
void

getCustomerField2

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:

Reserved for IBM internal use.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCustomerField2

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.

Parameters:
newValue - java.lang.String
Returns:
void

getCustomerField1

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:

Reserved for IBM internal use.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setCustomerField1

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.

Parameters:
newValue - java.lang.String
Returns:
void