public class Position extends Object implements com.gemstone.gemfire.DataSerializable
| Modifier and Type | Field and Description |
|---|---|
float |
am_posn |
int |
id_book |
int |
id_imnt |
int |
id_posn_new |
| Constructor and Description |
|---|
Position() |
Position(int id_posn_new,
int id_imnt,
int id_book,
float am_posn) |
| Modifier and Type | Method and Description |
|---|---|
void |
fromData(DataInput input) |
void |
toData(DataOutput output) |
String |
toString() |
public int id_posn_new
public int id_imnt
public int id_book
public float am_posn
public Position()
public Position(int id_posn_new,
int id_imnt,
int id_book,
float am_posn)
public void fromData(DataInput input) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic void toData(DataOutput output) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionCopyright © 2010-2015 Pivotal Software, Inc. All rights reserved.