org.exoplatform.faq.service
Class JcrInputProperty
java.lang.Object
org.exoplatform.faq.service.JcrInputProperty
public class JcrInputProperty
- extends java.lang.Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROPERTY
public static final int PROPERTY
- See Also:
- Constant Field Values
NODE
public static final int NODE
- See Also:
- Constant Field Values
SINGLE_VALUE
public static final int SINGLE_VALUE
- See Also:
- Constant Field Values
MULTI_VALUE
public static final int MULTI_VALUE
- See Also:
- Constant Field Values
BYTE_VALUE
public static final int BYTE_VALUE
- See Also:
- Constant Field Values
JcrInputProperty
public JcrInputProperty()
getJcrPath
public java.lang.String getJcrPath()
setJcrPath
public void setJcrPath(java.lang.String jcrPath)
getNodetype
public java.lang.String getNodetype()
setNodetype
public void setNodetype(java.lang.String nodetype)
getMixintype
public java.lang.String getMixintype()
setMixintype
public void setMixintype(java.lang.String mixintype)
getType
public int getType()
setType
public void setType(int type)
setValue
public void setValue(java.lang.Object value)
getValue
public java.lang.Object getValue()
setValueType
public void setValueType(int type)
getValueType
public int getValueType()
Copyright © 2011 eXo Platform SAS. All Rights Reserved.