diff options
Diffstat (limited to 'resources/mapFiles/HistoryMap.xml')
| -rwxr-xr-x | resources/mapFiles/HistoryMap.xml | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/resources/mapFiles/HistoryMap.xml b/resources/mapFiles/HistoryMap.xml new file mode 100755 index 0000000..803bf64 --- /dev/null +++ b/resources/mapFiles/HistoryMap.xml @@ -0,0 +1,43 @@ +<?xml version="1.0"?>
+<mapping>
+
+ <class name="com.c2kernel.events.Event">
+ <map-to xml="Event"/>
+ <field name="mID" type="integer" direct="false" get-method="getID" set-method="setID">
+ <bind-xml name="ID" node="attribute"/>
+ </field>
+ <field name="mEntitySystemKey" type="integer" direct="false" get-method="getEntitySystemKey" set-method="setEntitySystemKey">
+ <bind-xml name="EntitySystemKey" node="attribute"/>
+ </field>
+ <field name="mStepName" type="string" direct="false" get-method="getStepName" set-method="setStepName">
+ <bind-xml name="StepName" node="attribute"/>
+ </field>
+ <field name="mStepPath" type="string" direct="false" get-method="getStepPath" set-method="setStepPath">
+ <bind-xml name="StepPath" node="attribute"/>
+ </field>
+ <field name="mStepType" type="string" direct="false" get-method="getStepType" set-method="setStepType">
+ <bind-xml name="StepType" node="attribute"/>
+ </field>
+ <field name="mCurrentState" type="integer" direct="false" get-method="getCurrentState" set-method="setCurrentState">
+ <bind-xml name="CurrentState" node="attribute"/>
+ </field>
+ <field name="mTransition" type="integer" direct="false" get-method="getTransition" set-method="setTransition">
+ <bind-xml name="Transition" node="attribute"/>
+ </field>
+
+ <field name="mAgentName" type="string" direct="false"
+ get-method="getAgentName"
+ set-method="setAgentName">
+ <bind-xml name="AgentId" node="attribute"/>
+ </field>
+ <field name="mAgentRole" type="string" direct="false"
+ get-method="getAgentRole"
+ set-method="setAgentRole">
+ <bind-xml name="AgentRole" node="attribute"/>
+ </field>
+
+ <field name="mTimeStamp" type="com.c2kernel.common.GTimeStamp" direct="false" get-method="getTimeStamp" set-method="setTimeStamp">
+ <bind-xml name="TimeStamp" node="element"/>
+ </field>
+ </class>
+</mapping>
|
