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

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

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

A class that represents a row in the ANH_40_FACHDATEN table. You can customize the behavior of this class by editing the class, Anh40Fachdaten(). 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
AbstractAnh40Fachdaten()
          Simple constructor of AbstractAnh40Fachdaten instances.
AbstractAnh40Fachdaten(java.lang.Integer objektid)
          Constructor of AbstractAnh40Fachdaten 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.Integer getAbwmengegenehmigt()
           
 java.lang.Integer getAbwmengegesamt()
           
 java.lang.Integer getAbwmengeprodspez()
           
 java.lang.String getAnsprechpartner()
          Return the value of the ANSPRECHPARTNER column.
 BasisObjekt getBasisObjekt()
          Return the value of the OBJEKTID column.
 java.lang.String getBemerkungen()
          Return the value of the BEMERKUNGEN column.
 java.lang.Boolean getBimsch()
           
 java.util.Date getGen58()
          Return the value of the GEN58 column.
 java.util.Date getGen59()
          Return the value of the GEN59 column.
 java.lang.Boolean getGenehmigungspflicht()
          Return the value of the WSG column.
 java.lang.String getHerkunftsbereich()
          Return the value of the HERKUNFTSBEREICH column.
 java.lang.String getKlaeranlage()
          Return the value of the KLAERANLAGE column.
 java.lang.Boolean getNachtrag()
           
 java.lang.Integer getObjektid()
          Return the simple primary key value that identifies this object.
 java.lang.Short getPrioritaet()
          Return the value of the RELEVANT column.
 java.lang.String getSachbearbeiterheepen()
          Return the value of the SACHBEARBEITERHEEPEN column.
 java.lang.String getSachbearbeiterrav()
          Return the value of the SACHBEARBEITERRAV column.
 java.lang.Boolean getWsg()
          <<<<<<< AbstractAnh40Fachdaten.java Return the value of the WSG 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 setAbwmengegenehmigt(java.lang.Integer abwmengegenehmigt)
           
 void setAbwmengegesamt(java.lang.Integer abwmengegesamt)
           
 void setAbwmengeprodspez(java.lang.Integer abwmengeprodspez)
           
 void setAnsprechpartner(java.lang.String ansprechpartner)
          Set the value of the ANSPRECHPARTNER 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 setBimsch(java.lang.Boolean bimsch)
           
 void setGen58(java.util.Date gen58)
          Set the value of the GEN58 column.
 void setGen59(java.util.Date gen59)
          Set the value of the GEN59 column.
 void setGenehmigungspflicht(java.lang.Boolean genehmigungspflicht)
          Set the value of the WSG column.
 void setHerkunftsbereich(java.lang.String herkunftsbereich)
          Set the value of the HERKUNFTSBEREICH column.
 void setKlaeranlage(java.lang.String klaeranlage)
          Set the value of the HERKUNFTSBEREICH column.
 void setNachtrag(java.lang.Boolean nachtrag)
           
 void setObjektid(java.lang.Integer objektid)
          Set the simple primary key value that identifies this object.
 void setPrioritaet(java.lang.Short prioritaet)
          Set the value of the RELEVANT column.
 void setSachbearbeiterheepen(java.lang.String sachbearbeiterheepen)
          Set the value of the SACHBEARBEITERHEEPEN column.
 void setSachbearbeiterrav(java.lang.String sachbearbeiterrav)
          Set the value of the SACHBEARBEITERRAV column.
 void setWsg(java.lang.Boolean wsg)
          Set the value of the WSG column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnh40Fachdaten

public AbstractAnh40Fachdaten()
Simple constructor of AbstractAnh40Fachdaten instances.


AbstractAnh40Fachdaten

public AbstractAnh40Fachdaten(java.lang.Integer objektid)
Constructor of AbstractAnh40Fachdaten instances given a simple primary key.

Parameters:
id -
Method Detail

getAbwmengegenehmigt

public java.lang.Integer getAbwmengegenehmigt()

setAbwmengegenehmigt

public void setAbwmengegenehmigt(java.lang.Integer abwmengegenehmigt)

getAbwmengegesamt

public java.lang.Integer getAbwmengegesamt()

setAbwmengegesamt

public void setAbwmengegesamt(java.lang.Integer abwmengegesamt)

getAbwmengeprodspez

public java.lang.Integer getAbwmengeprodspez()

setAbwmengeprodspez

public void setAbwmengeprodspez(java.lang.Integer abwmengeprodspez)

getBimsch

public java.lang.Boolean getBimsch()

setBimsch

public void setBimsch(java.lang.Boolean bimsch)

getNachtrag

public java.lang.Boolean getNachtrag()

setNachtrag

public void setNachtrag(java.lang.Boolean nachtrag)

getObjektid

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

Returns:
java.lang.Integer

setObjektid

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

Parameters:
id -

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 -

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 -

getAnsprechpartner

public java.lang.String getAnsprechpartner()
Return the value of the ANSPRECHPARTNER column.

Returns:
java.lang.String

setAnsprechpartner

public void setAnsprechpartner(java.lang.String ansprechpartner)
Set the value of the ANSPRECHPARTNER column.

Parameters:
ansprechpartner -

getSachbearbeiterrav

public java.lang.String getSachbearbeiterrav()
Return the value of the SACHBEARBEITERRAV column.

Returns:
java.lang.String

setSachbearbeiterrav

public void setSachbearbeiterrav(java.lang.String sachbearbeiterrav)
Set the value of the SACHBEARBEITERRAV column.

Parameters:
sachbearbeiter -

getSachbearbeiterheepen

public java.lang.String getSachbearbeiterheepen()
Return the value of the SACHBEARBEITERHEEPEN column.

Returns:
java.lang.String

setSachbearbeiterheepen

public void setSachbearbeiterheepen(java.lang.String sachbearbeiterheepen)
Set the value of the SACHBEARBEITERHEEPEN column.

Parameters:
sachbearbeiter -

getKlaeranlage

public java.lang.String getKlaeranlage()
Return the value of the KLAERANLAGE column.

Returns:
java.lang.String

setKlaeranlage

public void setKlaeranlage(java.lang.String klaeranlage)
Set the value of the HERKUNFTSBEREICH column.

Parameters:
herkunftsbereich -

getHerkunftsbereich

public java.lang.String getHerkunftsbereich()
Return the value of the HERKUNFTSBEREICH column.

Returns:
java.lang.String

setHerkunftsbereich

public void setHerkunftsbereich(java.lang.String herkunftsbereich)
Set the value of the HERKUNFTSBEREICH column.

Parameters:
herkunftsbereich -

getWsg

public java.lang.Boolean getWsg()
<<<<<<< AbstractAnh40Fachdaten.java Return the value of the WSG column.

Returns:
java.lang.Boolean ======= Return the value of the WSG column.

setGenehmigungspflicht

public void setGenehmigungspflicht(java.lang.Boolean genehmigungspflicht)
Set the value of the WSG column.

Parameters:
wsg -

getGenehmigungspflicht

public java.lang.Boolean getGenehmigungspflicht()
Return the value of the WSG column.

Returns:
java.lang.Boolean

setWsg

public void setWsg(java.lang.Boolean wsg)
Set the value of the WSG column.

Parameters:
wsg -

getPrioritaet

public java.lang.Short getPrioritaet()
Return the value of the RELEVANT column.

Returns:
java.lang.Short

setPrioritaet

public void setPrioritaet(java.lang.Short prioritaet)
Set the value of the RELEVANT column.

Parameters:
relevant -

getGen58

public java.util.Date getGen58()
Return the value of the GEN58 column.

Returns:
java.lang.Boolean

setGen58

public void setGen58(java.util.Date gen58)
Set the value of the GEN58 column.

Parameters:
gen58 -

getGen59

public java.util.Date getGen59()
Return the value of the GEN59 column.

Returns:
java.lang.Boolean

setGen59

public void setGen59(java.util.Date gen59)
Set the value of the GEN59 column.

Parameters:
gen59 -

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