test.ojb.ejb
Class PlzEntryImpl

java.lang.Object
  |
  +--test.ojb.ejb.PlzEntryImpl
All Implemented Interfaces:
PlzEntry, java.io.Serializable

public class PlzEntryImpl
extends java.lang.Object
implements PlzEntry, java.io.Serializable

Implementation of the business object. No EJB infrastructure in here !

See Also:
Serialized Form

Constructor Summary
PlzEntryImpl()
          PlzEntryImpl constructor comment.
 
Method Summary
 java.lang.String getHnumber()
          Insert the method's description here.
 int getId()
          Insert the method's description here.
 ObjectModificationDefaultImpl getMod()
           
 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 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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlzEntryImpl

public PlzEntryImpl()
PlzEntryImpl constructor comment.

Method Detail

getHnumber

public java.lang.String getHnumber()
Insert the method's description here. Creation date: (21.11.00 16:23:13)

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

getId

public int getId()
Insert the method's description here. Creation date: (21.11.00 16:23:13)

Specified by:
getId in interface PlzEntry
Returns:
int

getPostalcode

public java.lang.String getPostalcode()
Insert the method's description here. Creation date: (21.11.00 16:23:19)

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

getSmalltown

public java.lang.String getSmalltown()
Insert the method's description here. Creation date: (21.11.00 16:23:19)

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

getStreet

public java.lang.String getStreet()
Insert the method's description here. Creation date: (21.11.00 16:23:19)

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

getTown

public java.lang.String getTown()
Insert the method's description here. Creation date: (21.11.00 16:23:20)

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

setHnumber

public void setHnumber(java.lang.String newHnumber)
Insert the method's description here. Creation date: (21.11.00 16:23:13)

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

setId

public void setId(int newId)
Insert the method's description here. Creation date: (21.11.00 16:23:13)

Specified by:
setId in interface PlzEntry
Parameters:
newId - int

setPostalcode

public void setPostalcode(java.lang.String newPostalcode)
Insert the method's description here. Creation date: (21.11.00 16:23:19)

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

setSmalltown

public void setSmalltown(java.lang.String newSmalltown)
Insert the method's description here. Creation date: (21.11.00 16:23:19)

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

setStreet

public void setStreet(java.lang.String newStreet)
Insert the method's description here. Creation date: (21.11.00 16:23:19)

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

setTown

public void setTown(java.lang.String newTown)
Insert the method's description here. Creation date: (21.11.00 16:23:20)

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

getMod

public ObjectModificationDefaultImpl getMod()

getReserve

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

Specified by:
getReserve in interface PlzEntry
Returns:
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:16:50)

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


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