Provide more property types on CmsObject interface
--------------------------------------------------

         Key: GRFT-38
         URL: http://issues.apache.org/jira/browse/GRFT-38
     Project: Graffito
        Type: New Feature
  Components: Model  
    Versions: 1.0-a1-dev    
 Reporter: Martin Koci


Currently CmsObject support only String properties. I should support 
InputStream, Double, Long, Calendar and Boolean as definded in JCR type 
javax.jcr.Value. 
It should have methods like
 setLongProperty(String propertyName, long value);
long getLongProperty(String propertyName);

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to