public static class RemoteQueryDUnitTest.TestObject extends Object implements com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
_price |
protected String |
_ticker |
int |
id |
int |
important |
int |
select |
int |
selection |
| Constructor and Description |
|---|
TestObject() |
TestObject(int id,
String ticker) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(DataInput in) |
int |
getId() |
int |
getPrice() |
String |
getTicker() |
void |
toData(DataOutput out) |
String |
toString() |
protected String _ticker
protected int _price
public int id
public int important
public int selection
public int select
public TestObject()
public TestObject(int id,
String ticker)
public int getId()
public String getTicker()
public int getPrice()
public void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionpublic void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.