|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.ejb.PlzEntryImpl
Implementation of the business object. No EJB infrastructure in here !
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 |
public PlzEntryImpl()
Method Detail |
public java.lang.String getHnumber()
getHnumber
in interface PlzEntry
public int getId()
getId
in interface PlzEntry
public java.lang.String getPostalcode()
getPostalcode
in interface PlzEntry
public java.lang.String getSmalltown()
getSmalltown
in interface PlzEntry
public java.lang.String getStreet()
getStreet
in interface PlzEntry
public java.lang.String getTown()
getTown
in interface PlzEntry
public void setHnumber(java.lang.String newHnumber)
setHnumber
in interface PlzEntry
newHnumber
- java.lang.Stringpublic void setId(int newId)
setId
in interface PlzEntry
newId
- intpublic void setPostalcode(java.lang.String newPostalcode)
setPostalcode
in interface PlzEntry
newPostalcode
- java.lang.Stringpublic void setSmalltown(java.lang.String newSmalltown)
setSmalltown
in interface PlzEntry
newSmalltown
- java.lang.Stringpublic void setStreet(java.lang.String newStreet)
setStreet
in interface PlzEntry
newStreet
- java.lang.Stringpublic void setTown(java.lang.String newTown)
setTown
in interface PlzEntry
newTown
- java.lang.Stringpublic ObjectModificationDefaultImpl getMod()
public java.lang.String getReserve() throws java.rmi.RemoteException
getReserve
in interface PlzEntry
java.rmi.RemoteException
public void setReserve(java.lang.String newReserve) throws java.rmi.RemoteException
setReserve
in interface PlzEntry
java.rmi.RemoteException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |