|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.basis.AbstractBasisBetreiber
public abstract class AbstractBasisBetreiber
A class that represents a row in the BASIS_BETREIBER table.
You can customize the behavior of this class by editing the class, BasisBetreiber
.
WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.
Constructor Summary | |
---|---|
AbstractBasisBetreiber()
Simple constructor of AbstractBasisBetreiber instances. |
|
AbstractBasisBetreiber(java.lang.Integer betreiberid)
Constructor of AbstractBasisBetreiber 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 |
getBemerkungen()
Return the value of the BEMERKUNGEN column. |
java.lang.String |
getBetranrede()
Return the value of the BETRANREDE column. |
java.lang.Integer |
getBetreiberid()
Return the simple primary key value that identifies this object. |
java.lang.String |
getBetrname()
Return the value of the BETRNAME column. |
java.lang.String |
getBetrnamezus()
Return the value of the BETRNAMEZUS column. |
java.lang.String |
getEmail()
Return the value of the EMAIL column. |
java.lang.Integer |
getHausnr()
Return the value of the HAUSNR column. |
java.lang.String |
getHausnrzus()
Return the value of the HAUSNRZUS column. |
java.lang.String |
getKassenzeichen()
Return the value of the Kassenzeichen column. |
java.lang.String |
getNamebetrbeauf()
Return the value of the NAMEBETRBEAUF 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 |
getPlzzs()
Return the value of the PLZZS column. |
java.util.Date |
getRevidatum()
Return the value of the REVIDATUM column. |
java.lang.String |
getRevihandz()
Return the value of the REVIHANDZ column. |
java.lang.String |
getStrasse()
Return the value of the STRASSE column. |
java.lang.String |
getTelefax()
Return the value of the TELEFAX column. |
java.lang.String |
getTelefon()
Return the value of the TELEFON column. |
VawsWirtschaftszweige |
getVawsWirtschaftszweige()
Return the value of the WIRTSCHAFTSZWEIGID column. |
java.lang.String |
getVornamebetrbeauf()
Return the value of the VORNAMEBETRBEAUF 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 |
setBemerkungen(java.lang.String bemerkungen)
Set the value of the BEMERKUNGEN column. |
void |
setBetranrede(java.lang.String betranrede)
Set the value of the BETRANREDE column. |
void |
setBetreiberid(java.lang.Integer betreiberid)
Set the simple primary key value that identifies this object. |
void |
setBetrname(java.lang.String betrname)
Set the value of the BETRNAME column. |
void |
setBetrnamezus(java.lang.String betrnamezus)
Set the value of the BETRNAMEZUS column. |
void |
setEmail(java.lang.String email)
Set the value of the EMAIL column. |
void |
setHausnr(java.lang.Integer hausnr)
Set the value of the HAUSNR column. |
void |
setHausnrzus(java.lang.String hausnrzus)
Set the value of the HAUSNRZUS column. |
void |
setKassenzeichen(java.lang.String kassenzeichen)
Set the value of the Kassenzeichen column. |
void |
setNamebetrbeauf(java.lang.String namebetrbeauf)
Set the value of the NAMEBETRBEAUF 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 |
setPlzzs(java.lang.String plzzs)
Set the value of the PLZZS column. |
void |
setRevidatum(java.util.Date revidatum)
Set the value of the REVIDATUM column. |
void |
setRevihandz(java.lang.String revihandz)
Set the value of the REVIHANDZ column. |
void |
setStrasse(java.lang.String strasse)
Set the value of the STRASSE column. |
void |
setTelefax(java.lang.String telefax)
Set the value of the TELEFAX column. |
void |
setTelefon(java.lang.String telefon)
Set the value of the TELEFON column. |
void |
setVawsWirtschaftszweige(VawsWirtschaftszweige vawsWirtschaftszweige)
Set the value of the WIRTSCHAFTSZWEIGID column. |
void |
setVornamebetrbeauf(java.lang.String vornamebetrbeauf)
Set the value of the VORNAMEBETRBEAUF column. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractBasisBetreiber()
public AbstractBasisBetreiber(java.lang.Integer betreiberid)
betreiberid
- Method Detail |
---|
public java.lang.Integer getBetreiberid()
public void setBetreiberid(java.lang.Integer betreiberid)
betreiberid
- public java.lang.String getBetranrede()
public void setBetranrede(java.lang.String betranrede)
betranrede
- public java.lang.String getBetrname()
public void setBetrname(java.lang.String betrname)
betrname
- public java.lang.String getBetrnamezus()
public void setBetrnamezus(java.lang.String betrnamezus)
betrnamezus
- public java.lang.String getNamebetrbeauf()
public void setNamebetrbeauf(java.lang.String namebetrbeauf)
namebetrbeauf
- public java.lang.String getVornamebetrbeauf()
public void setVornamebetrbeauf(java.lang.String vornamebetrbeauf)
vornamebetrbeauf
- 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 getHausnrzus()
public void setHausnrzus(java.lang.String hausnrzus)
hausnrzus
- public java.lang.String getPlzzs()
public void setPlzzs(java.lang.String plzzs)
plzzs
- 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 getTelefon()
public void setTelefon(java.lang.String telefon)
telefon
- public java.lang.String getTelefax()
public void setTelefax(java.lang.String telefax)
telefax
- public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email
- public VawsWirtschaftszweige getVawsWirtschaftszweige()
public void setVawsWirtschaftszweige(VawsWirtschaftszweige vawsWirtschaftszweige)
vawsWirtschaftszweige
- public java.lang.String getBemerkungen()
public void setBemerkungen(java.lang.String bemerkungen)
bemerkungen
- public java.util.Date getRevidatum()
public void setRevidatum(java.util.Date revidatum)
revidatum
- public java.lang.String getRevihandz()
public void setRevihandz(java.lang.String revihandz)
revihandz
- public java.lang.String getKassenzeichen()
public void setKassenzeichen(java.lang.String kassenzeichen)
revihandz
- 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 |