|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.sourceforge.ifx.basetypes.IFXObject
This is the superclass from which all IFX beans descend. This is needed to make the XML Encoding and Decoding happen in a general way.
Constructor Summary | |
IFXObject()
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares two IFXObjects for equality. |
java.lang.String |
toString()
Returns a String representation of this object. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public IFXObject()
Method Detail |
public boolean equals(java.lang.Object obj)
obj
- the Object to compare against.
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |