Ontimize Document Management 0.032EN

com.ontimize.dms.container
Class ContainerResult

java.lang.Object
  extended by com.ontimize.dms.container.ContainerResult

public class ContainerResult
extends java.lang.Object


Constructor Summary
ContainerResult(int code, java.lang.Object value, java.lang.String message)
           
 
Method Summary
 int getCode()
           
 java.lang.String getMessage()
           
 java.lang.Object getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerResult

public ContainerResult(int code,
                       java.lang.Object value,
                       java.lang.String message)
Method Detail

getCode

public int getCode()

getValue

public java.lang.Object getValue()

getMessage

public java.lang.String getMessage()

Ontimize Document Management