de.bielefeld.umweltamt.aui.mappings.atl
Class AbstractAtlAnalyseposition

java.lang.Object
  extended by de.bielefeld.umweltamt.aui.mappings.atl.AbstractAtlAnalyseposition
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AtlAnalyseposition

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

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.

See Also:
Serialized Form

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

hashValue

protected int hashValue
The cached hash code value for this instance. Settting to 0 triggers re-calculation.

Constructor Detail

AbstractAtlAnalyseposition

public AbstractAtlAnalyseposition()
Simple constructor of AbstractAtlAnalyseposition instances.


AbstractAtlAnalyseposition

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

Parameters:
id -
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:
id -

getAtlProbenahmen

public AtlProbenahmen getAtlProbenahmen()
Return the value of the PROBE_ID column.

Returns:
AtlProbenahmen

setAtlProbenahmen

public void setAtlProbenahmen(AtlProbenahmen atlProbenahmen)
Set the value of the PROBE_ID column.

Parameters:
atlProbenahmen -

getAtlParameter

public AtlParameter getAtlParameter()
Return the value of the PARAMETER_ID column.

Returns:
AtlParameter

setAtlParameter

public void setAtlParameter(AtlParameter atlParameter)
Set the value of the PARAMETER_ID column.

Parameters:
atlParameter -

getGrkl

public java.lang.String getGrkl()
Return the value of the GRKL column.

Returns:
java.lang.String

setGrkl

public void setGrkl(java.lang.String grkl)
Set the value of the GRKL column.

Parameters:
grkl -

getWert

public java.lang.Float getWert()
Return the value of the WERT column.

Returns:
java.lang.Double

setWert

public void setWert(java.lang.Float wert)
Set the value of the WERT column.

Parameters:
wert -

getAtlEinheiten

public AtlEinheiten getAtlEinheiten()
Return the value of the EINHEITEN_ID column.

Returns:
AtlEinheiten

setAtlEinheiten

public void setAtlEinheiten(AtlEinheiten atlEinheiten)
Set the value of the EINHEITEN_ID column.

Parameters:
atlEinheiten -

getAnalyseVon

public java.lang.String getAnalyseVon()
Return the value of the ANALYSE_VON column.

Returns:
java.lang.String

setAnalyseVon

public void setAnalyseVon(java.lang.String analyseVon)
Set the value of the ANALYSE_VON column.

Parameters:
analyseVon -

getBericht

public java.lang.String getBericht()
Return the value of the BERICHT column.

Returns:
java.lang.String

setBericht

public void setBericht(java.lang.String bericht)
Set the value of the BERICHT column.

Parameters:
bericht -

getNormwert

public java.lang.Double getNormwert()
Return the value of the NORMWERT column.

Returns:
java.lang.Double

setNormwert

public void setNormwert(java.lang.Double normwert)
Set the value of the NORMWERT column.

Parameters:
normwert -

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