|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.ObjectResult
public class ObjectResult
Represents result as an object. The processing of this object is Exporter - specific.
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 |
---|
protected String systemId
protected Object object
Constructor Detail |
---|
public ObjectResult(Object object)
object
- the object that is the result.Method Detail |
---|
public void setSystemId(String systemId)
setSystemId
in interface Result
public String getSystemId()
getSystemId
in interface Result
public Object getObject()
public void setObject(Object object)
object
- object that is result of some operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |