|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object sk.uniba.euromath.gene.ObjectSource
public class ObjectSource
Represents source as an object. The processing of this object is Exporter -
specific. This object is functionally equivalent to the ObjectRequestSource
-
Field Summary | |
---|---|
protected Object |
object
The source. |
protected String |
systemId
A resource identifier. |
Constructor Summary | |
---|---|
ObjectSource(Object object)
Initializes the result object with given object. |
Method Summary | |
---|---|
Object |
getObject()
Returns the source. |
String |
getSystemId()
|
void |
setObject(Object object)
Sets the source 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 ObjectSource(Object object)
object
- the object that is the result. Cannot be null
.Method Detail |
---|
public String getSystemId()
getSystemId
in interface Source
public void setSystemId(String systemId)
setSystemId
in interface Source
public Object getObject()
public void setObject(Object object)
object
- object that is source to some operation.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |