Assetscardline.hbm.xml 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <?xml version="1.0"?>
  2. <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
  3. "http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
  4. <!--
  5. Mapping file autogenerated by MyEclipse - Hibernate Tools
  6. -->
  7. <hibernate-mapping>
  8. <class name="inbasis.domain.assetscard.Assetscardline" table="assetscardline">
  9. <id name="id" type="java.lang.Long">
  10. <column name="ID" precision="22" scale="0" />
  11. <generator class="assigned" />
  12. </id>
  13. <property name="assetcode" type="java.lang.String">
  14. <column name="ASSETCODE" length="32" />
  15. </property>
  16. <property name="quantity" type="java.lang.Double">
  17. <column name="QUANTITY" length="15" />
  18. </property>
  19. <property name="manufacturers" type="java.lang.String">
  20. <column name="MANUFACTURERS" length="32" />
  21. </property>
  22. <property name="suppliers" type="java.lang.String">
  23. <column name="SUPPLIERS" length="32" />
  24. </property>
  25. <property name="model" type="java.lang.String">
  26. <column name="MODEL" length="32" />
  27. </property>
  28. <property name="cost" type="java.lang.Double">
  29. <column name="COST" length="15" />
  30. </property>
  31. <property name="expectedmonth" type="java.lang.Long">
  32. <column name="EXPECTEDMONTH" length="22" />
  33. </property>
  34. <property name="depreciationmonth" type="java.lang.Long">
  35. <column name="DEPRECIATIONMONTH" length="22" />
  36. </property>
  37. <property name="accdepreciation" type="java.lang.Double">
  38. <column name="ACCDEPRECIATION" length="15" />
  39. </property>
  40. <property name="networth" type="java.lang.Double">
  41. <column name="NETWORTH" length="15" />
  42. </property>
  43. <property name="impairment" type="java.lang.Double">
  44. <column name="IMPAIRMENT" length="15" />
  45. </property>
  46. <property name="net" type="java.lang.Double">
  47. <column name="NET" length="15" />
  48. </property>
  49. <property name="residualvalues" type="java.lang.Double">
  50. <column name="RESIDUALVALUES" length="15" />
  51. </property>
  52. <property name="residual" type="java.lang.Double">
  53. <column name="RESIDUAL" length="15" />
  54. </property>
  55. <property name="mthval" type="java.lang.Double">
  56. <column name="MTHVAL" length="15" />
  57. </property>
  58. <property name="mthamount" type="java.lang.Double">
  59. <column name="MTHAMOUNT" length="15" />
  60. </property>
  61. <property name="year" type="java.lang.String">
  62. <column name="YEAR" length="12" />
  63. </property>
  64. <property name="mon" type="java.lang.String">
  65. <column name="MON" length="12" />
  66. </property>
  67. <property name="status" type="java.lang.String">
  68. <column name="STATUS" length="20" />
  69. </property>
  70. </class>
  71. </hibernate-mapping>