#BlueJ class context comment0.params=title\ itemCode\ cost\ timesBorrowed\ onLoan comment0.target=LibraryItem(java.lang.String,\ java.lang.String,\ int,\ int,\ boolean) comment0.text=\n\ Constructor\ for\ objects\ of\ class\ LibraryItem\n comment1.params= comment1.target=LibraryItem() comment1.text=\n\ Default\ constructor\ for\ object\ of\ class\ LibraryItem\n comment10.params=timesBorrowed comment10.target=void\ setTimesBorrowed(int) comment11.params=onLoan comment11.target=void\ setOnLoan(boolean) comment12.params= comment12.target=void\ printDetails() comment12.text=\n\ Field\ Mutator\ End\n comment13.params=detailScanner comment13.target=void\ readData(java.util.Scanner) comment2.params= comment2.target=java.lang.String\ getTitle() comment2.text=\n\ Field\ Accessor\ Start\n comment3.params= comment3.target=java.lang.String\ getItemCode() comment4.params= comment4.target=int\ getCost() comment5.params= comment5.target=int\ getTimesBorrowed() comment6.params= comment6.target=boolean\ getOnLoan() comment7.params=title comment7.target=void\ setTitle(java.lang.String) comment7.text=\n\ Field\ Accessor\ End\n\ \n\ Field\ Mutator\ Start\n comment8.params=itemCode comment8.target=void\ setItemCode(java.lang.String) comment9.params=cost comment9.target=void\ setCost(int) numComments=14