summaryrefslogtreecommitdiff
path: root/src/main/resources/mapFiles/KeyValuePairMap.xml
diff options
context:
space:
mode:
authorAndrew Branson <andrew.branson@cern.ch>2012-07-02 14:16:20 +0200
committerAndrew Branson <andrew.branson@cern.ch>2012-07-02 14:16:20 +0200
commitcc79e98c4763affba4fa2e17dfe5a412f9de66c3 (patch)
treecc9bbf21bed983bec0a9320dc9a3504e3821dbdd /src/main/resources/mapFiles/KeyValuePairMap.xml
parent11eb9557a35e17450c0aefb758471f1ff3148336 (diff)
Removed persistency of VertexOutlineCreator - containing subclasses
should set this. Fixed persistency of GTimeStamp Fixed CompActOutcome not showing when loaded
Diffstat (limited to 'src/main/resources/mapFiles/KeyValuePairMap.xml')
-rw-r--r--src/main/resources/mapFiles/KeyValuePairMap.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/main/resources/mapFiles/KeyValuePairMap.xml b/src/main/resources/mapFiles/KeyValuePairMap.xml
index dc67609..f709663 100644
--- a/src/main/resources/mapFiles/KeyValuePairMap.xml
+++ b/src/main/resources/mapFiles/KeyValuePairMap.xml
@@ -31,5 +31,15 @@
<bind-xml name="Boolean" node="attribute"/>
</field>
</class>
+ <class name="com.c2kernel.common.GTimeStamp">
+ <map-to xml="TimeStamp"/>
+ <field name="mYear" type="java.lang.Integer" direct="true"><bind-xml name="Y" node="attribute"/></field>
+ <field name="mMonth" type="java.lang.Integer" direct="true"><bind-xml name="Mo" node="attribute"/></field>
+ <field name="mDay" type="java.lang.Integer" direct="true"><bind-xml name="D" node="attribute"/></field>
+ <field name="mHour" type="java.lang.Integer" direct="true"><bind-xml name="H" node="attribute"/></field>
+ <field name="mMinute" type="java.lang.Integer" direct="true"><bind-xml name="Mi" node="attribute"/></field>
+ <field name="mSecond" type="java.lang.Integer" direct="true"><bind-xml name="S" node="attribute"/></field>
+ <field name="mTimeOffset" type="java.lang.Integer" direct="true"><bind-xml name="O" node="attribute"/></field>
+ </class>
</mapping>