public static class PdxQueryDUnitTest.TestObject extends Object implements com.gemstone.gemfire.pdx.PdxSerializable
| Modifier and Type | Field and Description |
|---|---|
protected int |
_price |
protected String |
_ticker |
int |
id |
Map |
idTickers |
int |
important |
static com.gemstone.gemfire.LogWriter |
log |
static int |
numInstance |
HashMap |
positions |
int |
select |
int |
selection |
PdxQueryDUnitTest.TestObject2 |
test |
| Constructor and Description |
|---|
TestObject() |
TestObject(int id,
String ticker) |
TestObject(int id,
String ticker,
int numPositions) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
fromData(com.gemstone.gemfire.pdx.PdxReader in) |
int |
getIdValue() |
HashMap |
getPositions(String id) |
int |
getPriceValue() |
String |
getStatus() |
String |
getTicker() |
int |
hashCode() |
void |
toData(com.gemstone.gemfire.pdx.PdxWriter out) |
String |
toString() |
public static com.gemstone.gemfire.LogWriter log
protected String _ticker
protected int _price
public int id
public int important
public int selection
public int select
public static int numInstance
public Map idTickers
public HashMap positions
public PdxQueryDUnitTest.TestObject2 test
public TestObject()
public TestObject(int id,
String ticker)
public TestObject(int id,
String ticker,
int numPositions)
public int getIdValue()
public String getTicker()
public int getPriceValue()
public String getStatus()
public void toData(com.gemstone.gemfire.pdx.PdxWriter out)
toData in interface com.gemstone.gemfire.pdx.PdxSerializablepublic void fromData(com.gemstone.gemfire.pdx.PdxReader in)
fromData in interface com.gemstone.gemfire.pdx.PdxSerializableCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.