9 lines
237 B
Smalltalk
9 lines
237 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
defineAsID: #id;
|
|
define: #text as: String;
|
|
define: #created as: String;
|
|
define: #authorId as: String;
|
|
define: #timelines as: (Dictionary of: String -> String);
|
|
yourself |