com.bankframe.examples.bo.impl.address
Class AddressBean

java.lang.Object
  extended bycom.bankframe.examples.bo.address.AddressBean
      extended bycom.bankframe.examples.bo.impl.address.AddressBean
All Implemented Interfaces:
EEntity, java.io.Serializable
Direct Known Subclasses:
AddressBMPBean

public class AddressBean
extends AddressBean
implements EEntity

This class defines the basis of the Address Entity EJB implementation.

Author:
ETU
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.bankframe.examples.bo.address.AddressBean
addressLine1, addressLine2, addressLine3, addressLine4, country, ownerId, postCode
 
Fields inherited from interface com.bankframe.ejb.EEntity
serialVersionUID
 
Constructor Summary
AddressBean()
          Default constructor
 
Method Summary
 DataPacket toDataPacket()
          This method converts an Address instance to a DataPacket.
 
Methods inherited from class com.bankframe.examples.bo.address.AddressBean
amend, create, getAddressLine1, getAddressLine2, getAddressLine3, getAddressLine4, getCountry, getOwnerId, getPostCode
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddressBean

public AddressBean()
Default constructor

Method Detail

toDataPacket

public DataPacket toDataPacket()
                        throws java.rmi.RemoteException
This method converts an Address instance to a DataPacket.

Specified by:
toDataPacket in interface EEntity
Returns:
an DataPacket instance
Throws:
java.rmi.RemoteException


Copyright © 2004 Siebel Systems, Inc. All rights reserved.