public static class QueryUsingPoolDUnitTest.TestObject
extends java.lang.Object
implements com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
_price |
protected java.lang.String |
_ticker |
int |
id |
int |
important |
int |
select |
int |
selection |
| Constructor and Description |
|---|
TestObject() |
TestObject(int id,
java.lang.String ticker) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
fromData(java.io.DataInput in) |
int |
getId() |
int |
getPrice() |
java.lang.String |
getTicker() |
int |
hashCode() |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
protected java.lang.String _ticker
protected int _price
public int id
public int important
public int selection
public int select
public TestObject()
public TestObject(int id,
java.lang.String ticker)
public int getId()
public java.lang.String getTicker()
public int getPrice()
public void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionpublic void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.