org.hippoecm.hst.jaxrs.model.content
Class PropertyValue

java.lang.Object
  extended by org.hippoecm.hst.jaxrs.model.content.PropertyValue

public class PropertyValue
extends Object

Version:
$Id: PropertyValue.java 29232 2011-07-29 15:30:06Z wko $

Constructor Summary
PropertyValue()
           
PropertyValue(Object valueObject)
           
PropertyValue(javax.jcr.Value valueObject)
           
 
Method Summary
 String getValue()
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyValue

public PropertyValue()

PropertyValue

public PropertyValue(Object valueObject)

PropertyValue

public PropertyValue(javax.jcr.Value valueObject)
              throws javax.jcr.ValueFormatException,
                     IllegalStateException,
                     javax.jcr.RepositoryException
Throws:
javax.jcr.ValueFormatException
IllegalStateException
javax.jcr.RepositoryException
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2008-2012 Hippo. All Rights Reserved.