2022-04-04 21:34:55 +00:00
|
|
|
accessing
|
|
|
|
reStoreDefinition
|
|
|
|
^ super reStoreDefinition
|
2022-04-12 23:13:31 +00:00
|
|
|
define: #id as: String;
|
2022-04-04 21:34:55 +00:00
|
|
|
define: #text as: String;
|
|
|
|
define: #created as: String;
|
2022-04-06 14:50:50 +00:00
|
|
|
define: #authorId as: String;
|
2022-04-09 04:50:31 +00:00
|
|
|
define: #timelines as: (Dictionary of: String -> String);
|
|
|
|
define: #metrics as: (Dictionary of: String -> String);
|
2022-04-12 23:13:31 +00:00
|
|
|
define: #metadata as: (Dictionary of: String -> String);
|
2022-04-04 21:34:55 +00:00
|
|
|
yourself
|