Difference between revisions of "Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Name"

From OOModels
Jump to navigationJump to search
(New page: {{Metabox | Meta_Type = Type:org/ooem/UMLClass/1.0 | Meta_Encoding = Type:org/xocp/OCP/xml/2.0 | Meta_Domain = Domain:business/foundation/entities | Meta_Category = Type:org/oomodels...)
 
Line 10: Line 10:
== Code ==
== Code ==


<div class="code">
<wiml>
<?xml version="1.0" encoding="UTF-8"?>
* Name
<UMLClass Name="Name" xmlns="http://www.ooem.org/1.0">
  The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]]
<div class="comment">
** FullName Phrase
  <Description>
   Complete information, includes all parts.
    <para>
  + UML
      The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]].
    - ReadOnly=true
    </para>
** FullName Phrase
   </Description>
  Complete information, includes all parts.
</div>
   + UML
<div class="attribute">
    - ReadOnly=true
   <Attribute Name="FullName" ReturnType="String" IsReadOnly="true"/>
** SortableName Phrase
</div>
  To be used for sorting.
<div class="attribute">
   + UML
   <Attribute Name="SortableName" ReturnType="String" IsReadOnly="true"/>
    - ReadOnly=true
</div>
** Salutation Phrase
<div class="attribute">
  To be used in letters.
   <Attribute Name="Salutation" ReturnType="String" IsReadOnly="true"/>
   + UML
</div>
    - ReadOnly=true
</UMLClass>
</wiml>
</div>


== {{Type:org/oomodels/wiki/doclet/Description}} ==
== {{Type:org/oomodels/wiki/doclet/Description}} ==


The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]]
The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]]

Revision as of 09:22, 30 October 2008

Classification
Type Type:org/ooem/UMLClass/1.0
Domain Domain:business/foundation/entities
Encoding Type:org/xocp/OCP/xml/2.0
Category Type:org/oomodels/wiki/Model
Maturity work in progress
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

Code[edit]

Name
The name of a [[Artefact:Model/org/oomodels/sandbox/business/foundation/entities/Person|person]]
FullNamePhrase«»
...
UML ReadOnlytrue
Complete information, includes all parts.
FullNamePhrase«»
...
UML ReadOnlytrue
Complete information, includes all parts.
SortableNamePhrase«»
...
UML ReadOnlytrue
To be used for sorting.
SalutationPhrase«»
...
UML ReadOnlytrue
To be used in letters.


Description[edit]

The name of a person