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

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

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

A class that represents a row in the ATL_SIELHAUT table. You can customize the behavior of this class by editing the class, AtlSielhaut. 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
AbstractAtlSielhaut()
          Simple constructor of AbstractAtlSielhaut instances.
AbstractAtlSielhaut(java.lang.Integer id)
          Constructor of AbstractAtlSielhaut 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 getAlarmplannr()
          Return the value of the ALARMPLANNR column.
 java.lang.String getBemerkungen()
          Return the value of the BEMERKUNGEN column.
 java.lang.String getBezeichnung()
          Return the value of the BEZEICHNUNG column.
 java.lang.String getBsb()
          Return the value of the BSB column.
 java.lang.String getEntgeb()
          Return the value of the ENTGEB column.
 java.lang.String getEw()
          Return the value of the EW column.
 java.lang.String getGebiet()
          Return the value of the GEBIET column.
 java.lang.String getHaltungsnr()
          Return the value of the HALTUNGSNR column.
 java.lang.Double getHochwert()
          Return the value of the HOCHWERT column.
 java.lang.Integer getId()
          Return the simple primary key value that identifies this object.
 java.lang.String getLage()
          Return the value of the LAGE column.
 java.lang.Boolean getPalarmplan()
          Return the value of the P_ALARMPLAN column.
 java.lang.Boolean getPfirmenprobe()
          Return the value of the P_FIRMENPROBE column.
 java.lang.Boolean getPnachprobe()
          Return the value of the P_NACHPROBE column.
 java.lang.Boolean getPsielhaut()
          Return the value of the P_SIELHAUT column.
 java.lang.Double getRechtswert()
          Return the value of the RECHTSWERT column.
 java.lang.Boolean getSchlammprobe()
          Return the value of the SCHLAMMPROBE column.
 java.lang.String getTwabfluss()
          Return the value of the TWABFLUSS 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 setAlarmplannr(java.lang.String alarmplannr)
          Set the value of the ALARMPLANNR column.
 void setBemerkungen(java.lang.String bemerkungen)
          Set the value of the BEMERKUNGEN column.
 void setBezeichnung(java.lang.String bezeichnung)
          Set the value of the BEZEICHNUNG column.
 void setBsb(java.lang.String bsb)
          Set the value of the BSB column.
 void setEntgeb(java.lang.String entgeb)
          Set the value of the ENTGEB column.
 void setEw(java.lang.String ew)
          Set the value of the EW column.
 void setGebiet(java.lang.String gebiet)
          Set the value of the GEBIET column.
 void setHaltungsnr(java.lang.String haltungsnr)
          Set the value of the HALTUNGSNR column.
 void setHochwert(java.lang.Double hochwert)
          Set the value of the HOCHWERT column.
 void setId(java.lang.Integer id)
          Set the simple primary key value that identifies this object.
 void setLage(java.lang.String lage)
          Set the value of the LAGE column.
 void setPalarmplan(java.lang.Boolean palarmplan)
          Set the value of the P_ALARMPLAN column.
 void setPfirmenprobe(java.lang.Boolean pfirmenprobe)
          Set the value of the P_FIRMENPROBE column.
 void setPnachprobe(java.lang.Boolean pnachprobe)
          Set the value of the P_NACHPROBE column.
 void setPsielhaut(java.lang.Boolean psielhaut)
          Set the value of the P_SIELHAUT column.
 void setRechtswert(java.lang.Double rechtswert)
          Set the value of the RECHTSWERT column.
 void setSchlammprobe(java.lang.Boolean schlammprobe)
          Set the value of the SCHLAMMPROBE column.
 void setTwabfluss(java.lang.String twabfluss)
          Set the value of the TWABFLUSS column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAtlSielhaut

public AbstractAtlSielhaut()
Simple constructor of AbstractAtlSielhaut instances.


AbstractAtlSielhaut

public AbstractAtlSielhaut(java.lang.Integer id)
Constructor of AbstractAtlSielhaut 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 -

getBezeichnung

public java.lang.String getBezeichnung()
Return the value of the BEZEICHNUNG column.

Returns:
java.lang.String

setBezeichnung

public void setBezeichnung(java.lang.String bezeichnung)
Set the value of the BEZEICHNUNG column.

Parameters:
bezeichnung -

getHaltungsnr

public java.lang.String getHaltungsnr()
Return the value of the HALTUNGSNR column.

Returns:
java.lang.String

setHaltungsnr

public void setHaltungsnr(java.lang.String haltungsnr)
Set the value of the HALTUNGSNR column.

Parameters:
haltungsnr -

getAlarmplannr

public java.lang.String getAlarmplannr()
Return the value of the ALARMPLANNR column.

Returns:
java.lang.String

setAlarmplannr

public void setAlarmplannr(java.lang.String alarmplannr)
Set the value of the ALARMPLANNR column.

Parameters:
alarmplannr -

getEntgeb

public java.lang.String getEntgeb()
Return the value of the ENTGEB column.

Returns:
java.lang.String

setEntgeb

public void setEntgeb(java.lang.String entgeb)
Set the value of the ENTGEB column.

Parameters:
entgeb -

getRechtswert

public java.lang.Double getRechtswert()
Return the value of the RECHTSWERT column.

Returns:
java.lang.Double

setRechtswert

public void setRechtswert(java.lang.Double rechtswert)
Set the value of the RECHTSWERT column.

Parameters:
rechtswert -

getHochwert

public java.lang.Double getHochwert()
Return the value of the HOCHWERT column.

Returns:
java.lang.Double

setHochwert

public void setHochwert(java.lang.Double hochwert)
Set the value of the HOCHWERT column.

Parameters:
hochwert -

getLage

public java.lang.String getLage()
Return the value of the LAGE column.

Returns:
java.lang.String

setLage

public void setLage(java.lang.String lage)
Set the value of the LAGE column.

Parameters:
lage -

getBemerkungen

public java.lang.String getBemerkungen()
Return the value of the BEMERKUNGEN column.

Returns:
java.lang.String

setBemerkungen

public void setBemerkungen(java.lang.String bemerkungen)
Set the value of the BEMERKUNGEN column.

Parameters:
bemerkungen -

getTwabfluss

public java.lang.String getTwabfluss()
Return the value of the TWABFLUSS column.

Returns:
java.lang.String

setTwabfluss

public void setTwabfluss(java.lang.String twabfluss)
Set the value of the TWABFLUSS column.

Parameters:
twabfluss -

getBsb

public java.lang.String getBsb()
Return the value of the BSB column.

Returns:
java.lang.String

setBsb

public void setBsb(java.lang.String bsb)
Set the value of the BSB column.

Parameters:
bsb -

getEw

public java.lang.String getEw()
Return the value of the EW column.

Returns:
java.lang.String

setEw

public void setEw(java.lang.String ew)
Set the value of the EW column.

Parameters:
ew -

getGebiet

public java.lang.String getGebiet()
Return the value of the GEBIET column.

Returns:
java.lang.String

setGebiet

public void setGebiet(java.lang.String gebiet)
Set the value of the GEBIET column.

Parameters:
gebiet -

getPsielhaut

public java.lang.Boolean getPsielhaut()
Return the value of the P_SIELHAUT column.

Returns:
java.lang.Boolean

setPsielhaut

public void setPsielhaut(java.lang.Boolean psielhaut)
Set the value of the P_SIELHAUT column.

Parameters:
psielhaut -

getPalarmplan

public java.lang.Boolean getPalarmplan()
Return the value of the P_ALARMPLAN column.

Returns:
java.lang.Boolean

setPalarmplan

public void setPalarmplan(java.lang.Boolean palarmplan)
Set the value of the P_ALARMPLAN column.

Parameters:
palarmplan -

getPnachprobe

public java.lang.Boolean getPnachprobe()
Return the value of the P_NACHPROBE column.

Returns:
java.lang.Boolean

setPnachprobe

public void setPnachprobe(java.lang.Boolean pnachprobe)
Set the value of the P_NACHPROBE column.

Parameters:
pnachprobe -

getSchlammprobe

public java.lang.Boolean getSchlammprobe()
Return the value of the SCHLAMMPROBE column.

Returns:
java.lang.Boolean

setSchlammprobe

public void setSchlammprobe(java.lang.Boolean schlammprobe)
Set the value of the SCHLAMMPROBE column.

Parameters:
schlammprobe -

getPfirmenprobe

public java.lang.Boolean getPfirmenprobe()
Return the value of the P_FIRMENPROBE column.

Returns:
java.lang.Boolean

setPfirmenprobe

public void setPfirmenprobe(java.lang.Boolean pfirmenprobe)
Set the value of the P_FIRMENPROBE column.

Parameters:
pnachprobe -

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