Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/locations/LocatorBankAccountDE"
From OOModels
< Artefact:Model | org | oomodels | sandbox | business | foundation | locations
Jump to navigationJump to search
AndreasLeue (talk | contribs) |
AndreasLeue (talk | contribs) |
||
Line 20: | Line 20: | ||
oder Bankleitzahl nennen? | oder Bankleitzahl nennen? | ||
+ org/xmodel/XMLogic | + org/xmodel/XMLogic | ||
- ValidationConstraint = { Condition=JavaCode=« blz.matches("[0-9]{8}")», ErrorMessage="Die Bankleitzahl muß aus genau acht Ziffern bestehen" } | - ValidationConstraint = { Condition={JavaCode=« blz.matches("[0-9]{8}")»}, ErrorMessage="Die Bankleitzahl muß aus genau acht Ziffern bestehen" } | ||
** Kontonummer String | ** Kontonummer String | ||
** Kontostand Integer | ** Kontostand Integer |
Revision as of 09:34, 18 January 2010
Classification | |
---|---|
Type | Type:org/oomodels/WIML/1.0 |
Domain | Domain:business/foundation |
Category | Type:org/oomodels/wiki/Model |
More | |
Download Code | |
Diagram | |
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 |
Code[edit]
| ||||||
LocatorBankAccountDE «CoreClass» | ||||||
---|---|---|---|---|---|---|
...
|
||||||
BankName | String | «» | ||||
BLZ | String | «» | ...
| |||
oder Bankleitzahl nennen? | ||||||
Kontonummer | String | «» | ||||
Kontostand | Integer | «» | ...
|
Notes[edit]
Warum BLZ und BankName und nicht Referenz auf Bank? Weil das Locators sind. Hm.