|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.atl.AbstractAtlAnalyseposition
public abstract class AbstractAtlAnalyseposition
A class that represents a row in the ATL_ANALYSEPOSITION table.
You can customize the behavior of this class by editing the class, AtlAnalyseposition
.
WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.
Field Summary | |
---|---|
protected int |
hashValue
The cached hash code value for this instance. |
Constructor Summary | |
---|---|
AbstractAtlAnalyseposition()
Simple constructor of AbstractAtlAnalyseposition instances. |
|
AbstractAtlAnalyseposition(java.lang.Integer id)
Constructor of AbstractAtlAnalyseposition 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 |
getAnalyseVon()
Return the value of the ANALYSE_VON column. |
AtlEinheiten |
getAtlEinheiten()
Return the value of the EINHEITEN_ID column. |
AtlParameter |
getAtlParameter()
Return the value of the PARAMETER_ID column. |
AtlProbenahmen |
getAtlProbenahmen()
Return the value of the PROBE_ID column. |
java.lang.String |
getBericht()
Return the value of the BERICHT column. |
java.lang.String |
getGrkl()
Return the value of the GRKL column. |
java.lang.Integer |
getId()
Return the simple primary key value that identifies this object. |
java.lang.Double |
getNormwert()
Return the value of the NORMWERT column. |
java.lang.Float |
getWert()
Return the value of the WERT 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 |
setAnalyseVon(java.lang.String analyseVon)
Set the value of the ANALYSE_VON column. |
void |
setAtlEinheiten(AtlEinheiten atlEinheiten)
Set the value of the EINHEITEN_ID column. |
void |
setAtlParameter(AtlParameter atlParameter)
Set the value of the PARAMETER_ID column. |
void |
setAtlProbenahmen(AtlProbenahmen atlProbenahmen)
Set the value of the PROBE_ID column. |
void |
setBericht(java.lang.String bericht)
Set the value of the BERICHT column. |
void |
setGrkl(java.lang.String grkl)
Set the value of the GRKL column. |
void |
setId(java.lang.Integer id)
Set the simple primary key value that identifies this object. |
void |
setNormwert(java.lang.Double normwert)
Set the value of the NORMWERT column. |
void |
setWert(java.lang.Float wert)
Set the value of the WERT column. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int hashValue
Constructor Detail |
---|
public AbstractAtlAnalyseposition()
public AbstractAtlAnalyseposition(java.lang.Integer id)
id
- Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
id
- public AtlProbenahmen getAtlProbenahmen()
public void setAtlProbenahmen(AtlProbenahmen atlProbenahmen)
atlProbenahmen
- public AtlParameter getAtlParameter()
public void setAtlParameter(AtlParameter atlParameter)
atlParameter
- public java.lang.String getGrkl()
public void setGrkl(java.lang.String grkl)
grkl
- public java.lang.Float getWert()
public void setWert(java.lang.Float wert)
wert
- public AtlEinheiten getAtlEinheiten()
public void setAtlEinheiten(AtlEinheiten atlEinheiten)
atlEinheiten
- public java.lang.String getAnalyseVon()
public void setAnalyseVon(java.lang.String analyseVon)
analyseVon
- public java.lang.String getBericht()
public void setBericht(java.lang.String bericht)
bericht
- public java.lang.Double getNormwert()
public void setNormwert(java.lang.Double normwert)
normwert
- 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 |