product.ctxt

来自「这是一个买卖系统,一个模拟的系统,根据下订单,看订单,买,等功能」· CTXT 代码 · 共 18 行

CTXT
18
字号
#BlueJ class context
comment0.params=aProductNo\ aDescription\ aPrice\ aQuantity
comment0.target=Product(String,\ String,\ double,\ int)
comment0.text=\nConstruct\ a\ product\ details\n\n
comment1.target=String\ getProductNo()
comment2.target=String\ getDescription()
comment3.target=double\ getPrice()
comment4.target=int\ getQuantity()
comment5.params=aProductNo
comment5.target=void\ setProductNo(String)
comment6.params=aDescription
comment6.target=void\ setDescription(String)
comment7.params=aPrice
comment7.target=void\ setPrice(double)
comment8.params=aQuantity
comment8.target=void\ setQuantity(int)
numComments=9

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?