11 lines
359 B
Smalltalk
11 lines
359 B
Smalltalk
accessing
|
|
reStoreDefinition
|
|
^ super reStoreDefinition
|
|
define: #id as: String;
|
|
define: #text as: String;
|
|
define: #created as: String;
|
|
define: #authorId as: String;
|
|
define: #timelines as: (Dictionary of: String -> String);
|
|
define: #metrics as: (Dictionary of: String -> String);
|
|
define: #metadata as: (Dictionary of: String -> String);
|
|
yourself |