|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.indeinl.AbstractAnhEntsorger
public abstract class AbstractAnhEntsorger
A class that represents a row in the ANH_50_ENTSORGER table.
You can customize the behavior of this class by editing the class, AnhEntsorger
.
WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
by MyEclipse Hibernate tool integration.
Constructor Summary | |
---|---|
AbstractAnhEntsorger()
Simple constructor of AbstractAnh50Entsorger instances. |
|
AbstractAnhEntsorger(java.lang.Integer entsorgerid)
Constructor of AbstractAnh50Entsorger instances given a simple primary key. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values. |
java.lang.String |
getAnsprechpartner()
Return the value of the ANSPRECHPARTNER column. |
java.lang.String |
getEntsorger()
Return the value of the ENTSORGER column. |
java.lang.Integer |
getEntsorgerid()
Return the simple primary key value that identifies this object. |
java.lang.Integer |
getHausnr()
Return the value of the HAUSNR column. |
java.lang.String |
getOrt()
Return the value of the ORT column. |
java.lang.String |
getPlz()
Return the value of the PLZ column. |
java.lang.String |
getStrasse()
Return the value of the STRASSE column. |
java.lang.String |
getTelefon()
Return the value of the TELEFON column. |
int |
hashCode()
Implementation of the hashCode method conforming to the Bloch pattern with the exception of array properties (these are very unlikely primary key types). |
void |
setAnsprechpartner(java.lang.String ansprechpartner)
Set the value of the ANSPRECHPARTNER column. |
void |
setEntsorger(java.lang.String entsorger)
Set the value of the ENTSORGER column. |
void |
setEntsorgerid(java.lang.Integer entsorgerid)
Set the simple primary key value that identifies this object. |
void |
setHausnr(java.lang.Integer hausnr)
Set the value of the HAUSNR column. |
void |
setOrt(java.lang.String ort)
Set the value of the ORT column. |
void |
setPlz(java.lang.String plz)
Set the value of the PLZ column. |
void |
setStrasse(java.lang.String strasse)
Set the value of the STRASSE column. |
void |
setTelefon(java.lang.String telefon)
Set the value of the TELEFON column. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAnhEntsorger()
public AbstractAnhEntsorger(java.lang.Integer entsorgerid)
entsorgerid
- Method Detail |
---|
public java.lang.Integer getEntsorgerid()
public void setEntsorgerid(java.lang.Integer entsorgerid)
entsorgerid
- public java.lang.String getEntsorger()
public void setEntsorger(java.lang.String entsorger)
entsorger
- public java.lang.String getStrasse()
public void setStrasse(java.lang.String strasse)
strasse
- public java.lang.Integer getHausnr()
public void setHausnr(java.lang.Integer hausnr)
hausnr
- public java.lang.String getPlz()
public void setPlz(java.lang.String plz)
plz
- public java.lang.String getOrt()
public void setOrt(java.lang.String ort)
ort
- public java.lang.String getAnsprechpartner()
public void setAnsprechpartner(java.lang.String ansprechpartner)
ansprechpartner
- public java.lang.String getTelefon()
public void setTelefon(java.lang.String telefon)
telefon
- public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
rhs
-
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |