-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPersoon.ctxt
75 lines (75 loc) · 3.58 KB
/
Persoon.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#BlueJ class context
comment0.params=
comment0.target=Persoon()
comment1.params=bsn1\ dag1\ maand1\ jaar1\ geslacht1\ voornaam1\ achternaam1
comment1.target=Persoon(int,\ int,\ int,\ int,\ char,\ java.lang.String,\ java.lang.String)
comment10.params=voornaam1
comment10.target=void\ setVoornaam(java.lang.String)
comment10.text=\r\n\ Set\ the\ first\ name\r\n\ \r\n\ @return\ first\ name\r\n
comment11.params=achternaam1
comment11.target=void\ setAchternaam(java.lang.String)
comment11.text=\r\n\ Set\ the\ last\ name\r\n\ \r\n\ @return\ last\ name\r\n
comment12.params=geslacht1
comment12.target=void\ setGender(char)
comment12.text=\r\n\ Set\ the\ gender\r\n\ \r\n\ @return\ gender\r\n
comment13.params=
comment13.target=void\ drukAf()
comment13.text=\r\n\ Prints\ a\ report\ about\ the\ Person\r\n\ \r\n\ @return\ void\r\n
comment14.params=jaar1
comment14.target=boolean\ checkSchrikkeljaar(int)
comment14.text=\r\n\ Checks\ wether\ the\ given\ year\ is\ a\ leap\ year\ or\ not\r\n\ \r\n\ @returns\ boolean\ true\ or\ false\r\n
comment15.params=
comment15.target=void\ pakDienblad()
comment15.text=\r\n\ Pak\ een\ nieuw\ dienblad\r\n
comment16.params=
comment16.target=java.util.Iterator\ getIteratorDienblad()
comment16.text=\r\n\ Haal\ het\ dienblad\ met\ artikelen\ als\ een\ Iterator\ op\r\n\ \r\n\ @return\ Iterator<Artikel>\ dienblad\r\n
comment17.params=
comment17.target=java.lang.String\ toString()
comment17.text=\r\n\ Geeft\ een\ string\ van\ de\ gegevens\ (in\ dit\ geval\ alleen\ de\ naam)\r\n\ \r\n\ @return\ String\r\n
comment18.params=object
comment18.target=boolean\ equals(java.lang.Object)
comment18.text=\r\n\ Controleert\ of\ twee\ personen\ dezelfde\ personen\ zijn\r\n\ \r\n\ @param\ Object\r\n\ \r\n\ @return\ boolean\r\n
comment19.params=saldo
comment19.target=void\ setBetaalwijze(double)
comment19.text=\r\n\ Setter\ voor\ de\ betaalwijze\r\n\ \r\n\ @param\ saldo\r\n
comment2.params=
comment2.target=int\ getBsn()
comment2.text=\r\n\ Get\ the\ BSN;\r\n\ \r\n\ @return\ BSN;\r\n
comment20.params=
comment20.target=Betaalwijze\ getBetaalwijze()
comment20.text=\r\n\ Getter\ voor\ de\ betaalwijze\r\n\ \r\n\ @return\ betaalwijze\r\n
comment21.params=saldo\ kredietlimiet
comment21.target=void\ nieuwePinpas(double,\ double)
comment21.text=\r\n\ Maakt\ een\ nieuwe\ pinpas\ voor\ de\ persoon\r\n\ \r\n\ @param\ kredietlemiet\r\n
comment22.params=
comment22.target=Pinpas\ getPinpas()
comment22.text=\r\n\ Geeft\ de\ pinpas\r\n\ \r\n\ @return\ Pinpas\r\n
comment23.params=
comment23.target=double\ geefKortingsPercentage()
comment24.params=
comment24.target=boolean\ heeftMaximum()
comment25.params=
comment25.target=double\ geefMaximum()
comment3.params=
comment3.target=java.lang.String\ getGeboorteDatum()
comment3.text=\r\n\ Get\ the\ Birthday\r\n\ \r\n\ @return\ Geboortedatum\r\n
comment4.params=
comment4.target=java.lang.String\ getGender()
comment4.text=\r\n\ Get\ gender\r\n\ \r\n\ @return\ Gender\r\n
comment5.params=
comment5.target=java.lang.String\ getFirstname()
comment5.text=\r\n\ Get\ the\ first\ name\r\n\ \r\n\ @return\ Voornaam\r\n
comment6.params=
comment6.target=java.lang.String\ getLastname()
comment6.text=\r\n\ Get\ the\ last\ name\r\n\ \r\n\ @return\ Achternaam\r\n
comment7.params=
comment7.target=java.lang.String\ getName()
comment7.text=\r\n\ Get\ the\ full\ name\r\n\ \r\n\ @return\ voornaam\ +\ achternaam\r\n
comment8.params=bsn1
comment8.target=void\ setBsn(int)
comment8.text=\r\n\ Set\ the\ BSN\r\n\ \r\n\ @return\ BSN\r\n\ \r\n
comment9.params=dag1\ maand1\ jaar1
comment9.target=void\ setBirthdate(int,\ int,\ int)
comment9.text=\r\n\ Set\ the\ birthdate\r\n\ \r\n\ @return\ Birthday\r\n
numComments=26