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

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

public class NodeProperty
extends Object

Version:
$Id: NodeProperty.java 25185 2010-11-18 23:41:02Z wko $

Constructor Summary
NodeProperty()
           
NodeProperty(javax.jcr.Property property)
           
NodeProperty(String name)
           
 
Method Summary
 boolean getMultiple()
           
 String getName()
           
 int getType()
           
 String getTypeName()
           
 List<PropertyValue> getValues()
           
 void setMultiple(boolean multiple)
           
 void setName(String name)
           
 void setType(int type)
           
 void setTypeName(String typeName)
           
 void setValues(List<PropertyValue> values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeProperty

public NodeProperty()

NodeProperty

public NodeProperty(String name)

NodeProperty

public NodeProperty(javax.jcr.Property property)
             throws javax.jcr.RepositoryException
Throws:
javax.jcr.RepositoryException
Method Detail

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.