Initial Commit P2 Part 1
This commit is contained in:
30
Semester 2/Programming 2/Project/Part 1/LibraryItem.ctxt
Normal file
30
Semester 2/Programming 2/Project/Part 1/LibraryItem.ctxt
Normal file
@@ -0,0 +1,30 @@
|
||||
#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=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
|
||||
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=12
|
Reference in New Issue
Block a user