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

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

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

A class that represents a row in the ANH_49_ORTSTERMINE table. You can customize the behavior of this class by editing the class, Anh49Ortstermine(). 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
AbstractAnh49Ortstermine()
          Simple constructor of AbstractAnh49Ortstermine instances.
AbstractAnh49Ortstermine(java.lang.Integer ortsterminid)
          Constructor of AbstractAnh49Ortstermine 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.
 Anh49Fachdaten getAnh49Fachdaten()
          Return the value of the ANH49ID column.
 java.lang.String getBemerkungen()
          Return the value of the BEMERKUNGEN column.
 java.util.Date getDatum()
          Return the value of the DATUM column.
 java.lang.Integer getOrtsterminid()
          Return the simple primary key value that identifies this object.
 java.lang.String getSachbearbeiterIn()
          Return the value of the SACHBEARBEITER_IN 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 setAnh49Fachdaten(Anh49Fachdaten anh49Fachdaten)
          Set the value of the ANH49ID column.
 void setBemerkungen(java.lang.String bemerkungen)
          Set the value of the BEMERKUNGEN column.
 void setDatum(java.util.Date datum)
          Set the value of the DATUM column.
 void setOrtsterminid(java.lang.Integer ortsterminid)
          Set the simple primary key value that identifies this object.
 void setSachbearbeiterIn(java.lang.String sachbearbeiterIn)
          Set the value of the SACHBEARBEITER_IN column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractAnh49Ortstermine

public AbstractAnh49Ortstermine()
Simple constructor of AbstractAnh49Ortstermine instances.


AbstractAnh49Ortstermine

public AbstractAnh49Ortstermine(java.lang.Integer ortsterminid)
Constructor of AbstractAnh49Ortstermine instances given a simple primary key.

Parameters:
ortsterminid -
Method Detail

getOrtsterminid

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

Returns:
java.lang.Integer

setOrtsterminid

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

Parameters:
ortsterminid -

getAnh49Fachdaten

public Anh49Fachdaten getAnh49Fachdaten()
Return the value of the ANH49ID column.

Returns:
Anh49Fachdaten

setAnh49Fachdaten

public void setAnh49Fachdaten(Anh49Fachdaten anh49Fachdaten)
Set the value of the ANH49ID column.

Parameters:
anh49Fachdaten -

getDatum

public java.util.Date getDatum()
Return the value of the DATUM column.

Returns:
java.util.Date

setDatum

public void setDatum(java.util.Date datum)
Set the value of the DATUM column.

Parameters:
datum -

getSachbearbeiterIn

public java.lang.String getSachbearbeiterIn()
Return the value of the SACHBEARBEITER_IN column.

Returns:
java.lang.String

setSachbearbeiterIn

public void setSachbearbeiterIn(java.lang.String sachbearbeiterIn)
Set the value of the SACHBEARBEITER_IN column.

Parameters:
sachbearbeiterIn -

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 -

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