org.openorb.orb.test.rmi.complex
Class PutFieldTest

java.lang.Object
  extended by org.openorb.orb.test.rmi.complex.PutFieldTest
All Implemented Interfaces:
java.io.Serializable

public class PutFieldTest
extends java.lang.Object
implements java.io.Serializable

This class uses the ObjectOutputStream.PutField mechanism for serializing the internal members.

Author:
Michael Rumpf
See Also:
Serialized Form

Constructor Summary
PutFieldTest()
          Default constructor.
 
Method Summary
 boolean equals(java.lang.Object obj)
          A method for testing equality.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PutFieldTest

public PutFieldTest()
Default constructor.

Method Detail

equals

public boolean equals(java.lang.Object obj)
A method for testing equality.

Overrides:
equals in class java.lang.Object
Parameters:
obj - The object to test against.
Returns:
True when the instances are equal, false otherwise.