com.ontimize.dms.jcr
Class JcrResultImpl
java.lang.Object
com.ontimize.dms.jcr.JcrResultImpl
- All Implemented Interfaces:
- JcrResult
public class JcrResultImpl
- extends java.lang.Object
- implements JcrResult
|
Constructor Summary |
JcrResultImpl(java.lang.String name,
JcrNode node,
int type,
java.lang.String message)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
name
protected java.lang.String name
node
protected JcrNode node
type
protected int type
message
protected java.lang.String message
lists
protected java.util.Map lists
JcrResultImpl
public JcrResultImpl(java.lang.String name,
JcrNode node,
int type,
java.lang.String message)
getName
public java.lang.String getName()
- Specified by:
getName in interface JcrResult
getNode
public JcrNode getNode()
- Specified by:
getNode in interface JcrResult
getMessage
public java.lang.String getMessage()
- Specified by:
getMessage in interface JcrResult
getType
public int getType()
- Specified by:
getType in interface JcrResult
getList
public java.util.List getList(java.lang.Object key)
- Specified by:
getList in interface JcrResult
setList
public void setList(java.lang.Object key,
java.util.List list)
- Specified by:
setList in interface JcrResult
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object