8 lines
169 B
Smalltalk
8 lines
169 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
define: #id as: String;
|
|
define: #text as: String;
|
|
define: #created as: String;
|
|
defineAsID: #id;
|
|
yourself |