de.bielefeld.umweltamt.aui.mappings.basis
Class AbstractBasisObjekt

java.lang.Object
  extended by de.bielefeld.umweltamt.aui.mappings.basis.AbstractBasisObjekt
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BasisObjekt

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

A class that represents a row in the BASIS_OBJEKT table. You can customize the behavior of this class by editing the class, BasisObjekt. 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
AbstractBasisObjekt()
          Simple constructor of AbstractBasisObjekt instances.
AbstractBasisObjekt(java.lang.Integer objektid)
          Constructor of AbstractBasisObjekt 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.util.Date getAenderungsdatum()
          Return the value of the aenderungsdatum column.
 BasisBetreiber getBasisBetreiber()
          Return the value of the BETREIBERID column.
 BasisObjektarten getBasisObjektarten()
          Return the value of the OBJEKTARTID column.
 BasisStandort getBasisStandort()
          Return the value of the STANDORTID column.
 java.lang.String getBeschreibung()
          Return the value of the BESCHREIBUNG column.
 java.util.Date getErfassungsdatum()
          Return the value of the erfassungsdatum column.
 java.util.Date getGueltigBis()
          Return the value of the gueltig_bis column.
 java.util.Date getGueltigVon()
          Return the value of the gueltig_von column.
 java.lang.Boolean getInaktiv()
          Return the value of the aenderungsdatum column.
 java.lang.Integer getObjektid()
          Return the simple primary key value that identifies this object.
 java.lang.String getSachbearbeiter()
          Return the value of the BESCHREIBUNG column.
 java.lang.Integer getUschistdid()
          Return the value of the USCHISTDID column.
 java.util.Date getWiedervorlage()
          Return the value of the wiedervorlage 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 setAenderungsdatum(java.util.Date aenderungsdatum)
          Set the value of the aenderungsdatum column.
 void setBasisBetreiber(BasisBetreiber basisBetreiber)
          Set the value of the BETREIBERID column.
 void setBasisObjektarten(BasisObjektarten basisObjektarten)
          Set the value of the OBJEKTARTID column.
 void setBasisStandort(BasisStandort basisStandort)
          Set the value of the STANDORTID column.
 void setBeschreibung(java.lang.String beschreibung)
          Set the value of the BESCHREIBUNG column.
 void setErfassungsdatum(java.util.Date erfassungsdatum)
          Set the value of the erfassungsdatum column.
 void setGueltigBis(java.util.Date gueltig_bis)
          Set the value of the gueltig_bis column.
 void setGueltigVon(java.util.Date gueltig_von)
          Set the value of the gueltig_von column.
 void setInaktiv(java.lang.Boolean inaktiv)
          Set the value of the aenderungsdatum column.
 void setObjektid(java.lang.Integer objektid)
          Set the simple primary key value that identifies this object.
 void setSachbearbeiter(java.lang.String sachbearbeiter)
          Set the value of the BESCHREIBUNG column.
 void setUschistdid(java.lang.Integer uschistdid)
          Set the value of the USCHISTDID column.
 void setWiedervorlage(java.util.Date wiedervorlage)
          Set the value of the wiedervorlage column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBasisObjekt

public AbstractBasisObjekt()
Simple constructor of AbstractBasisObjekt instances.


AbstractBasisObjekt

public AbstractBasisObjekt(java.lang.Integer objektid)
Constructor of AbstractBasisObjekt instances given a simple primary key.

Parameters:
objektid -
Method Detail

getObjektid

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

Returns:
java.lang.Integer

setObjektid

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

Parameters:
objektid -

getBasisStandort

public BasisStandort getBasisStandort()
Return the value of the STANDORTID column.

Returns:
BasisStandort

setBasisStandort

public void setBasisStandort(BasisStandort basisStandort)
Set the value of the STANDORTID column.

Parameters:
basisStandort -

getBasisBetreiber

public BasisBetreiber getBasisBetreiber()
Return the value of the BETREIBERID column.

Returns:
BasisBetreiber

setBasisBetreiber

public void setBasisBetreiber(BasisBetreiber basisBetreiber)
Set the value of the BETREIBERID column.

Parameters:
basisBetreiber -

getBasisObjektarten

public BasisObjektarten getBasisObjektarten()
Return the value of the OBJEKTARTID column.

Returns:
BasisObjektarten

setBasisObjektarten

public void setBasisObjektarten(BasisObjektarten basisObjektarten)
Set the value of the OBJEKTARTID column.

Parameters:
basisObjektarten -

getUschistdid

public java.lang.Integer getUschistdid()
Return the value of the USCHISTDID column.

Returns:
java.lang.Integer

setUschistdid

public void setUschistdid(java.lang.Integer uschistdid)
Set the value of the USCHISTDID column.

Parameters:
uschistdid -

getSachbearbeiter

public java.lang.String getSachbearbeiter()
Return the value of the BESCHREIBUNG column.

Returns:
java.lang.String

setSachbearbeiter

public void setSachbearbeiter(java.lang.String sachbearbeiter)
Set the value of the BESCHREIBUNG column.

Parameters:
beschreibung -

getBeschreibung

public java.lang.String getBeschreibung()
Return the value of the BESCHREIBUNG column.

Returns:
java.lang.String

setBeschreibung

public void setBeschreibung(java.lang.String beschreibung)
Set the value of the BESCHREIBUNG column.

Parameters:
beschreibung -

getWiedervorlage

public java.util.Date getWiedervorlage()
Return the value of the wiedervorlage column.

Returns:
java.util.Date

setWiedervorlage

public void setWiedervorlage(java.util.Date wiedervorlage)
Set the value of the wiedervorlage column.

Parameters:
revidatum -

getErfassungsdatum

public java.util.Date getErfassungsdatum()
Return the value of the erfassungsdatum column.

Returns:
java.util.Date

setErfassungsdatum

public void setErfassungsdatum(java.util.Date erfassungsdatum)
Set the value of the erfassungsdatum column.

Parameters:
revidatum -

getGueltigVon

public java.util.Date getGueltigVon()
Return the value of the gueltig_von column.

Returns:
java.util.Date

setGueltigVon

public void setGueltigVon(java.util.Date gueltig_von)
Set the value of the gueltig_von column.

Parameters:
revidatum -

getAenderungsdatum

public java.util.Date getAenderungsdatum()
Return the value of the aenderungsdatum column.

Returns:
java.util.Date

setAenderungsdatum

public void setAenderungsdatum(java.util.Date aenderungsdatum)
Set the value of the aenderungsdatum column.

Parameters:
revidatum -

getInaktiv

public java.lang.Boolean getInaktiv()
Return the value of the aenderungsdatum column.

Returns:
java.util.Date

setInaktiv

public void setInaktiv(java.lang.Boolean inaktiv)
Set the value of the aenderungsdatum column.

Parameters:
revidatum -

getGueltigBis

public java.util.Date getGueltigBis()
Return the value of the gueltig_bis column.

Returns:
java.util.Date

setGueltigBis

public void setGueltigBis(java.util.Date gueltig_bis)
Set the value of the gueltig_bis column.

Parameters:
revidatum -

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