test.ojb.ejb
Interface PlzEntry

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
PlzEntryBmp
All Known Implementing Classes:
PlzEntryBmpBean, PlzEntryImpl

public interface PlzEntry
extends java.io.Serializable

The Business interface of PlzEntries (entries in a large postalcode database).


Method Summary
 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 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.
 

Method Detail

getHnumber

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

Returns:
java.lang.String
java.rmi.RemoteException

getId

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

Returns:
int
java.rmi.RemoteException

getPostalcode

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

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: (21.11.00 16:23:19)

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: (21.11.00 16:23:19)

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: (21.11.00 16:23:20)

Returns:
java.lang.String
java.rmi.RemoteException

setHnumber

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

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: (21.11.00 16:23:13)

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: (21.11.00 16:23:19)

Parameters:
newPostalcode - java.lang.String
java.rmi.RemoteException

setSmalltown

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

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: (21.11.00 16:23:19)

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: (21.11.00 16:23:20)

Parameters:
newTown - java.lang.String
java.rmi.RemoteException

getReserve

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

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: (21.11.00 16:23:20)

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