sk.uniba.euromath.gene
Class ObjectResult

java.lang.Object
  extended by sk.uniba.euromath.gene.ObjectResult
All Implemented Interfaces:
Result

public class ObjectResult
extends Object
implements Result

Represents result as an object. The processing of this object is Exporter - specific.

Author:
Martin Vysny

Field Summary
protected  Object object
          The result.
protected  String systemId
          A resource identifier.
 
Fields inherited from interface javax.xml.transform.Result
PI_DISABLE_OUTPUT_ESCAPING, PI_ENABLE_OUTPUT_ESCAPING
 
Constructor Summary
ObjectResult(Object object)
          Initializes the result object with given object.
 
Method Summary
 Object getObject()
          Returns the result.
 String getSystemId()
           
 void setObject(Object object)
          Sets the result object.
 void setSystemId(String systemId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

systemId

protected String systemId
A resource identifier.


object

protected Object object
The result.

Constructor Detail

ObjectResult

public ObjectResult(Object object)
Initializes the result object with given object.

Parameters:
object - the object that is the result.
Method Detail

setSystemId

public void setSystemId(String systemId)
Specified by:
setSystemId in interface Result

getSystemId

public String getSystemId()
Specified by:
getSystemId in interface Result

getObject

public Object getObject()
Returns the result.

Returns:
object that is result of some operation.

setObject

public void setObject(Object object)
Sets the result object.

Parameters:
object - object that is result of some operation.


Copyright 2003-2003-2006 null. All Rights Reserved.