|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.vaws.AbstractVawsAbfuellflaeche
public abstract class AbstractVawsAbfuellflaeche
A class that represents a row in the VAWS_ABFUELLFLAECHE table.
You can customize the behavior of this class by editing the class, VawsAbfuellflaeche()
.
WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.
Constructor Summary | |
---|---|
AbstractVawsAbfuellflaeche()
Simple constructor of AbstractVawsAbfuellflaeche instances. |
|
AbstractVawsAbfuellflaeche(java.lang.Integer behaelterid)
Constructor of AbstractVawsAbfuellflaeche 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 |
getAbfneuerstellt()
Return the value of the ABFNEUERSTELLT column. |
java.lang.Boolean |
getAbfsaniert()
Return the value of the ABFSANIERT column. |
java.lang.Boolean |
getAbscheidervorh()
Return the value of the ABSCHEIDERVORH column. |
java.lang.Integer |
getBehaelterid()
Return the simple primary key value that identifies this object. |
java.lang.String |
getBeschableitung()
Return the value of the BESCHABLEITUNG column. |
java.lang.String |
getBeschbodenfl()
Return the value of the BESCHBODENFL column. |
java.lang.String |
getBeschfugenmat()
Return the value of the BESCHFUGENMAT column. |
java.lang.String |
getBodenflaechenausf()
Return the value of the BODENFLAECHENAUSF column. |
java.lang.Float |
getDicke()
Return the value of the DICKE column. |
java.lang.Boolean |
getEf()
Return the value of the EF column. |
java.lang.Boolean |
getEoh()
Return the value of the EOH column. |
java.lang.String |
getFugenmaterial()
Return the value of the FUGENMATERIAL column. |
java.lang.String |
getGuete()
Return the value of the GUETE column. |
java.lang.String |
getNiederschlagschutz()
Return the value of the NIEDERSCHLAGSCHUTZ 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 |
setAbfneuerstellt(java.lang.Boolean abfneuerstellt)
Set the value of the ABFNEUERSTELLT column. |
void |
setAbfsaniert(java.lang.Boolean abfsaniert)
Set the value of the ABFSANIERT column. |
void |
setAbscheidervorh(java.lang.Boolean abscheidervorh)
Set the value of the ABSCHEIDERVORH column. |
void |
setBehaelterid(java.lang.Integer behaelterid)
Set the simple primary key value that identifies this object. |
void |
setBeschableitung(java.lang.String beschableitung)
Set the value of the BESCHABLEITUNG column. |
void |
setBeschbodenfl(java.lang.String beschbodenfl)
Set the value of the BESCHBODENFL column. |
void |
setBeschfugenmat(java.lang.String beschfugenmat)
Set the value of the BESCHFUGENMAT column. |
void |
setBodenflaechenausf(java.lang.String bodenflaechenausf)
Set the value of the BODENFLAECHENAUSF column. |
void |
setDicke(java.lang.Float dicke)
Set the value of the DICKE column. |
void |
setEf(java.lang.Boolean ef)
Set the value of the EF column. |
void |
setEoh(java.lang.Boolean eoh)
Set the value of the EOH column. |
void |
setFugenmaterial(java.lang.String fugenmaterial)
Set the value of the FUGENMATERIAL column. |
void |
setGuete(java.lang.String guete)
Set the value of the GUETE column. |
void |
setNiederschlagschutz(java.lang.String niederschlagschutz)
Set the value of the NIEDERSCHLAGSCHUTZ 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 AbstractVawsAbfuellflaeche()
public AbstractVawsAbfuellflaeche(java.lang.Integer behaelterid)
id
- Method Detail |
---|
public java.lang.Integer getBehaelterid()
public void setBehaelterid(java.lang.Integer behaelterid)
id
- public VawsFachdaten getVawsFachdaten()
public void setVawsFachdaten(VawsFachdaten vawsFachdaten)
vawsFachdaten
- public java.lang.Boolean getEoh()
public void setEoh(java.lang.Boolean eoh)
eoh
- public java.lang.Boolean getEf()
public void setEf(java.lang.Boolean ef)
ef
- public java.lang.Boolean getAbfsaniert()
public void setAbfsaniert(java.lang.Boolean abfsaniert)
abfsaniert
- public java.lang.Boolean getAbfneuerstellt()
public void setAbfneuerstellt(java.lang.Boolean abfneuerstellt)
abfneuerstellt
- public java.lang.String getBodenflaechenausf()
public void setBodenflaechenausf(java.lang.String bodenflaechenausf)
bodenflaechenausf
- public java.lang.String getBeschbodenfl()
public void setBeschbodenfl(java.lang.String beschbodenfl)
beschbodenfl
- public java.lang.Float getDicke()
public void setDicke(java.lang.Float dicke)
dicke
- public java.lang.String getGuete()
public void setGuete(java.lang.String guete)
guete
- public java.lang.String getFugenmaterial()
public void setFugenmaterial(java.lang.String fugenmaterial)
fugenmaterial
- public java.lang.String getBeschfugenmat()
public void setBeschfugenmat(java.lang.String beschfugenmat)
beschfugenmat
- public java.lang.String getNiederschlagschutz()
public void setNiederschlagschutz(java.lang.String niederschlagschutz)
niederschlagschutz
- public java.lang.Boolean getAbscheidervorh()
public void setAbscheidervorh(java.lang.Boolean abscheidervorh)
abscheidervorh
- public java.lang.String getBeschableitung()
public void setBeschableitung(java.lang.String beschableitung)
beschableitung
- 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 |