|
Class: Order (private in WebDemoShop
This class is only visible from within
WebDemoShop.
Object
|
+--Demos::WebDemoShop::Order
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services-Demo-WebApplications
- Owner:
- Demos::WebDemoShop
accessing
-
amount
-
return the value of the instance variable 'amount' (automatically generated)
-
amount: something
-
set the value of the instance variable 'amount' (automatically generated)
-
article
-
return the value of the instance variable 'article' (automatically generated)
-
article: something
-
set the value of the instance variable 'article' (automatically generated)
-
id
-
return the value of the instance variable 'id' (automatically generated)
-
id: something
-
set the value of the instance variable 'id' (automatically generated)
-
id: idArg article: articleArg amount: amountArg
-
set instance variables (automatically generated)
|