36 lines
1.5 KiB
Plaintext
36 lines
1.5 KiB
Plaintext
#BlueJ class context
|
|
comment0.params=reservationNo\ itemCode\ userID\ startDate\ noOfDays
|
|
comment0.target=LibraryReservation(java.lang.String,\ java.lang.String,\ java.lang.String,\ java.lang.String,\ int)
|
|
comment0.text=\n\ Constructor\ for\ objects\ of\ class\ LibraryReservation\n
|
|
comment1.params=
|
|
comment1.target=java.lang.String\ getReservationNo()
|
|
comment1.text=\n\ Return\ value\ of\ @reservationNo\n
|
|
comment10.params=noOfDays
|
|
comment10.target=void\ setNoOfDays(int)
|
|
comment10.text=\n\ Set\ @noOfDays\ to\ a\ new\ value\n
|
|
comment2.params=
|
|
comment2.target=java.lang.String\ getItemCode()
|
|
comment2.text=\n\ Return\ value\ of\ @itemCode\n
|
|
comment3.params=
|
|
comment3.target=java.lang.String\ getUserID()
|
|
comment3.text=\n\ Return\ value\ of\ @userID\n
|
|
comment4.params=
|
|
comment4.target=java.util.Date\ getStartDate()
|
|
comment4.text=\n\ Return\ value\ of\ @startDate\n
|
|
comment5.params=
|
|
comment5.target=int\ getNoOfDays()
|
|
comment5.text=\n\ Return\ value\ of\ @noOfDays\n
|
|
comment6.params=reservationNo
|
|
comment6.target=void\ setReservationNo(java.lang.String)
|
|
comment6.text=\n\ Set\ @reservationNo\ to\ a\ new\ value\n
|
|
comment7.params=itemCode
|
|
comment7.target=void\ setItemCode(java.lang.String)
|
|
comment7.text=\n\ Set\ @itemCode\ to\ a\ new\ value\n
|
|
comment8.params=userID
|
|
comment8.target=void\ setUserID(java.lang.String)
|
|
comment8.text=\n\ Set\ @userID\ to\ a\ new\ value\n
|
|
comment9.params=startDate
|
|
comment9.target=void\ setStartDate(java.lang.String)
|
|
comment9.text=\n\ Set\ @startDate\ to\ a\ new\ value\n
|
|
numComments=11
|