vault backup: 2024-02-06 13:09:16

This commit is contained in:
2024-02-06 13:09:16 +00:00
parent 2b33fac04c
commit 36191e891d
11 changed files with 179 additions and 47 deletions

View File

@@ -3,28 +3,33 @@ 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=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
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\ getItemCode()
comment2.target=java.lang.String\ getTitle()
comment2.text=\n\ Field\ Accessor\ Start\n
comment3.params=
comment3.target=int\ getCost()
comment3.target=java.lang.String\ getItemCode()
comment4.params=
comment4.target=int\ getTimesBorrowed()
comment4.target=int\ getCost()
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=12
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