org.exoplatform.faq.service
Class JcrInputProperty

java.lang.Object
  extended by org.exoplatform.faq.service.JcrInputProperty

public class JcrInputProperty
extends java.lang.Object


Field Summary
static int BYTE_VALUE
           
static int MULTI_VALUE
           
static int NODE
           
static int PROPERTY
           
static int SINGLE_VALUE
           
 
Constructor Summary
JcrInputProperty()
           
 
Method Summary
 java.lang.String getJcrPath()
           
 java.lang.String getMixintype()
           
 java.lang.String getNodetype()
           
 int getType()
           
 java.lang.Object getValue()
           
 int getValueType()
           
 void setJcrPath(java.lang.String jcrPath)
           
 void setMixintype(java.lang.String mixintype)
           
 void setNodetype(java.lang.String nodetype)
           
 void setType(int type)
           
 void setValue(java.lang.Object value)
           
 void setValueType(int type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

JcrInputProperty

public JcrInputProperty()
Method Detail

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.