-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBook.ctxt
More file actions
22 lines (22 loc) · 851 Bytes
/
Book.ctxt
File metadata and controls
22 lines (22 loc) · 851 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#BlueJ class context
comment0.target=Book
comment0.text=\r\n\ \r\nWrite\ a\ description\ of\ class\ Book\ here.*\r\n@author\ (your\ name)\r\n@version\ (a\ version\ number\ or\ a\ date)\r\n
comment1.params=title\ genre\ writer
comment1.target=Book(java.lang.String,\ java.lang.String,\ java.lang.String)
comment2.params=
comment2.target=java.lang.String\ getTitle()
comment3.params=title
comment3.target=void\ setTitle(java.lang.String)
comment4.params=
comment4.target=java.lang.String\ getGenre()
comment5.params=genre
comment5.target=void\ setGenre(java.lang.String)
comment6.params=
comment6.target=java.lang.String\ getWriter()
comment7.params=writer
comment7.target=void\ setWriter(java.lang.String)
comment8.params=
comment8.target=java.lang.String\ toString()
comment9.params=
comment9.target=void\ print()
numComments=10