Package application.model
Klasse PersonsInAWeek
java.lang.Object
application.model.PersonsInAWeek
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic List<PersonsInAWeek> parseAList(List<Person> list) voidsetFridayPerson(Person fridayPerson) voidsetMondayPerson(Person mondayPerson) voidsetSaturdayPerson(Person saturdayPerson) voidsetSundayPerson(Person sundayPerson) voidsetThursdayPerson(Person thursdayPerson) voidsetTuesdayPerson(Person tuesdayPerson) voidsetWednesdayPerson(Person wednesdayPerson) toString()
-
Konstruktordetails
-
PersonsInAWeek
public PersonsInAWeek(Person mondayPerson, Person tuesdayPerson, Person wednesdayPerson, Person thursdayPerson, Person fridayPerson, Person saturdayPerson, Person sundayPerson) - Parameter:
mondayPerson- the Person for the Monday slot.tuesdayPerson- the Person for the Tuesday slot.wednesdayPerson- the Person for the Wednesday slot.thursdayPerson- the Person for the Thursday slot.fridayPerson- the Person for the Friday slot.saturdayPerson- the Person for the Saturday slot.sundayPerson- the Person for the Sunday slot.- Siehe auch:
-
-
Methodendetails
-
parseAList
- Parameter:
list- The List of persons which will be parsed into aPersonsInAWeek.- Gibt zurück:
- a
PersonsInAWeekObject from the String.
-
toString
-
getMondayPerson
- Gibt zurück:
- the mondayPerson
-
setMondayPerson
- Parameter:
mondayPerson- the mondayPerson to set
-
getTuesdayPerson
- Gibt zurück:
- the tuesdayPerson
-
setTuesdayPerson
- Parameter:
tuesdayPerson- the tuesdayPerson to set
-
getWednesdayPerson
- Gibt zurück:
- the wednesdayPerson
-
setWednesdayPerson
- Parameter:
wednesdayPerson- the wednesdayPerson to set
-
getThursdayPerson
- Gibt zurück:
- the thursdayPerson
-
setThursdayPerson
- Parameter:
thursdayPerson- the thursdayPerson to set
-
getSaturdayPerson
- Gibt zurück:
- the saturdayPerson
-
setSaturdayPerson
- Parameter:
saturdayPerson- the saturdayPerson to set
-
getSundayPerson
- Gibt zurück:
- the sundayPerson
-
setSundayPerson
- Parameter:
sundayPerson- the sundayPerson to set
-
getFridayPerson
- Gibt zurück:
- the fridayPerson
-
setFridayPerson
- Parameter:
fridayPerson- the fridayPerson to set
-