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

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

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

A class that represents a row in the ANH_50_FACHDATEN table. You can customize the behavior of this class by editing the class, Anh50Fachdaten. 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
AbstractAnh50Fachdaten()
          Simple constructor of AbstractAnh50Fachdaten instances.
AbstractAnh50Fachdaten(java.lang.Integer objektid)
          Constructor of AbstractAnh50Fachdaten 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.
 AnhEntsorger getAnhEntsorger()
          Return the value of the ENTSORGERID column.
 BasisObjekt getBasisObjekt()
          Return the value of the OBJEKTID column.
 java.lang.String getBemerkungen()
          Return the value of the BEMERKUNGEN column.
 java.util.Date getDatumantrag()
          Return the value of the DATUMANTRAG column.
 java.lang.Boolean getErloschen()
          Return the value of the ERLOSCHEN column.
 java.lang.String getGefaehrdungsklasse()
          Return the value of the GEFAEHRDUNGSKLASSE column.
 java.util.Date getGenehmigung()
          Return the value of the GENEHMIGUNG column.
 java.lang.Integer getObjektid()
          Return the simple primary key value that identifies this object.
 java.lang.String getTelefon()
          Return the value of the TELEFON column.
 java.util.Date getWiedervorlage()
          Return the value of the WIEDERVORLAGE 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 setAnhEntsorger(AnhEntsorger anh50Entsorger)
          Set the value of the ENTSORGERID 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 setDatumantrag(java.util.Date datumantrag)
          Set the value of the DATUMANTRAG column.
 void setErloschen(java.lang.Boolean erloschen)
          Set the value of the ERLOSCHEN column.
 void setGefaehrdungsklasse(java.lang.String gefaehrdungsklasse)
          Set the value of the GEFAEHRDUNGSKLASSE column.
 void setGenehmigung(java.util.Date genehmigung)
          Set the value of the GENEHMIGUNG column.
 void setObjektid(java.lang.Integer objektid)
          Set the simple primary key value that identifies this object.
 void setTelefon(java.lang.String telefon)
          Set the value of the TELEFON column.
 void setWiedervorlage(java.util.Date wiedervorlage)
          Set the value of the WIEDERVORLAGE column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnh50Fachdaten

public AbstractAnh50Fachdaten()
Simple constructor of AbstractAnh50Fachdaten instances.


AbstractAnh50Fachdaten

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

Parameters:
firmenid -
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:
firmenid -

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 -

getTelefon

public java.lang.String getTelefon()
Return the value of the TELEFON column.

Returns:
java.lang.String

setTelefon

public void setTelefon(java.lang.String telefon)
Set the value of the TELEFON column.

Parameters:
telefon -

getErloschen

public java.lang.Boolean getErloschen()
Return the value of the ERLOSCHEN column.

Returns:
java.lang.Boolean

setErloschen

public void setErloschen(java.lang.Boolean erloschen)
Set the value of the ERLOSCHEN column.

Parameters:
erloschen -

getDatumantrag

public java.util.Date getDatumantrag()
Return the value of the DATUMANTRAG column.

Returns:
java.util.Date

setDatumantrag

public void setDatumantrag(java.util.Date datumantrag)
Set the value of the DATUMANTRAG column.

Parameters:
datumantrag -

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 -

getGenehmigung

public java.util.Date getGenehmigung()
Return the value of the GENEHMIGUNG column.

Returns:
java.util.Date

setGenehmigung

public void setGenehmigung(java.util.Date genehmigung)
Set the value of the GENEHMIGUNG column.

Parameters:
genehmigung -

getWiedervorlage

public java.util.Date getWiedervorlage()
Return the value of the WIEDERVORLAGE column.

Returns:
java.util.Date

setWiedervorlage

public void setWiedervorlage(java.util.Date wiedervorlage)
Set the value of the WIEDERVORLAGE column.

Parameters:
wiedervorlage -

getGefaehrdungsklasse

public java.lang.String getGefaehrdungsklasse()
Return the value of the GEFAEHRDUNGSKLASSE column.

Returns:
java.lang.String

setGefaehrdungsklasse

public void setGefaehrdungsklasse(java.lang.String gefaehrdungsklasse)
Set the value of the GEFAEHRDUNGSKLASSE column.

Parameters:
gefaehrdungsklasse -

getAnhEntsorger

public AnhEntsorger getAnhEntsorger()
Return the value of the ENTSORGERID column.

Returns:
Anh50Entsorger

setAnhEntsorger

public void setAnhEntsorger(AnhEntsorger anh50Entsorger)
Set the value of the ENTSORGERID column.

Parameters:
anh50Entsorger -

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