|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.attachmate.cicsbridge.ws.MutableObject
Wrapper Class for any Object.
Field Summary | |
java.lang.Object |
m_Object
Represents the wrapped Object. |
Constructor Summary | |
MutableObject()
Constructor to initialize the instance of the class. |
|
MutableObject(java.lang.Object in_Object)
|
Method Summary | |
java.lang.Object |
getObject()
Used to get the value of the instance of the object.. |
void |
setObject(java.lang.Object in_Object)
Used to set the value of the instance of the object. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.Object m_Object
Constructor Detail |
public MutableObject()
public MutableObject(java.lang.Object in_Object)
Method Detail |
public void setObject(java.lang.Object in_Object)
in_Object
- Object value to set.
public java.lang.Object getObject()
|
Services Builder for CICS(R) 3270 Bridge v2.0.0.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |