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

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

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

A class that represents a row in the ANH_56_FACHDATEN table. You can customize the behavior of this class by editing the class, Anh56Fachdaten(). 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
AbstractAnh56Fachdaten()
          Simple constructor of AbstractAnh56Fachdaten instances.
AbstractAnh56Fachdaten(java.lang.Integer objektid)
          Constructor of AbstractAnh56Fachdaten 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.Boolean getAbfallrechtlentsorg()
           
 java.lang.Boolean getAbwasseranfall()
          Return the value of the ABWASSERANFALL column.
 BasisObjekt getBasisObjekt()
          Return the value of the OBJID column.
 java.lang.String getBemerkungen()
          Return the value of the BEMERKUNGEN column.
 java.lang.String getDruckverfahren()
          Return the value of the DRUCKVERFAHREN column.
 java.lang.String getEntsorgung()
          Return the value of the ENTSORGUNG column.
 java.util.Date getErfasstam()
           
 java.util.Date getGen58()
          Return the value of the GEN_58 column.
 java.util.Date getGen59()
          Return the value of the GEN_59 column.
 java.lang.Boolean getGenpflicht()
          Return the value of the GENPFLICHT column.
 java.lang.Boolean getLeimabwasser()
           
 java.lang.Integer getObjektid()
          Return the simple primary key value that identifies this object.
 java.lang.String getSachbearbeiterheepen()
           
 java.lang.String getSachbearbeiterrav()
           
 java.lang.Boolean getSpuelwasser()
           
 java.lang.String getVerbrauch()
          Return the value of the VERBRAUCH 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 setAbfallrechtlentsorg(java.lang.Boolean abfallrechtlentsorg)
           
 void setAbwasseranfall(java.lang.Boolean abwasseranfall)
          Set the value of the ABWASSERANFALL column.
 void setBasisObjekt(BasisObjekt basisObjekt)
          Set the value of the OBJID column.
 void setBemerkungen(java.lang.String bemerkungen)
          Set the value of the BEMERKUNGEN column.
 void setDruckverfahren(java.lang.String druckverfahren)
          Set the value of the DRUCKVERFAHREN column.
 void setEntsorgung(java.lang.String entsorgung)
          Set the value of the ENTSORGUNG column.
 void setErfasstam(java.util.Date erfasstam)
           
 void setGen58(java.util.Date gen58)
          Set the value of the GEN_58 column.
 void setGen59(java.util.Date gen59)
          Set the value of the GEN_59 column.
 void setGenpflicht(java.lang.Boolean genpflicht)
          Set the value of the GENPFLICHT column.
 void setLeimabwasser(java.lang.Boolean leimabwasser)
           
 void setObjektid(java.lang.Integer objektid)
          Set the simple primary key value that identifies this object.
 void setSachbearbeiterheepen(java.lang.String sachbearbeiterheepen)
           
 void setSachbearbeiterrav(java.lang.String sachbearbeiterrav)
           
 void setSpuelwasser(java.lang.Boolean spuelwasser)
           
 void setVerbrauch(java.lang.String verbrauch)
          Set the value of the VERBRAUCH column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnh56Fachdaten

public AbstractAnh56Fachdaten()
Simple constructor of AbstractAnh56Fachdaten instances.


AbstractAnh56Fachdaten

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

Parameters:
id -
Method Detail

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 OBJID column.

Returns:
BasisObjekt

setBasisObjekt

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

Parameters:
basisObjekt -

getDruckverfahren

public java.lang.String getDruckverfahren()
Return the value of the DRUCKVERFAHREN column.

Returns:
java.lang.String

setDruckverfahren

public void setDruckverfahren(java.lang.String druckverfahren)
Set the value of the DRUCKVERFAHREN column.

Parameters:
druckverfahren -

getVerbrauch

public java.lang.String getVerbrauch()
Return the value of the VERBRAUCH column.

Returns:
java.lang.String

setVerbrauch

public void setVerbrauch(java.lang.String verbrauch)
Set the value of the VERBRAUCH column.

Parameters:
verbrauch -

getEntsorgung

public java.lang.String getEntsorgung()
Return the value of the ENTSORGUNG column.

Returns:
java.lang.String

setEntsorgung

public void setEntsorgung(java.lang.String entsorgung)
Set the value of the ENTSORGUNG column.

Parameters:
entsorgung -

getAbwasseranfall

public java.lang.Boolean getAbwasseranfall()
Return the value of the ABWASSERANFALL column.

Returns:
java.lang.Boolean

setAbwasseranfall

public void setAbwasseranfall(java.lang.Boolean abwasseranfall)
Set the value of the ABWASSERANFALL column.

Parameters:
abwasseranfall -

getGenpflicht

public java.lang.Boolean getGenpflicht()
Return the value of the GENPFLICHT column.

Returns:
java.lang.Boolean

setGenpflicht

public void setGenpflicht(java.lang.Boolean genpflicht)
Set the value of the GENPFLICHT column.

Parameters:
genpflicht -

getAba

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

Returns:
java.lang.Boolean

setAba

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

Parameters:
aba -

getGen58

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

Returns:
java.util.Date

setGen58

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

Parameters:
gen58 -

getGen59

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

Returns:
java.util.Date

setGen59

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

Parameters:
gen59 -

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 -

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

getSachbearbeiterrav

public java.lang.String getSachbearbeiterrav()

setSachbearbeiterrav

public void setSachbearbeiterrav(java.lang.String sachbearbeiterrav)

getSachbearbeiterheepen

public java.lang.String getSachbearbeiterheepen()

setSachbearbeiterheepen

public void setSachbearbeiterheepen(java.lang.String sachbearbeiterheepen)

getAbfallrechtlentsorg

public java.lang.Boolean getAbfallrechtlentsorg()

setAbfallrechtlentsorg

public void setAbfallrechtlentsorg(java.lang.Boolean abfallrechtlentsorg)

getSpuelwasser

public java.lang.Boolean getSpuelwasser()

setSpuelwasser

public void setSpuelwasser(java.lang.Boolean spuelwasser)

getLeimabwasser

public java.lang.Boolean getLeimabwasser()

setLeimabwasser

public void setLeimabwasser(java.lang.Boolean leimabwasser)

getErfasstam

public java.util.Date getErfasstam()

setErfasstam

public void setErfasstam(java.util.Date erfasstam)