blob: eb14175a2dc8fc27dde72aa7c8e56a0e930cd1a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<?xml version="1.0"?>
<mapping>
<class name="com.c2kernel.persistency.outcome.Viewpoint">
<map-to xml="Viewpoint"/>
<field name="mItemPath" type="string" direct="false" get-method="getItemUUID" set-method="setItemUUID">
<bind-xml name="ItemUUID" node="attribute"/>
</field>
<field name="schemaName" type="string" direct="false" get-method="getSchemaName" set-method="setSchemaName">
<bind-xml name="SchemaName" node="attribute"/>
</field>
<field name="name" type="string" direct="false" get-method="getName" set-method="setName">
<bind-xml name="Name" node="attribute"/>
</field>
<field name="schemaVersion" type="integer" direct="false" get-method="getSchemaVersion" set-method="setSchemaVersion">
<bind-xml name="SchemaVersion" node="attribute"/>
</field>
<field name="eventId" type="integer" direct="false" get-method="getEventId" set-method="setEventId">
<bind-xml name="Last" node="attribute"/>
</field>
</class>
</mapping>
|