Files
G4G0-1/Semester 2/Programming 2/Project/Part 1/LibraryItem.ctxt

33 lines
1.1 KiB
Plaintext

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