|
Class: Article (private in WebDemoShopSessions
This class is only visible from within
WebDemoShopSessions.
Object
|
+--Demos::WebDemoShopSessions::Article
- Package:
- stx:goodies/webServer
- Category:
- Net-Communication-HTTP-Services-Demo-WebApplications
- Owner:
- Demos::WebDemoShopSessions
instance creation
-
fromXMLStream: aStream
-
accessing
-
articleNr
-
return the value of the instance variable 'articleNr' (automatically generated)
-
articleNr: something
-
set the value of the instance variable 'articleNr' (automatically generated)
-
category
-
return the value of the instance variable 'category' (automatically generated)
-
category: something
-
set the value of the instance variable 'category' (automatically generated)
-
imageName
-
return the value of the instance variable 'imageName' (automatically generated)
-
imageName: something
-
set the value of the instance variable 'imageName' (automatically generated)
-
name
-
return the value of the instance variable 'name' (automatically generated)
-
name: something
-
set the value of the instance variable 'name' (automatically generated)
-
price
-
return the value of the instance variable 'price' (automatically generated)
-
price: something
-
set the value of the instance variable 'price' (automatically generated)
storing
-
xmlStoreOn: aStream
-
|