test.ojb.ejb
Class PlzEntryBmpBean

java.lang.Object
  |
  +--test.ojb.ejb.PlzEntryBmpBean
All Implemented Interfaces:
javax.ejb.EnterpriseBean, javax.ejb.EntityBean, PlzEntry, java.io.Serializable

public class PlzEntryBmpBean
extends java.lang.Object
implements javax.ejb.EntityBean, PlzEntry

This is an Entity Bean class with BMP fields. You will find all neccessary to code to use the OJB PersistenceBroker in the EJB context in this class.

Author:
Thomas Mahler
See Also:
Serialized Form

Field Summary
(package private) static PersistenceBroker _broker
           
(package private) static boolean _trace
           
(package private) static long serialVersionUID
           
(package private)  PlzEntryImpl valueObject
           
 
Constructor Summary
PlzEntryBmpBean()
           
 
Method Summary
 void ejbActivate()
          ejbActivate method comment
 PlzEntryBmpKey ejbCreate(int id)
          ejbCreate method for a BMP entity bean
 PlzEntryBmpKey ejbCreate(PlzEntryBmpKey key)
          ejbCreate method for a BMP entity bean
 PlzEntryBmpKey ejbFindById(int id)
          ejbFindByPrimaryKey method comment
 PlzEntryBmpKey ejbFindByPrimaryKey(PlzEntryBmpKey primaryKey)
          ejbFindByPrimaryKey method comment
 java.util.Enumeration ejbFindByTown(java.lang.String town)
          ejbFindByPrimaryKey method comment
 void ejbLoad()
          ejbLoad method comment
 void ejbPassivate()
          ejbPassivate method comment
 void ejbPostCreate(PlzEntryBmpKey key)
          ejbPostCreate method for a BMP entity bean
 void ejbRemove()
          ejbRemove method comment
 void ejbStore()
          ejbStore method comment
 javax.ejb.EntityContext getEntityContext()
          getEntityContext method comment
 java.lang.String getHnumber()
          Insert the method's description here.
 int getId()
          Insert the method's description here.
 java.lang.String getPostalcode()
          Insert the method's description here.
 java.lang.String getReserve()
          Insert the method's description here.
 java.lang.String getSmalltown()
          Insert the method's description here.
 java.lang.String getStreet()
          Insert the method's description here.
 java.lang.String getTown()
          Insert the method's description here.
 void setEntityContext(javax.ejb.EntityContext ctx)
          setEntityContext method comment
 void setHnumber(java.lang.String newHnumber)
          Insert the method's description here.
 void setId(int newId)
          Insert the method's description here.
 void setPostalcode(java.lang.String newPostalcode)
          Insert the method's description here.
 void setReserve(java.lang.String newReserve)
          Insert the method's description here.
 void setSmalltown(java.lang.String newSmalltown)
          Insert the method's description here.
 void setStreet(java.lang.String newStreet)
          Insert the method's description here.
 void setTown(java.lang.String newTown)
          Insert the method's description here.
 void unsetEntityContext()
          unsetEntityContext method comment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

_broker

static PersistenceBroker _broker

valueObject

PlzEntryImpl valueObject

_trace

static final boolean _trace
See Also:
Constant Field Values
Constructor Detail

PlzEntryBmpBean

public PlzEntryBmpBean()
Method Detail

ejbActivate

public void ejbActivate()
                 throws java.rmi.RemoteException
ejbActivate method comment

Specified by:
ejbActivate in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException - The exception description.

ejbCreate

public PlzEntryBmpKey ejbCreate(int id)
                         throws javax.ejb.CreateException,
                                java.rmi.RemoteException
ejbCreate method for a BMP entity bean

Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.

ejbFindById

public PlzEntryBmpKey ejbFindById(int id)
                           throws java.rmi.RemoteException,
                                  javax.ejb.FinderException
ejbFindByPrimaryKey method comment

Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

ejbFindByPrimaryKey

public PlzEntryBmpKey ejbFindByPrimaryKey(PlzEntryBmpKey primaryKey)
                                   throws java.rmi.RemoteException,
                                          javax.ejb.FinderException
ejbFindByPrimaryKey method comment

Parameters:
primaryKey - com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

ejbFindByTown

public java.util.Enumeration ejbFindByTown(java.lang.String town)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException
ejbFindByPrimaryKey method comment

Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.FinderException - The exception description.

ejbLoad

public void ejbLoad()
             throws java.rmi.RemoteException
ejbLoad method comment

Specified by:
ejbLoad in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException - The exception description.

ejbPassivate

public void ejbPassivate()
                  throws java.rmi.RemoteException
ejbPassivate method comment

Specified by:
ejbPassivate in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException - The exception description.

ejbRemove

public void ejbRemove()
               throws java.rmi.RemoteException,
                      javax.ejb.RemoveException
ejbRemove method comment

Specified by:
ejbRemove in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException - The exception description.
javax.ejb.RemoveException - The exception description.

ejbStore

public void ejbStore()
              throws java.rmi.RemoteException
ejbStore method comment

Specified by:
ejbStore in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException - The exception description.

getEntityContext

public javax.ejb.EntityContext getEntityContext()
getEntityContext method comment

Returns:
javax.ejb.EntityContext

getHnumber

public java.lang.String getHnumber()
                            throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
getHnumber in interface PlzEntry
Returns:
java.lang.String
java.rmi.RemoteException

getId

public int getId()
          throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
getId in interface PlzEntry
Returns:
int
java.rmi.RemoteException

getPostalcode

public java.lang.String getPostalcode()
                               throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
getPostalcode in interface PlzEntry
Returns:
java.lang.String
java.rmi.RemoteException

getReserve

public java.lang.String getReserve()
                            throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:55:03)

Specified by:
getReserve in interface PlzEntry
Returns:
java.lang.String
java.rmi.RemoteException

getSmalltown

public java.lang.String getSmalltown()
                              throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
getSmalltown in interface PlzEntry
Returns:
java.lang.String
java.rmi.RemoteException

getStreet

public java.lang.String getStreet()
                           throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
getStreet in interface PlzEntry
Returns:
java.lang.String
java.rmi.RemoteException

getTown

public java.lang.String getTown()
                         throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
getTown in interface PlzEntry
Returns:
java.lang.String
java.rmi.RemoteException

setEntityContext

public void setEntityContext(javax.ejb.EntityContext ctx)
                      throws java.rmi.RemoteException
setEntityContext method comment

Specified by:
setEntityContext in interface javax.ejb.EntityBean
Parameters:
ctx - javax.ejb.EntityContext
Throws:
java.rmi.RemoteException - The exception description.

setHnumber

public void setHnumber(java.lang.String newHnumber)
                throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
setHnumber in interface PlzEntry
Parameters:
newHnumber - java.lang.String
java.rmi.RemoteException

setId

public void setId(int newId)
           throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
setId in interface PlzEntry
Parameters:
newId - int
java.rmi.RemoteException

setPostalcode

public void setPostalcode(java.lang.String newPostalcode)
                   throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
setPostalcode in interface PlzEntry
Parameters:
newPostalcode - java.lang.String
java.rmi.RemoteException

setReserve

public void setReserve(java.lang.String newReserve)
                throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:55:03)

Specified by:
setReserve in interface PlzEntry
java.rmi.RemoteException

setSmalltown

public void setSmalltown(java.lang.String newSmalltown)
                  throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
setSmalltown in interface PlzEntry
Parameters:
newSmalltown - java.lang.String
java.rmi.RemoteException

setStreet

public void setStreet(java.lang.String newStreet)
               throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
setStreet in interface PlzEntry
Parameters:
newStreet - java.lang.String
java.rmi.RemoteException

setTown

public void setTown(java.lang.String newTown)
             throws java.rmi.RemoteException
Insert the method's description here. Creation date: (24.11.00 12:00:53)

Specified by:
setTown in interface PlzEntry
Parameters:
newTown - java.lang.String
java.rmi.RemoteException

unsetEntityContext

public void unsetEntityContext()
                        throws java.rmi.RemoteException
unsetEntityContext method comment

Specified by:
unsetEntityContext in interface javax.ejb.EntityBean
Throws:
java.rmi.RemoteException - The exception description.

ejbCreate

public PlzEntryBmpKey ejbCreate(PlzEntryBmpKey key)
                         throws javax.ejb.CreateException,
                                java.rmi.RemoteException
ejbCreate method for a BMP entity bean

Parameters:
key - com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Returns:
com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Throws:
javax.ejb.CreateException - The exception description.
java.rmi.RemoteException - The exception description.

ejbPostCreate

public void ejbPostCreate(PlzEntryBmpKey key)
                   throws java.rmi.RemoteException
ejbPostCreate method for a BMP entity bean

Parameters:
key - com.itellium.aeservices.j2ee.gamsy.plz.bmp.PlzEntryBmpKey
Throws:
java.rmi.RemoteException - The exception description.


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04