diff options
Diffstat (limited to 'resources/mapFiles/ViewpointMap.xml')
| -rwxr-xr-x | resources/mapFiles/ViewpointMap.xml | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/resources/mapFiles/ViewpointMap.xml b/resources/mapFiles/ViewpointMap.xml deleted file mode 100755 index 6799418..0000000 --- a/resources/mapFiles/ViewpointMap.xml +++ /dev/null @@ -1,21 +0,0 @@ -<?xml version="1.0"?>
-<mapping>
- <class name="com.c2kernel.persistency.outcome.Viewpoint">
- <map-to xml="Viewpoint"/>
- <field name="sysKey" type="integer" direct="false" get-method="getSysKey" set-method="setSysKey">
- <bind-xml name="SysKey" 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>
|
