Add internationalization support to Widget
------------------------------------------
Key: RAVE-234
URL: https://issues.apache.org/jira/browse/RAVE-234
Project: Rave
Issue Type: Improvement
Reporter: Jasha Joachimsthal
Assignee: Matt Franklin
Result of the TODO's in o.a.r.portal.model.Widget:
/*
TODO 1: Figure out what the OpenJPA strategy is for functionality
provided by Eclisplink's @Convert
*/
@Basic @Column(name="title")
private String title;
//private InternationalString title;
//See TODO 1
// public InternationalString getTitle() {
// return title;
// }
//
// public void setTitle(InternationalString title) {
// this.title = title;
//
// }
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira