|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbiz.c24.io.api.data.IOContext
public class IOContext
A cursor used to interogate an object hierarchy. DO NOT USE - this class will be changed in a future release.
Constructor Summary | |
---|---|
IOContext()
Constructs a new empty instance. |
|
IOContext(ComplexDataObject obj)
Constructs a new instance from the supplied object. |
|
IOContext(ComplexDataObject parent,
Object instance,
DataComponent component)
Constructs a new instance. |
Method Summary | |
---|---|
int |
compareTo(Object o)
|
boolean |
equals(Object obj)
|
DataComponent |
getComponent()
Returns the component. |
Object |
getInstance()
Returns the instance. |
ComplexDataObject |
getParent()
Returns the parent. |
int |
hashCode()
|
void |
setComponent(DataComponent component)
Sets the component. |
void |
setInstance(Object instance)
Sets the instane. |
void |
setParent(ComplexDataObject parent)
Sets the parent. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public IOContext()
public IOContext(ComplexDataObject obj)
obj
- The object to wrap.public IOContext(ComplexDataObject parent, Object instance, DataComponent component)
parent
- The parent object.instance
- The data itself.component
- An element / attribute within the parent.Method Detail |
---|
public ComplexDataObject getParent()
public Object getInstance()
public DataComponent getComponent()
public void setParent(ComplexDataObject parent)
parent
- The new parent.public void setInstance(Object instance)
instance
- The new instance.public void setComponent(DataComponent component)
component
- The new component.public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
public int compareTo(Object o)
compareTo
in interface Comparable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |