|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.bielefeld.umweltamt.aui.mappings.basis.AbstractBasisObjekt
public abstract class AbstractBasisObjekt
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.
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 |
---|
public AbstractBasisObjekt()
public AbstractBasisObjekt(java.lang.Integer objektid)
objektid
- Method Detail |
---|
public java.lang.Integer getObjektid()
public void setObjektid(java.lang.Integer objektid)
objektid
- public BasisStandort getBasisStandort()
public void setBasisStandort(BasisStandort basisStandort)
basisStandort
- public BasisBetreiber getBasisBetreiber()
public void setBasisBetreiber(BasisBetreiber basisBetreiber)
basisBetreiber
- public BasisObjektarten getBasisObjektarten()
public void setBasisObjektarten(BasisObjektarten basisObjektarten)
basisObjektarten
- public java.lang.Integer getUschistdid()
public void setUschistdid(java.lang.Integer uschistdid)
uschistdid
- public java.lang.String getSachbearbeiter()
public void setSachbearbeiter(java.lang.String sachbearbeiter)
beschreibung
- public java.lang.String getBeschreibung()
public void setBeschreibung(java.lang.String beschreibung)
beschreibung
- public java.util.Date getWiedervorlage()
public void setWiedervorlage(java.util.Date wiedervorlage)
revidatum
- public java.util.Date getErfassungsdatum()
public void setErfassungsdatum(java.util.Date erfassungsdatum)
revidatum
- public java.util.Date getGueltigVon()
public void setGueltigVon(java.util.Date gueltig_von)
revidatum
- public java.util.Date getAenderungsdatum()
public void setAenderungsdatum(java.util.Date aenderungsdatum)
revidatum
- public java.lang.Boolean getInaktiv()
public void setInaktiv(java.lang.Boolean inaktiv)
revidatum
- public java.util.Date getGueltigBis()
public void setGueltigBis(java.util.Date gueltig_bis)
revidatum
- 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 |