27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
#BlueJ class context
|
|
comment0.params=
|
|
comment0.target=Holiday()
|
|
comment0.text=\n\ Default\ constructor\ for\ objects\ of\ class\ Holiday\n
|
|
comment1.params=refNumber\ type\ price
|
|
comment1.target=Holiday(java.lang.String,\ java.lang.String,\ int)
|
|
comment1.text=\n\ Constructor\ for\ objects\ of\ class\ Holiday.\n
|
|
comment2.params=
|
|
comment2.target=java.lang.String\ getRefNumber()
|
|
comment2.text=\n\ Return\ the\ reference\ number\ of\ the\ holiday.\n
|
|
comment3.params=
|
|
comment3.target=java.lang.String\ getType()
|
|
comment3.text=\n\ Return\ the\ type\ of\ the\ holiday.\n
|
|
comment4.params=
|
|
comment4.target=int\ getPrice()
|
|
comment4.text=\n\ Return\ the\ price\ of\ the\ holiday.\n
|
|
comment5.params=refNumber
|
|
comment5.target=void\ setRefNumber(java.lang.String)
|
|
comment5.text=\n\ Set\ the\ reference\ number\ of\ the\ holiday\ to\ a\ new\ value.\n
|
|
comment6.params=type
|
|
comment6.target=void\ setType(java.lang.String)
|
|
comment6.text=\n\ Set\ the\ type\ of\ the\ holiday\ to\ a\ new\ value.\n
|
|
comment7.params=price
|
|
comment7.target=void\ setPrice(int)
|
|
comment7.text=\n\ Set\ the\ price\ of\ the\ holiday\ to\ a\ new\ value.\n
|
|
numComments=8
|