E G K M R S W

E

equals(Object) - Method in class Kunde
Overwrites equals in class Object.

G

getKnr() - Method in class Kunde
Returns the knr property.
getName() - Method in class Kunde
Returns the name property.
getOrt() - Method in class Kunde
Returns the ort property.
getStrasse() - Method in class Kunde
Returns the strasse property.

K

Kunde - class Kunde.
This class represents a Kunde.
Kunde() - Constructor for class Kunde
Constructor
Kunde(int, String, String, String) - Constructor for class Kunde
Constructor.
KundenBroker - class KundenBroker.
The KundenBroker class is responsible for reading and writing Kunde objects from and to the database.
KundenBroker(Database) - Constructor for class KundenBroker
Constructor.
KundeTester - class KundeTester.
Simple Tester class for Kunde and KundeBroker.
KundeTester() - Constructor for class KundeTester
 

M

main(String[]) - Static method in class KundeTester
 

R

readKunde(int) - Method in class KundenBroker
Reads a Kunde object from the database.

S

setKnr(int) - Method in class Kunde
Sets the knr property.
setName(String) - Method in class Kunde
Sets the name property.
setOrt(String) - Method in class Kunde
Sets the ort property.
setStrasse(String) - Method in class Kunde
Sets the strasse property.

W

writeKunde(Kunde) - Method in class KundenBroker
Writes a Kunde object to the database.

E G K M R S W