|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.indeinl.AbstractAnh49Ortstermine
public abstract class AbstractAnh49Ortstermine
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.
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 |
---|
public AbstractAnh49Ortstermine()
public AbstractAnh49Ortstermine(java.lang.Integer ortsterminid)
ortsterminid
- Method Detail |
---|
public java.lang.Integer getOrtsterminid()
public void setOrtsterminid(java.lang.Integer ortsterminid)
ortsterminid
- public Anh49Fachdaten getAnh49Fachdaten()
public void setAnh49Fachdaten(Anh49Fachdaten anh49Fachdaten)
anh49Fachdaten
- public java.util.Date getDatum()
public void setDatum(java.util.Date datum)
datum
- public java.lang.String getSachbearbeiterIn()
public void setSachbearbeiterIn(java.lang.String sachbearbeiterIn)
sachbearbeiterIn
- public java.lang.String getBemerkungen()
public void setBemerkungen(java.lang.String bemerkungen)
bemerkungen
- 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 |