backtype.storm.testing
Class TestSerObject

java.lang.Object
  extended by backtype.storm.testing.TestSerObject
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

Field Summary
 int f1
           
 int f2
           
 
Constructor Summary
TestSerObject(int f1, int f2)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

f1

public int f1

f2

public int f2
Constructor Detail

TestSerObject

public TestSerObject(int f1,
                     int f2)
Method Detail

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object