Modifying the ejbLoad and ejbStore methods
When an entity bean is created, Rational Application Developer
automatically generates a rudimentary ejbLoad method and a rudimentary ejbStore
method, which you can customize in the course of your development. At this
time, you will ensure that these methods implement the default behavior defined
in the com.ibm.commerce.base.objects.ECEntityBean
abstract
class, which your entity bean extends.