|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.atl.AbstractAtlProbepkt
public abstract class AbstractAtlProbepkt
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.
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 |
---|
public AbstractAtlProbepkt()
public AbstractAtlProbepkt(java.lang.Integer objektid)
pktId
- Method Detail |
---|
public java.lang.Integer getObjektid()
public void setObjektid(java.lang.Integer objektid)
pktId
- public java.lang.Integer getAtlFirmen()
public void setAtlFirmen(java.lang.Integer atlFirmen)
atlFirmen
- public AtlSielhaut getAtlSielhaut()
public void setAtlSielhaut(AtlSielhaut atlSielhaut)
atlSielhaut
- public AtlKlaeranlagen getAtlKlaeranlagen()
public void setAtlKlaeranlagen(AtlKlaeranlagen atlKlaeranlagen)
atlKlaeranlagen
- public AtlProbeart getAtlProbeart()
public void setAtlProbeart(AtlProbeart atlProbeart)
atlProbeart
- public BasisObjekt getBasisObjekt()
public void setBasisObjekt(BasisObjekt basisObjekt)
basisObjekt
- public java.lang.String getBeschreibung()
public void setBeschreibung(java.lang.String beschreibung)
beschreibung
- public java.lang.Integer getNummer()
public void setNummer(java.lang.Integer nummer)
nummer
- public java.util.Set getAtlProbenahmen()
public void setAtlProbenahmen(java.util.Set atlProbenahmen)
atlProbenahmen
- 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 |