|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.indeinl.AbstractAnhBwkFachdaten
public abstract class AbstractAnhBwkFachdaten
A class that represents a row in the ANH_BWK table.
You can customize the behavior of this class by editing the class, AnhBwkFachdaten
.
WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized
by MyEclipse Hibernate tool integration.
Constructor Summary | |
---|---|
AbstractAnhBwkFachdaten()
Simple constructor of AbstractAnhBwk instances. |
|
AbstractAnhBwkFachdaten(java.lang.Integer bwkId)
Constructor of AbstractAnhBwk 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.String |
getAbnahme()
Return the value of the ABNAHME column. |
java.util.Date |
getAnschreiben()
Return the value of the ANSCHREIBEN column. |
BasisObjekt |
getBasisObjekt()
Return the value of the OBJEKTID column. |
java.lang.String |
getBemerkungen()
Return the value of the BEMERKUNGEN column. |
java.lang.String |
getBranche()
Return the value of the BRANCHE column. |
java.lang.Integer |
getBwkId()
Return the simple primary key value that identifies this object. |
java.util.Date |
getDatumG()
Return the value of the DATUM_G column. |
java.lang.Integer |
getErfassung()
Return the value of the ERFASSUNG column. |
java.lang.Boolean |
getGenehmigung()
Return the value of the GENEHMIGUNG column. |
java.lang.Boolean |
getGenehmigungspflicht()
Return the value of the GENEHMIGUNGSPFLICHT column. |
java.lang.String |
getKBrennmittel()
Return the value of the K_BRENNMITTEL column. |
java.lang.String |
getKHersteller()
Return the value of the K_HERSTELLER column. |
java.lang.Integer |
getKLeistung()
Return the value of the K_LEISTUNG column. |
java.lang.String |
getKTyp()
Return the value of the K_TYP column. |
java.lang.String |
getWAbgasleitung()
Return the value of the W_ABGASLEITUNG column. |
java.lang.String |
getWBrenner()
Return the value of the W_BRENNER column. |
java.lang.String |
getWKondensableitung()
Return the value of the W_KONDENSABLEITUNG column. |
java.lang.String |
getWWaermetauscher()
Return the value of the W_WAERMETAUSCHER 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 |
setAbnahme(java.lang.String abnahme)
Set the value of the ABNAHME column. |
void |
setAnschreiben(java.util.Date anschreiben)
Set the value of the ANSCHREIBEN 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 |
setBranche(java.lang.String branche)
Set the value of the BRANCHE column. |
void |
setBwkId(java.lang.Integer bwkId)
Set the simple primary key value that identifies this object. |
void |
setDatumG(java.util.Date datumG)
Set the value of the DATUM_G column. |
void |
setErfassung(java.lang.Integer erfassung)
Set the value of the ERFASSUNG column. |
void |
setGenehmigung(java.lang.Boolean genehmigung)
Set the value of the GENEHMIGUNG column. |
void |
setGenehmigungspflicht(java.lang.Boolean genehmigungspflicht)
Set the value of the GENEHMIGUNGSPFLICHT column. |
void |
setKBrennmittel(java.lang.String kBrennmittel)
Set the value of the K_BRENNMITTEL column. |
void |
setKHersteller(java.lang.String kHersteller)
Set the value of the K_HERSTELLER column. |
void |
setKLeistung(java.lang.Integer kLeistung)
Set the value of the K_LEISTUNG column. |
void |
setKTyp(java.lang.String kTyp)
Set the value of the K_TYP column. |
void |
setWAbgasleitung(java.lang.String wAbgasleitung)
Set the value of the W_ABGASLEITUNG column. |
void |
setWBrenner(java.lang.String wBrenner)
Set the value of the W_BRENNER column. |
void |
setWKondensableitung(java.lang.String wKondensableitung)
Set the value of the W_KONDENSABLEITUNG column. |
void |
setWWaermetauscher(java.lang.String wWaermetauscher)
Set the value of the W_WAERMETAUSCHER column. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAnhBwkFachdaten()
public AbstractAnhBwkFachdaten(java.lang.Integer bwkId)
bwkId
- Method Detail |
---|
public java.lang.Integer getBwkId()
public void setBwkId(java.lang.Integer bwkId)
bwkId
- public BasisObjekt getBasisObjekt()
public void setBasisObjekt(BasisObjekt basisObjekt)
basisObjekt
- public java.lang.String getBranche()
public void setBranche(java.lang.String branche)
branche
- public java.lang.String getKHersteller()
public void setKHersteller(java.lang.String kHersteller)
kHersteller
- public java.lang.String getKTyp()
public void setKTyp(java.lang.String kTyp)
kTyp
- public java.lang.String getKBrennmittel()
public void setKBrennmittel(java.lang.String kBrennmittel)
kBrennmittel
- public java.lang.Integer getKLeistung()
public void setKLeistung(java.lang.Integer kLeistung)
kLeistung
- public java.util.Date getDatumG()
public void setDatumG(java.util.Date datumG)
datumG
- public java.lang.Boolean getAba()
public void setAba(java.lang.Boolean aba)
aba
- public java.lang.String getWBrenner()
public void setWBrenner(java.lang.String wBrenner)
wBrenner
- public java.lang.String getWWaermetauscher()
public void setWWaermetauscher(java.lang.String wWaermetauscher)
wWaermetauscher
- public java.lang.String getWAbgasleitung()
public void setWAbgasleitung(java.lang.String wAbgasleitung)
wAbgasleitung
- public java.lang.String getWKondensableitung()
public void setWKondensableitung(java.lang.String wKondensableitung)
wKondensableitung
- public java.lang.String getAbnahme()
public void setAbnahme(java.lang.String abnahme)
abnahme
- public java.lang.String getBemerkungen()
public void setBemerkungen(java.lang.String bemerkungen)
bemerkungen
- public java.util.Date getAnschreiben()
public void setAnschreiben(java.util.Date anschreiben)
anschreiben
- public java.lang.Integer getErfassung()
public void setErfassung(java.lang.Integer erfassung)
erfassung
- public java.lang.Boolean getGenehmigung()
public void setGenehmigung(java.lang.Boolean genehmigung)
genehmigung
- public java.lang.Boolean getGenehmigungspflicht()
public void setGenehmigungspflicht(java.lang.Boolean genehmigungspflicht)
genehmigungspflicht
- 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 |