#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=LibraryReservation() comment10.params= comment10.target=int\ getNoOfDays() comment10.text=\n\ Return\ value\ of\ @noOfDays\n comment11.params=reservationNo comment11.target=void\ setReservationNo(java.lang.String) comment11.text=\n\ Set\ @reservationNo\ to\ a\ new\ value\n comment12.params=itemCode comment12.target=void\ setItemCode(java.lang.String) comment12.text=\n\ Set\ @itemCode\ to\ a\ new\ value\n comment13.params=userID comment13.target=void\ setUserID(java.lang.String) comment13.text=\n\ Set\ @userID\ to\ a\ new\ value\n comment14.params=startDate comment14.target=void\ setStartDate(java.lang.String) comment14.text=\n\ Set\ @startDate\ to\ a\ new\ value\n comment15.params=noOfDays comment15.target=void\ setNoOfDays(int) comment15.text=\n\ Set\ @noOfDays\ to\ a\ new\ value\n comment2.params= comment2.target=java.lang.String\ toString() comment3.params= comment3.target=void\ printDetails() comment3.text=\n\ Prints\ to\ terminal,\ the\ details\ of\ the\ reservation.\n comment4.params=writer comment4.target=void\ writeData(java.io.PrintWriter) comment5.params=detailScanner comment5.target=void\ readData(java.util.Scanner) comment6.params= comment6.target=java.lang.String\ getReservationNo() comment6.text=\n\ Return\ value\ of\ @reservationNo\n comment7.params= comment7.target=java.lang.String\ getItemCode() comment7.text=\n\ Return\ value\ of\ @itemCode\n comment8.params= comment8.target=java.lang.String\ getUserID() comment8.text=\n\ Return\ value\ of\ @userID\n comment9.params= comment9.target=java.util.Date\ getStartDate() comment9.text=\n\ Return\ value\ of\ @startDate\n numComments=16