Ontimize Document Management 0.035EN

com.ontimize.dms.jcr
Class JcrResultImpl

java.lang.Object
  extended by com.ontimize.dms.jcr.JcrResultImpl
All Implemented Interfaces:
JcrResult

public class JcrResultImpl
extends java.lang.Object
implements JcrResult


Field Summary
protected  java.util.Map lists
           
protected  java.lang.String message
           
protected  java.lang.String name
           
protected  JcrNode node
           
protected  int type
           
 
Fields inherited from interface com.ontimize.dms.jcr.JcrResult
ERROR, MESSAGE, SUCCESSFULL
 
Constructor Summary
JcrResultImpl(java.lang.String name, JcrNode node, int type, java.lang.String message)
           
 
Method Summary
 java.util.List getList(java.lang.Object key)
           
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 JcrNode getNode()
           
 int getType()
           
 void setList(java.lang.Object key, java.util.List list)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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

JcrResultImpl

public JcrResultImpl(java.lang.String name,
                     JcrNode node,
                     int type,
                     java.lang.String message)
Method Detail

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

Ontimize Document Management