-
Notifications
You must be signed in to change notification settings - Fork 0
/
Tool.ctxt
21 lines (21 loc) · 859 Bytes
/
Tool.ctxt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#BlueJ class context
comment0.target=Tool
comment0.text=\n\ The\ class\ has\ multiple\ fields\ regarding\ information\ about\ the\ Tools\ in\ the\ Tool\ hire\ store.\n\n\ @author\ (Gabriel\ Fioreze)\n\ @version\ (v2)\n
comment1.params=toolName\ itemCode\ timesBorrowed\ onLoan\ cost\ weight
comment1.target=Tool(java.lang.String,\ java.lang.String,\ int,\ boolean,\ double,\ double)
comment1.text=\n\ Constructor\ for\ objects\ of\ class\ Tool\n
comment2.params=
comment2.target=java.lang.String\ getToolName()
comment3.params=
comment3.target=java.lang.String\ getItemCode()
comment4.params=
comment4.target=int\ getTimesBorrowed()
comment5.params=
comment5.target=boolean\ getOnLoan()
comment6.params=
comment6.target=double\ getCost()
comment7.params=
comment7.target=double\ getWeight()
comment8.params=
comment8.target=void\ printDetails()
numComments=9