de.bielefeld.umweltamt.aui.mappings.vaws
Class AbstractVawsKontrollen

java.lang.Object
  extended by de.bielefeld.umweltamt.aui.mappings.vaws.AbstractVawsKontrollen
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
VawsKontrollen

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

A class that represents a row in the VAWS_KONTROLLEN table. You can customize the behavior of this class by editing the class, VawsKontrollen(). 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
AbstractVawsKontrollen()
          Simple constructor of AbstractVawsKontrollen instances.
AbstractVawsKontrollen(java.lang.Integer id)
          Constructor of AbstractVawsKontrollen 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 getGrundderpruefung()
          Return the value of the GRUNDDERPRUEFUNG column.
 java.lang.Integer getId()
          Return the simple primary key value that identifies this object.
 java.util.Date getNachpruefdatum()
          Return the value of the NACHPRUEFDATUM column.
 java.lang.String getNachpruefer()
          Return the value of the NACHPRUEFER column.
 java.lang.Boolean getNachpruefung()
          Return the value of the NACHPRUEFUNG column.
 java.util.Date getNaechstepruefung()
          Return the value of the NAECHSTEPRUEFUNG column.
 java.util.Date getPruefdatum()
          Return the value of the PRUEFDATUM column.
 java.lang.String getPruefer()
          Return the value of the PRUEFER column.
 java.lang.String getPruefergebnis()
          Return the value of the PRUEFERGEBNIS column.
 java.lang.Float getPruefturnus()
          Return the value of the PRUEFTURNUS column.
 java.lang.Boolean getPruefungabgeschlossen()
          Return the value of the PRUEFUNGABGESCHLOSSEN column.
 VawsFachdaten getVawsFachdaten()
          Return the value of the BEHAELTERID 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 setGrundderpruefung(java.lang.String grundderpruefung)
          Set the value of the GRUNDDERPRUEFUNG column.
 void setId(java.lang.Integer id)
          Set the simple primary key value that identifies this object.
 void setNachpruefdatum(java.util.Date nachpruefdatum)
          Set the value of the NACHPRUEFDATUM column.
 void setNachpruefer(java.lang.String nachpruefer)
          Set the value of the NACHPRUEFER column.
 void setNachpruefung(java.lang.Boolean nachpruefung)
          Set the value of the NACHPRUEFUNG column.
 void setNaechstepruefung(java.util.Date naechstepruefung)
          Set the value of the NAECHSTEPRUEFUNG column.
 void setPruefdatum(java.util.Date pruefdatum)
          Set the value of the PRUEFDATUM column.
 void setPruefer(java.lang.String pruefer)
          Set the value of the PRUEFER column.
 void setPruefergebnis(java.lang.String pruefergebnis)
          Set the value of the PRUEFERGEBNIS column.
 void setPruefturnus(java.lang.Float pruefturnus)
          Set the value of the PRUEFTURNUS column.
 void setPruefungabgeschlossen(java.lang.Boolean pruefungabgeschlossen)
          Set the value of the PRUEFUNGABGESCHLOSSEN column.
 void setVawsFachdaten(VawsFachdaten vawsFachdaten)
          Set the value of the BEHAELTERID column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractVawsKontrollen

public AbstractVawsKontrollen()
Simple constructor of AbstractVawsKontrollen instances.


AbstractVawsKontrollen

public AbstractVawsKontrollen(java.lang.Integer id)
Constructor of AbstractVawsKontrollen instances given a simple primary key.

Parameters:
kontrollid -
Method Detail

getId

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

Returns:
java.lang.Integer

setId

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

Parameters:
kontrollid -

getVawsFachdaten

public VawsFachdaten getVawsFachdaten()
Return the value of the BEHAELTERID column.

Returns:
VawsFachdaten

setVawsFachdaten

public void setVawsFachdaten(VawsFachdaten vawsFachdaten)
Set the value of the BEHAELTERID column.

Parameters:
vawsFachdaten -

getGrundderpruefung

public java.lang.String getGrundderpruefung()
Return the value of the GRUNDDERPRUEFUNG column.

Returns:
java.lang.String

setGrundderpruefung

public void setGrundderpruefung(java.lang.String grundderpruefung)
Set the value of the GRUNDDERPRUEFUNG column.

Parameters:
grundderpruefung -

getPruefturnus

public java.lang.Float getPruefturnus()
Return the value of the PRUEFTURNUS column.

Returns:
java.lang.Float

setPruefturnus

public void setPruefturnus(java.lang.Float pruefturnus)
Set the value of the PRUEFTURNUS column.

Parameters:
pruefturnus -

getPruefdatum

public java.util.Date getPruefdatum()
Return the value of the PRUEFDATUM column.

Returns:
java.util.Date

setPruefdatum

public void setPruefdatum(java.util.Date pruefdatum)
Set the value of the PRUEFDATUM column.

Parameters:
pruefdatum -

getPruefer

public java.lang.String getPruefer()
Return the value of the PRUEFER column.

Returns:
java.lang.String

setPruefer

public void setPruefer(java.lang.String pruefer)
Set the value of the PRUEFER column.

Parameters:
pruefer -

getPruefungabgeschlossen

public java.lang.Boolean getPruefungabgeschlossen()
Return the value of the PRUEFUNGABGESCHLOSSEN column.

Returns:
java.lang.Boolean

setPruefungabgeschlossen

public void setPruefungabgeschlossen(java.lang.Boolean pruefungabgeschlossen)
Set the value of the PRUEFUNGABGESCHLOSSEN column.

Parameters:
pruefungabgeschlossen -

getNachpruefung

public java.lang.Boolean getNachpruefung()
Return the value of the NACHPRUEFUNG column.

Returns:
java.lang.Boolean

setNachpruefung

public void setNachpruefung(java.lang.Boolean nachpruefung)
Set the value of the NACHPRUEFUNG column.

Parameters:
nachpruefung -

getNachpruefdatum

public java.util.Date getNachpruefdatum()
Return the value of the NACHPRUEFDATUM column.

Returns:
java.util.Date

setNachpruefdatum

public void setNachpruefdatum(java.util.Date nachpruefdatum)
Set the value of the NACHPRUEFDATUM column.

Parameters:
nachpruefdatum -

getNachpruefer

public java.lang.String getNachpruefer()
Return the value of the NACHPRUEFER column.

Returns:
java.lang.String

setNachpruefer

public void setNachpruefer(java.lang.String nachpruefer)
Set the value of the NACHPRUEFER column.

Parameters:
nachpruefer -

getNaechstepruefung

public java.util.Date getNaechstepruefung()
Return the value of the NAECHSTEPRUEFUNG column.

Returns:
java.util.Date

setNaechstepruefung

public void setNaechstepruefung(java.util.Date naechstepruefung)
Set the value of the NAECHSTEPRUEFUNG column.

Parameters:
naechstepruefung -

getPruefergebnis

public java.lang.String getPruefergebnis()
Return the value of the PRUEFERGEBNIS column.

Returns:
java.lang.String

setPruefergebnis

public void setPruefergebnis(java.lang.String pruefergebnis)
Set the value of the PRUEFERGEBNIS column.

Parameters:
pruefergebnis -

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