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

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

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

A class that represents a row in the ATL_PROBEPKT table. You can customize the behavior of this class by editing the class, AtlProbepkt. WARNING: DO NOT EDIT THIS FILE. This is a generated file that is synchronized * by MyEclipse Hibernate tool integration.

See Also:
Serialized Form

Constructor Summary
AbstractAtlProbepkt()
          Simple constructor of AbstractAtlProbepkt instances.
AbstractAtlProbepkt(java.lang.Integer objektid)
          Constructor of AbstractAtlProbepkt 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.Integer getAtlFirmen()
          Return the value of the FIRMEN_ID column.
 AtlKlaeranlagen getAtlKlaeranlagen()
          Return the value of the KA_ID column.
 AtlProbeart getAtlProbeart()
          Return the value of the ART_ID column.
 java.util.Set getAtlProbenahmen()
          Return the set of the AtlProbenahmen.
 AtlSielhaut getAtlSielhaut()
          Return the value of the SIELHAUT_ID column.
 BasisObjekt getBasisObjekt()
          Return the value of the OBJEKT_ID column.
 java.lang.String getBeschreibung()
          Return the value of the BESCHREIBUNG column.
 java.lang.Integer getNummer()
          Return the value of the NR_PROBEPKT column.
 java.lang.Integer getObjektid()
          Return the simple primary key value that identifies this object.
 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 setAtlFirmen(java.lang.Integer atlFirmen)
          Set the value of the FIRMEN_ID column.
 void setAtlKlaeranlagen(AtlKlaeranlagen atlKlaeranlagen)
          Set the value of the KA_ID column.
 void setAtlProbeart(AtlProbeart atlProbeart)
          Set the value of the ART_ID column.
 void setAtlProbenahmen(java.util.Set atlProbenahmen)
          Set the set of the AtlProbenahmen.
 void setAtlSielhaut(AtlSielhaut atlSielhaut)
          Set the value of the SIELHAUT_ID column.
 void setBasisObjekt(BasisObjekt basisObjekt)
          Set the value of the OBJEKT_ID column.
 void setBeschreibung(java.lang.String beschreibung)
          Set the value of the BESCHREIBUNG column.
 void setNummer(java.lang.Integer nummer)
          Set the value of the NR_PROBEPKT column.
 void setObjektid(java.lang.Integer objektid)
          Set the simple primary key value that identifies this object.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAtlProbepkt

public AbstractAtlProbepkt()
Simple constructor of AbstractAtlProbepkt instances.


AbstractAtlProbepkt

public AbstractAtlProbepkt(java.lang.Integer objektid)
Constructor of AbstractAtlProbepkt instances given a simple primary key.

Parameters:
pktId -
Method Detail

getObjektid

public java.lang.Integer getObjektid()
Return the simple primary key value that identifies this object.

Returns:
java.lang.Integer

setObjektid

public void setObjektid(java.lang.Integer objektid)
Set the simple primary key value that identifies this object.

Parameters:
pktId -

getAtlFirmen

public java.lang.Integer getAtlFirmen()
Return the value of the FIRMEN_ID column.

Returns:
AtlFirmen

setAtlFirmen

public void setAtlFirmen(java.lang.Integer atlFirmen)
Set the value of the FIRMEN_ID column.

Parameters:
atlFirmen -

getAtlSielhaut

public AtlSielhaut getAtlSielhaut()
Return the value of the SIELHAUT_ID column.

Returns:
AtlSielhaut

setAtlSielhaut

public void setAtlSielhaut(AtlSielhaut atlSielhaut)
Set the value of the SIELHAUT_ID column.

Parameters:
atlSielhaut -

getAtlKlaeranlagen

public AtlKlaeranlagen getAtlKlaeranlagen()
Return the value of the KA_ID column.

Returns:
AtlKlaeranlagen

setAtlKlaeranlagen

public void setAtlKlaeranlagen(AtlKlaeranlagen atlKlaeranlagen)
Set the value of the KA_ID column.

Parameters:
atlKlaeranlagen -

getAtlProbeart

public AtlProbeart getAtlProbeart()
Return the value of the ART_ID column.

Returns:
AtlProbeart

setAtlProbeart

public void setAtlProbeart(AtlProbeart atlProbeart)
Set the value of the ART_ID column.

Parameters:
atlProbeart -

getBasisObjekt

public BasisObjekt getBasisObjekt()
Return the value of the OBJEKT_ID column.

Returns:
BasisObjekt

setBasisObjekt

public void setBasisObjekt(BasisObjekt basisObjekt)
Set the value of the OBJEKT_ID column.

Parameters:
basisObjekt -

getBeschreibung

public java.lang.String getBeschreibung()
Return the value of the BESCHREIBUNG column.

Returns:
java.lang.String

setBeschreibung

public void setBeschreibung(java.lang.String beschreibung)
Set the value of the BESCHREIBUNG column.

Parameters:
beschreibung -

getNummer

public java.lang.Integer getNummer()
Return the value of the NR_PROBEPKT column.

Returns:
java.lang.Integer

setNummer

public void setNummer(java.lang.Integer nummer)
Set the value of the NR_PROBEPKT column.

Parameters:
nummer -

getAtlProbenahmen

public java.util.Set getAtlProbenahmen()
Return the set of the AtlProbenahmen.

Returns:
AtlProbenahmen

setAtlProbenahmen

public void setAtlProbenahmen(java.util.Set atlProbenahmen)
Set the set of the AtlProbenahmen.

Parameters:
atlProbenahmen -

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