org.hippoecm.hst.jaxrs.model.content
Class NodeProperty
java.lang.Object
org.hippoecm.hst.jaxrs.model.content.NodeProperty
public class NodeProperty
- extends Object
- Version:
- $Id: NodeProperty.java 25185 2010-11-18 23:41:02Z wko $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NodeProperty
public NodeProperty()
NodeProperty
public NodeProperty(String name)
NodeProperty
public NodeProperty(javax.jcr.Property property)
throws javax.jcr.RepositoryException
- Throws:
javax.jcr.RepositoryException
getName
public String getName()
setName
public void setName(String name)
getType
public int getType()
setType
public void setType(int type)
getTypeName
public String getTypeName()
setTypeName
public void setTypeName(String typeName)
getMultiple
public boolean getMultiple()
setMultiple
public void setMultiple(boolean multiple)
getValues
public List<PropertyValue> getValues()
setValues
public void setValues(List<PropertyValue> values)
Copyright © 2008-2012 Hippo. All Rights Reserved.