com.ibm.commerce.contract.objects
Class TradingDescriptionBean

java.lang.Object
  |
  +--com.ibm.commerce.base.objects.ECEntityBean
        |
        +--com.ibm.commerce.contract.objimpl.TradingDescriptionBeanBase
              |
              +--com.ibm.commerce.contract.objects.TradingDescriptionBean

public class TradingDescriptionBean
extends TradingDescriptionBeanBase

This bean provides access to the TRDDESC table.

The following is a description of this table:

The trading agreement description table.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.ibm.commerce.contract.objimpl. TradingDescriptionBeanBase
languageId, shortDescription, timeCreated, timeUpdated, tradingId
 
Constructor Summary
TradingDescriptionBean()
           
 
Method Summary
 java.util.Hashtable _copyFromEJB()
           
 void _copyToEJB(java.util.Hashtable h)
          Method _copyToEJB.
protected  java.util.Vector _getLinks()
          Method _getLinks.
protected  void _initLinks()
          Method _initLinks.
protected  void _removeLinks()
          Method _removeLinks.
 void ejbActivate()
           
 com.ibm.commerce.contract.objects.TradingDescriptionKey ejbCreate(java.lang.Long argTradingId, java.lang.Integer argLanguageId)
          Constructs a TradingDescriptionAccessBean object with the specified trading ID, and the language ID.
 void ejbLoad()
           
 void ejbPassivate()
           
 void ejbPostCreate(java.lang.Long argTradingId, java.lang.Integer argLanguageId)
          The post create method for the bean.
 void ejbRemove()
           
 void ejbStore()
           
 
Methods inherited from class com.ibm.commerce.contract.objimpl. TradingDescriptionBeanBase
getLanguageId, getLongDescription, getShortDescription, getTimeCreated, getTimeUpdated, getTradingId, setLanguageId, setLongDescription, setShortDescription, setTimeCreated, setTimeUpdated, setTradingId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TradingDescriptionBean

public TradingDescriptionBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()
See Also:
com.ibm.commerce.base.objects.ECEntityBean#_copyFromEJB()

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)
Method _copyToEJB.
Parameters:
h -

_getLinks

protected java.util.Vector _getLinks()
Method _getLinks.
Returns:
Vector

_initLinks

protected void _initLinks()
Method _initLinks.

_removeLinks

protected void _removeLinks()
                     throws javax.ejb.RemoveException
Method _removeLinks.
Throws:
RemoveException

ejbActivate

public void ejbActivate()
See Also:
javax.ejb.EntityBean#ejbActivate()

ejbCreate

public com.ibm.commerce.contract.objects.TradingDescriptionKey ejbCreate(java.lang.Long argTradingId,
                                                                         java.lang.Integer argLanguageId)
                                                                  throws javax.ejb.CreateException
Description copied from class: TradingDescriptionBeanBase
Constructs a TradingDescriptionAccessBean object with the specified trading ID, and the language ID.
Overrides:
ejbCreate in class TradingDescriptionBeanBase
Parameters:
argTradingId - The trading agreement ID.
argLanguageId - The language ID.
javax.ejb.CreateException
See Also:
TradingDescriptionBeanBase.ejbCreate(Long, Integer)

ejbLoad

public void ejbLoad()
See Also:
com.ibm.commerce.base.objects.ECEntityBean#ejbLoad()

ejbPassivate

public void ejbPassivate()
See Also:
javax.ejb.EntityBean#ejbPassivate()

ejbPostCreate

public void ejbPostCreate(java.lang.Long argTradingId,
                          java.lang.Integer argLanguageId)
The post create method for the bean.
Parameters:
argTradingId - The trading agreement ID.
argLanguageId - The language ID.

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
javax.ejb.RemoveException
See Also:
javax.ejb.EntityBean#ejbRemove()

ejbStore

public void ejbStore()
See Also:
com.ibm.commerce.base.objects.ECEntityBean#ejbStore()