de.bielefeld.umweltamt.aui.mappings.indeinl
Class AbstractViewBwk

java.lang.Object
  extended by de.bielefeld.umweltamt.aui.mappings.indeinl.AbstractViewBwk
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ViewBwk

public abstract class AbstractViewBwk
extends java.lang.Object
implements java.io.Serializable

A class that represents a row in the ANH_BWK table. You can customize the behavior of this class by editing the class, AnhBwkFachdaten. WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized by MyEclipse Hibernate tool integration.

See Also:
Serialized Form

Constructor Summary
AbstractViewBwk()
          Simple constructor of AbstractAnhBwk instances.
AbstractViewBwk(java.lang.Integer bwkId)
          Constructor of AbstractAnhBwk 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.Boolean getAba()
          Return the value of the ABA column.
 java.lang.String getAbnahme()
          Return the value of the ABNAHME column.
 java.util.Date getAnschreiben()
          Return the value of the ANSCHREIBEN column.
 BasisObjekt getBasisObjekt()
          Return the value of the OBJEKTID column.
 java.lang.String getBemerkungen()
          Return the value of the BEMERKUNGEN column.
 java.lang.String getBetranrede()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getBetrname()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getBetrnamezus()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getBranche()
          Return the value of the BRANCHE column.
 java.lang.Integer getBwkId()
          Return the simple primary key value that identifies this object.
 java.util.Date getDatumG()
          Return the value of the DATUM_G column.
 java.lang.Integer getErfassung()
          Return the value of the ERFASSUNG column.
 java.lang.Boolean getGenehmigung()
          Return the value of the GENEHMIGUNG column.
 java.lang.Integer getHausnr()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getHausnrzus()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getKBrennmittel()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getKHersteller()
          Return the value of the K_HERSTELLER column.
 java.lang.Integer getKLeistung()
          Return the value of the K_LEISTUNG column.
 java.lang.String getKTyp()
          Return the value of the K_TYP column.
 java.lang.String getStrasse()
          Return the value of the K_BRENNMITTEL column.
 java.lang.String getWAbgasleitung()
          Return the value of the W_ABGASLEITUNG column.
 java.lang.String getWBrenner()
          Return the value of the W_BRENNER column.
 java.lang.String getWKondensableitung()
          Return the value of the W_KONDENSABLEITUNG column.
 java.lang.String getWWaermetauscher()
          Return the value of the W_WAERMETAUSCHER 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 setAba(java.lang.Boolean aba)
          Set the value of the ABA column.
 void setAbnahme(java.lang.String abnahme)
          Set the value of the ABNAHME column.
 void setAnschreiben(java.util.Date anschreiben)
          Set the value of the ANSCHREIBEN column.
 void setBasisObjekt(BasisObjekt basisObjekt)
          Set the value of the OBJEKTID column.
 void setBemerkungen(java.lang.String bemerkungen)
          Set the value of the BEMERKUNGEN column.
 void setBetranrede(java.lang.String betranrede)
          Set the value of the K_BRENNMITTEL column.
 void setBetrname(java.lang.String betrname)
          Set the value of the K_BRENNMITTEL column.
 void setBetrnamezus(java.lang.String betrnamezus)
          Set the value of the K_BRENNMITTEL column.
 void setBranche(java.lang.String branche)
          Set the value of the BRANCHE column.
 void setBwkId(java.lang.Integer bwkId)
          Set the simple primary key value that identifies this object.
 void setDatumG(java.util.Date datumG)
          Set the value of the DATUM_G column.
 void setErfassung(java.lang.Integer erfassung)
          Set the value of the ERFASSUNG column.
 void setGenehmigung(java.lang.Boolean genehmigung)
          Set the value of the GENEHMIGUNG column.
 void setHausnr(java.lang.Integer hausnr)
          Set the value of the K_BRENNMITTEL column.
 void setHausnrzus(java.lang.String hausnrzus)
          Set the value of the K_BRENNMITTEL column.
 void setKBrennmittel(java.lang.String kBrennmittel)
          Set the value of the K_BRENNMITTEL column.
 void setKHersteller(java.lang.String kHersteller)
          Set the value of the K_HERSTELLER column.
 void setKLeistung(java.lang.Integer kLeistung)
          Set the value of the K_LEISTUNG column.
 void setKTyp(java.lang.String kTyp)
          Set the value of the K_TYP column.
 void setStrasse(java.lang.String strasse)
          Set the value of the K_BRENNMITTEL column.
 void setWAbgasleitung(java.lang.String wAbgasleitung)
          Set the value of the W_ABGASLEITUNG column.
 void setWBrenner(java.lang.String wBrenner)
          Set the value of the W_BRENNER column.
 void setWKondensableitung(java.lang.String wKondensableitung)
          Set the value of the W_KONDENSABLEITUNG column.
 void setWWaermetauscher(java.lang.String wWaermetauscher)
          Set the value of the W_WAERMETAUSCHER column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractViewBwk

public AbstractViewBwk()
Simple constructor of AbstractAnhBwk instances.


AbstractViewBwk

public AbstractViewBwk(java.lang.Integer bwkId)
Constructor of AbstractAnhBwk instances given a simple primary key.

Parameters:
bwkId -
Method Detail

getBwkId

public java.lang.Integer getBwkId()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Integer

setBwkId

public void setBwkId(java.lang.Integer bwkId)
Set the simple primary key value that identifies this object.

Parameters:
bwkId -

getBasisObjekt

public BasisObjekt getBasisObjekt()
Return the value of the OBJEKTID column.

Returns:
BasisObjekt

setBasisObjekt

public void setBasisObjekt(BasisObjekt basisObjekt)
Set the value of the OBJEKTID column.

Parameters:
basisObjekt -

getBetranrede

public java.lang.String getBetranrede()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setBetranrede

public void setBetranrede(java.lang.String betranrede)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getBetrname

public java.lang.String getBetrname()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setBetrname

public void setBetrname(java.lang.String betrname)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getBetrnamezus

public java.lang.String getBetrnamezus()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setBetrnamezus

public void setBetrnamezus(java.lang.String betrnamezus)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getStrasse

public java.lang.String getStrasse()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setStrasse

public void setStrasse(java.lang.String strasse)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getHausnr

public java.lang.Integer getHausnr()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setHausnr

public void setHausnr(java.lang.Integer hausnr)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getHausnrzus

public java.lang.String getHausnrzus()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setHausnrzus

public void setHausnrzus(java.lang.String hausnrzus)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getBranche

public java.lang.String getBranche()
Return the value of the BRANCHE column.

Returns:
java.lang.String

setBranche

public void setBranche(java.lang.String branche)
Set the value of the BRANCHE column.

Parameters:
branche -

getKHersteller

public java.lang.String getKHersteller()
Return the value of the K_HERSTELLER column.

Returns:
java.lang.String

setKHersteller

public void setKHersteller(java.lang.String kHersteller)
Set the value of the K_HERSTELLER column.

Parameters:
kHersteller -

getKTyp

public java.lang.String getKTyp()
Return the value of the K_TYP column.

Returns:
java.lang.String

setKTyp

public void setKTyp(java.lang.String kTyp)
Set the value of the K_TYP column.

Parameters:
kTyp -

getKBrennmittel

public java.lang.String getKBrennmittel()
Return the value of the K_BRENNMITTEL column.

Returns:
java.lang.String

setKBrennmittel

public void setKBrennmittel(java.lang.String kBrennmittel)
Set the value of the K_BRENNMITTEL column.

Parameters:
kBrennmittel -

getKLeistung

public java.lang.Integer getKLeistung()
Return the value of the K_LEISTUNG column.

Returns:
java.lang.Integer

setKLeistung

public void setKLeistung(java.lang.Integer kLeistung)
Set the value of the K_LEISTUNG column.

Parameters:
kLeistung -

getDatumG

public java.util.Date getDatumG()
Return the value of the DATUM_G column.

Returns:
java.util.Date

setDatumG

public void setDatumG(java.util.Date datumG)
Set the value of the DATUM_G column.

Parameters:
datumG -

getAba

public java.lang.Boolean getAba()
Return the value of the ABA column.

Returns:
java.lang.Short

setAba

public void setAba(java.lang.Boolean aba)
Set the value of the ABA column.

Parameters:
aba -

getWBrenner

public java.lang.String getWBrenner()
Return the value of the W_BRENNER column.

Returns:
java.lang.String

setWBrenner

public void setWBrenner(java.lang.String wBrenner)
Set the value of the W_BRENNER column.

Parameters:
wBrenner -

getWWaermetauscher

public java.lang.String getWWaermetauscher()
Return the value of the W_WAERMETAUSCHER column.

Returns:
java.lang.String

setWWaermetauscher

public void setWWaermetauscher(java.lang.String wWaermetauscher)
Set the value of the W_WAERMETAUSCHER column.

Parameters:
wWaermetauscher -

getWAbgasleitung

public java.lang.String getWAbgasleitung()
Return the value of the W_ABGASLEITUNG column.

Returns:
java.lang.String

setWAbgasleitung

public void setWAbgasleitung(java.lang.String wAbgasleitung)
Set the value of the W_ABGASLEITUNG column.

Parameters:
wAbgasleitung -

getWKondensableitung

public java.lang.String getWKondensableitung()
Return the value of the W_KONDENSABLEITUNG column.

Returns:
java.lang.String

setWKondensableitung

public void setWKondensableitung(java.lang.String wKondensableitung)
Set the value of the W_KONDENSABLEITUNG column.

Parameters:
wKondensableitung -

getAbnahme

public java.lang.String getAbnahme()
Return the value of the ABNAHME column.

Returns:
java.lang.String

setAbnahme

public void setAbnahme(java.lang.String abnahme)
Set the value of the ABNAHME column.

Parameters:
abnahme -

getBemerkungen

public java.lang.String getBemerkungen()
Return the value of the BEMERKUNGEN column.

Returns:
java.lang.String

setBemerkungen

public void setBemerkungen(java.lang.String bemerkungen)
Set the value of the BEMERKUNGEN column.

Parameters:
bemerkungen -

getAnschreiben

public java.util.Date getAnschreiben()
Return the value of the ANSCHREIBEN column.

Returns:
java.lang.String

setAnschreiben

public void setAnschreiben(java.util.Date anschreiben)
Set the value of the ANSCHREIBEN column.

Parameters:
anschreiben -

getErfassung

public java.lang.Integer getErfassung()
Return the value of the ERFASSUNG column.

Returns:
java.lang.Integer

setErfassung

public void setErfassung(java.lang.Integer erfassung)
Set the value of the ERFASSUNG column.

Parameters:
erfassung -

getGenehmigung

public java.lang.Boolean getGenehmigung()
Return the value of the GENEHMIGUNG column.

Returns:
java.lang.Short

setGenehmigung

public void setGenehmigung(java.lang.Boolean genehmigung)
Set the value of the GENEHMIGUNG column.

Parameters:
genehmigung -

equals

public boolean equals(java.lang.Object rhs)
Implementation of the equals comparison on the basis of equality of the primary key values.

Overrides:
equals in class java.lang.Object
Parameters:
rhs -
Returns:
boolean

hashCode

public 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).

Overrides:
hashCode in class java.lang.Object
Returns:
int