|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.vaws.AbstractVawsKontrollen
public abstract class AbstractVawsKontrollen
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.
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 |
---|
public AbstractVawsKontrollen()
public AbstractVawsKontrollen(java.lang.Integer id)
kontrollid
- Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
kontrollid
- public VawsFachdaten getVawsFachdaten()
public void setVawsFachdaten(VawsFachdaten vawsFachdaten)
vawsFachdaten
- public java.lang.String getGrundderpruefung()
public void setGrundderpruefung(java.lang.String grundderpruefung)
grundderpruefung
- public java.lang.Float getPruefturnus()
public void setPruefturnus(java.lang.Float pruefturnus)
pruefturnus
- public java.util.Date getPruefdatum()
public void setPruefdatum(java.util.Date pruefdatum)
pruefdatum
- public java.lang.String getPruefer()
public void setPruefer(java.lang.String pruefer)
pruefer
- public java.lang.Boolean getPruefungabgeschlossen()
public void setPruefungabgeschlossen(java.lang.Boolean pruefungabgeschlossen)
pruefungabgeschlossen
- public java.lang.Boolean getNachpruefung()
public void setNachpruefung(java.lang.Boolean nachpruefung)
nachpruefung
- public java.util.Date getNachpruefdatum()
public void setNachpruefdatum(java.util.Date nachpruefdatum)
nachpruefdatum
- public java.lang.String getNachpruefer()
public void setNachpruefer(java.lang.String nachpruefer)
nachpruefer
- public java.util.Date getNaechstepruefung()
public void setNaechstepruefung(java.util.Date naechstepruefung)
naechstepruefung
- public java.lang.String getPruefergebnis()
public void setPruefergebnis(java.lang.String pruefergebnis)
pruefergebnis
- public boolean equals(java.lang.Object rhs)
equals
in class java.lang.Object
rhs
-
public int hashCode()
hashCode
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |