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

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

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

See Also:
Serialized Form

Constructor Summary
AbstractBasisSachbearbeiter()
          Simple constructor of AbstractBasisSachbearbeiter instances.
AbstractBasisSachbearbeiter(java.lang.String kennummer)
          Constructor of AbstractBasisSachbearbeiter 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 getEmail()
          Return the value of the EMail column.
 java.lang.Integer getGehoertzuarbeitsgr()
          Return the value of the Gehoertzuarbeitsgr column.
 java.lang.Boolean getIstadministrator()
          Return the value of the Istadministrator column.
 java.lang.String getKennummer()
          Return the simple primary key value that identifies this object.
 java.lang.String getName()
          Return the value of the Name column.
 java.lang.String getPfadspeichern()
          Return the value of the Pfadspeichern column.
 java.lang.String getTelefax()
          Return the value of the Telefax column.
 java.lang.String getTelefon()
          Return the value of the Telefon column.
 java.lang.String getZeichen()
          Return the value of the Zeichen column.
 java.lang.String getZimmer()
          Return the value of the Zimmer 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 setEmail(java.lang.String email)
          Set the value of the EMail column.
 void setGehoertzuarbeitsgr(java.lang.Integer gehoertzuarbeitsgr)
          Set the value of the Istadministrator column.
 void setIstadministrator(java.lang.Boolean istadminstrator)
          Set the value of the Istadministrator column.
 void setKennummer(java.lang.String kennummer)
          Set the simple primary key value that identifies this object.
 void setName(java.lang.String name)
          Set the value of the Name column.
 void setPfadspeichern(java.lang.String pfadspeichern)
          Set the value of the EMail column.
 void setTelefax(java.lang.String telefax)
          Set the value of the Telefax column.
 void setTelefon(java.lang.String telefon)
          Set the value of the Telefon column.
 void setZeichen(java.lang.String zeichen)
          Set the value of the Zeichen column.
 void setZimmer(java.lang.String zimmer)
          Set the value of the Zimmer column.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractBasisSachbearbeiter

public AbstractBasisSachbearbeiter()
Simple constructor of AbstractBasisSachbearbeiter instances.


AbstractBasisSachbearbeiter

public AbstractBasisSachbearbeiter(java.lang.String kennummer)
Constructor of AbstractBasisSachbearbeiter instances given a simple primary key.

Parameters:
kennummer -
Method Detail

getKennummer

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

Returns:
java.lang.Integer

setKennummer

public void setKennummer(java.lang.String kennummer)
Set the simple primary key value that identifies this object.

Parameters:
kennummer -

getName

public java.lang.String getName()
Return the value of the Name column.

Returns:
java.lang.String

setName

public void setName(java.lang.String name)
Set the value of the Name column.

Parameters:
name -

getZeichen

public java.lang.String getZeichen()
Return the value of the Zeichen column.

Returns:
java.lang.String

setZeichen

public void setZeichen(java.lang.String zeichen)
Set the value of the Zeichen column.

Parameters:
zeichen -

getZimmer

public java.lang.String getZimmer()
Return the value of the Zimmer column.

Returns:
java.lang.String

setZimmer

public void setZimmer(java.lang.String zimmer)
Set the value of the Zimmer column.

Parameters:
zimmer -

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 -

getTelefax

public java.lang.String getTelefax()
Return the value of the Telefax column.

Returns:
java.lang.String

setTelefax

public void setTelefax(java.lang.String telefax)
Set the value of the Telefax column.

Parameters:
telefax -

getEmail

public java.lang.String getEmail()
Return the value of the EMail column.

Returns:
java.lang.String

setEmail

public void setEmail(java.lang.String email)
Set the value of the EMail column.

Parameters:
email -

getIstadministrator

public java.lang.Boolean getIstadministrator()
Return the value of the Istadministrator column.

Returns:
java.lang.Boolean

setIstadministrator

public void setIstadministrator(java.lang.Boolean istadminstrator)
Set the value of the Istadministrator column.

Parameters:
istadminstrator -

getPfadspeichern

public java.lang.String getPfadspeichern()
Return the value of the Pfadspeichern column.

Returns:
java.lang.String

setPfadspeichern

public void setPfadspeichern(java.lang.String pfadspeichern)
Set the value of the EMail column.

Parameters:
pfadspeichern -

getGehoertzuarbeitsgr

public java.lang.Integer getGehoertzuarbeitsgr()
Return the value of the Gehoertzuarbeitsgr column.

Returns:
java.lang.Integer

setGehoertzuarbeitsgr

public void setGehoertzuarbeitsgr(java.lang.Integer gehoertzuarbeitsgr)
Set the value of the Istadministrator column.

Parameters:
gehoertzuarbeitsgr -

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