Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/accounting/Account"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/oomodels/WIML/1.0 | Meta_Domain = Domain:business/foundation/accounting | Meta_Category = Type:org/oomodels/wi...)
 
 
(11 intermediate revisions by the same user not shown)
Line 7: Line 7:
| Meta_AddCategoryToCategory = true
| Meta_AddCategoryToCategory = true
}}
}}
== ToThink ==
template types vs aliases vs interface
org/oomodels/primitives/String
org/oomodels/sandbox/business/datatypes/text/Text


== Code ==
== Code ==


<wiml>
<wiml>
* Account CoreClass
* Account org/ooem/stereotypes/classes/AbstractCoreClass,org/ooem/stereotypes/classes/RootOfKnownDerivedClasses
** Id String
+ org/xmodel/XMPresentation
** Name Text
    - Name=LiteralVariantsMarkedUp={en="Account",de="Konto"}
** Id org/oomodels/primitives/String
+ org/xmodel/XMPresentation
    - Name=LiteralVariantsMarkedUp={en="Identifier",de="Kennung"}
** Name org/oomodels/primitives/String
+ org/xmodel/XMPresentation
    - Name=LiteralVariantsMarkedUp={en="Name",de="Bezeichnung"}
** Description org/oomodels/primitives/String
+ org/xmodel/XMPresentation
    - Name=LiteralVariantsMarkedUp={en="Description",de="Beschreibung"}
** Balance org/oomodels/sandbox/business/datatypes/quantities/money/Amount
+ org/xmodel/XMPresentation
    - Name=LiteralVariantsMarkedUp={en="Balance",de="Saldo"}
</wiml>
</wiml>

Latest revision as of 14:05, 29 January 2013

Classification
Type Type:org/oomodels/WIML/1.0
Domain Domain:business/foundation/accounting
Category Type:org/oomodels/wiki/Model
More
Download Code
Namespace (more)

Provides a sandbox for modelling.

It is intended to develop generalised, sufficiently abstract artefacts that can serve as common ground for more specific models.

create new pages

ToThink[edit]

template types vs aliases vs interface org/oomodels/primitives/String org/oomodels/sandbox/business/datatypes/text/Text

Code[edit]

Account
«AbstractCoreClass, RootOfKnownDerivedClasses»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Account",
    de = "Konto"
}
IdString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Identifier",
    de = "Kennung"
}
NameString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Name",
    de = "Bezeichnung"
}
DescriptionString«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Description",
    de = "Beschreibung"
}
BalanceAmount«»
...
XMPresentation NameLiteralVariantsMarkedUp = {
    en = "Balance",
    de = "Saldo"
}