#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() comment1.text=\n\ Default\ Constructor\ for\ objects\ of\ class\ LibraryReservation\n comment10.params=startDate comment10.target=void\ setStartDate(java.lang.String) comment11.params=noOfDays comment11.target=void\ setNoOfDays(int) comment12.params= comment12.target=java.lang.String\ toString() comment12.text=\n\ Concatenates\ values\ to\ output\ a\ formatted\ string.\n comment13.params= comment13.target=void\ printDetails() comment13.text=\n\ Prints\ to\ terminal,\ the\ details\ of\ the\ reservation.\n comment14.params=writer comment14.target=void\ writeData(java.io.PrintWriter) comment14.text=\n\ Forms\ field\ variables\ in\ a\ desired\ format,\ prints\n\ to\ the\ PrintWriter,\ and\ flush\ to\ the\ file.\n\ Takes\ Parameter\n\ \ PrintWriter\ @writer\n comment15.params=detailScanner comment15.target=void\ readData(java.util.Scanner) comment15.text=\n\ Populate\ the\ fields\ with\ details\ from\ the\ scanner\n\ Takes\ Parameters\n\ \ Scanner\ @detailScanner\n comment2.params= comment2.target=java.lang.String\ getReservationNo() comment2.text=\n\ Accessor\ Start\n comment3.params= comment3.target=java.lang.String\ getItemCode() comment4.params= comment4.target=java.lang.String\ userID() comment5.params= comment5.target=java.util.Date\ getStartDate() comment6.params= comment6.target=int\ getNoOfDays() comment7.params=reservationNo comment7.target=void\ setReservationNo(java.lang.String) comment7.text=\n\ Mutator\ Start\n comment8.params=itemCode comment8.target=void\ setItemCode(java.lang.String) comment9.params=userID comment9.target=void\ setUserID(java.lang.String) numComments=16