db
Class Beschaeftigte

java.lang.Object
  extended by db.Beschaeftigte

public class Beschaeftigte
extends java.lang.Object


Constructor Summary
Beschaeftigte()
           
Beschaeftigte(int year, int anzahl)
          Neue Mitarbeiteranzahl-Kombination
 
Method Summary
 int getAnzahl()
           
 int getYear()
           
 void setAnzahl(int anzahl)
           
 void setYear(int year)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Beschaeftigte

public Beschaeftigte()

Beschaeftigte

public Beschaeftigte(int year,
                     int anzahl)
Neue Mitarbeiteranzahl-Kombination

Parameters:
year - Jahr, in dem Mitarbeiterzahlen geschrieben wurden
anzahl - Anzahl Mitarbeiter...
Method Detail

setYear

public void setYear(int year)
Parameters:
year -

getYear

public int getYear()
Returns:

setAnzahl

public void setAnzahl(int anzahl)
Parameters:
anzahl -

getAnzahl

public int getAnzahl()
Returns:

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns: