de.bielefeld.umweltamt.aui.mappings.indeinl
Class AbstractAnhEntsorger

java.lang.Object
  extended by de.bielefeld.umweltamt.aui.mappings.indeinl.AbstractAnhEntsorger
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AnhEntsorger

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

A class that represents a row in the ANH_50_ENTSORGER table. You can customize the behavior of this class by editing the class, AnhEntsorger. 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
AbstractAnhEntsorger()
          Simple constructor of AbstractAnh50Entsorger instances.
AbstractAnhEntsorger(java.lang.Integer entsorgerid)
          Constructor of AbstractAnh50Entsorger 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 getAnsprechpartner()
          Return the value of the ANSPRECHPARTNER column.
 java.lang.String getEntsorger()
          Return the value of the ENTSORGER column.
 java.lang.Integer getEntsorgerid()
          Return the simple primary key value that identifies this object.
 java.lang.Integer getHausnr()
          Return the value of the HAUSNR column.
 java.lang.String getOrt()
          Return the value of the ORT column.
 java.lang.String getPlz()
          Return the value of the PLZ column.
 java.lang.String getStrasse()
          Return the value of the STRASSE column.
 java.lang.String getTelefon()
          Return the value of the TELEFON 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 setAnsprechpartner(java.lang.String ansprechpartner)
          Set the value of the ANSPRECHPARTNER column.
 void setEntsorger(java.lang.String entsorger)
          Set the value of the ENTSORGER column.
 void setEntsorgerid(java.lang.Integer entsorgerid)
          Set the simple primary key value that identifies this object.
 void setHausnr(java.lang.Integer hausnr)
          Set the value of the HAUSNR column.
 void setOrt(java.lang.String ort)
          Set the value of the ORT column.
 void setPlz(java.lang.String plz)
          Set the value of the PLZ column.
 void setStrasse(java.lang.String strasse)
          Set the value of the STRASSE column.
 void setTelefon(java.lang.String telefon)
          Set the value of the TELEFON column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnhEntsorger

public AbstractAnhEntsorger()
Simple constructor of AbstractAnh50Entsorger instances.


AbstractAnhEntsorger

public AbstractAnhEntsorger(java.lang.Integer entsorgerid)
Constructor of AbstractAnh50Entsorger instances given a simple primary key.

Parameters:
entsorgerid -
Method Detail

getEntsorgerid

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

Returns:
java.lang.Integer

setEntsorgerid

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

Parameters:
entsorgerid -

getEntsorger

public java.lang.String getEntsorger()
Return the value of the ENTSORGER column.

Returns:
java.lang.String

setEntsorger

public void setEntsorger(java.lang.String entsorger)
Set the value of the ENTSORGER column.

Parameters:
entsorger -

getStrasse

public java.lang.String getStrasse()
Return the value of the STRASSE column.

Returns:
java.lang.String

setStrasse

public void setStrasse(java.lang.String strasse)
Set the value of the STRASSE column.

Parameters:
strasse -

getHausnr

public java.lang.Integer getHausnr()
Return the value of the HAUSNR column.

Returns:
java.lang.Integer

setHausnr

public void setHausnr(java.lang.Integer hausnr)
Set the value of the HAUSNR column.

Parameters:
hausnr -

getPlz

public java.lang.String getPlz()
Return the value of the PLZ column.

Returns:
java.lang.String

setPlz

public void setPlz(java.lang.String plz)
Set the value of the PLZ column.

Parameters:
plz -

getOrt

public java.lang.String getOrt()
Return the value of the ORT column.

Returns:
java.lang.String

setOrt

public void setOrt(java.lang.String ort)
Set the value of the ORT column.

Parameters:
ort -

getAnsprechpartner

public java.lang.String getAnsprechpartner()
Return the value of the ANSPRECHPARTNER column.

Returns:
java.lang.String

setAnsprechpartner

public void setAnsprechpartner(java.lang.String ansprechpartner)
Set the value of the ANSPRECHPARTNER column.

Parameters:
ansprechpartner -

getTelefon

public java.lang.String getTelefon()
Return the value of the TELEFON column.

Returns:
java.lang.String

setTelefon

public void setTelefon(java.lang.String telefon)
Set the value of the TELEFON column.

Parameters:
telefon -

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