akakunin

portlet-model-hints.xml

Dec 6th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. <?xml version="1.0"?>
  2.  
  3. <model-hints>
  4. <model name="kz.bsbnb.petcatalog.model.Pet">
  5. <field name="uuid" type="String" />
  6. <field name="petId" type="long" />
  7. <field name="groupId" type="long" />
  8. <field name="companyId" type="long" />
  9. <field name="userId" type="long" />
  10. <field name="userName" type="String" />
  11. <field name="createDate" type="Date" />
  12. <field name="modifiedDate" type="Date" />
  13. <field name="name" type="String" />
  14. <field name="description" type="String">
  15. <hint name="display-height">105</hint>
  16. <hint name="display-width">500</hint>
  17. <hint name="max-length">512</hint>
  18. <hint name="auto-escape">false</hint>
  19. </field>
  20. <field name="price" type="double" />
  21. <field name="birthday" type="Date">
  22. <hint name="show-time">false</hint>
  23. <hint name="year-range-past">true</hint>
  24. <hint name="year-range-future">false</hint>
  25. </field>
  26. </model>
  27. </model-hints>
Add Comment
Please, Sign In to add comment