Files
G4G0-1/Semester 1/Programming 1/Homework 4/Company.ctxt
2024-01-15 20:14:10 +00:00

27 lines
1.2 KiB
Plaintext

#BlueJ class context
comment0.params=name
comment0.target=Company(java.lang.String)
comment0.text=\n\ Constructor\ for\ objects\ of\ class\ Company\n
comment1.params=
comment1.target=Company()
comment1.text=\n\ Default\ constructor\ for\ objects\ of\ class\ Company\n
comment2.params=
comment2.target=java.lang.String\ getName()
comment2.text=\n\ Returns\ the\ name\ of\ the\ company.\n
comment3.params=
comment3.target=java.util.ArrayList\ getWebsiteList()
comment3.text=\n\ Returns\ the\ list\ elements\ of\ websiteList.\n
comment4.params=name
comment4.target=void\ setName(java.lang.String)
comment4.text=\n\ Set\ the\ name\ of\ the\ company\ to\ a\ new\ value.\n
comment5.params=website
comment5.target=void\ storeWebsite(Website)
comment5.text=\n\ Store\ a\ website\ in\ the\ websiteList\n
comment6.params=threshold
comment6.target=java.util.ArrayList\ findProfitableWebsites(int)
comment6.text=\n\ Returns\ the\ most\ profitable\ sites,\ of\ which\ are\ above\ a\ specified\ threshold\n\ of\ earnings.\n
comment7.params=holiday
comment7.target=java.util.ArrayList\ findMembersHoliday(Holiday)
comment7.text=\n\ Returns\ the\ members\ currently\ on\ any\ given\ holiday\ within\ the\ company,\ across\n\ all\ websites.\n
numComments=8