public class OrderId extends Object implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
OrderId() |
OrderId(int orderId,
CustId custId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
fromData(DataInput in) |
CustId |
getCustId() |
Integer |
getOrderId() |
int |
hashCode() |
void |
toData(DataOutput out) |
String |
toString() |
public OrderId()
public OrderId(int orderId,
CustId custId)
public void fromData(DataInput in) throws IOException, ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializableIOExceptionClassNotFoundExceptionpublic void toData(DataOutput out) throws IOException
toData in interface com.gemstone.gemfire.DataSerializableIOExceptionpublic Integer getOrderId()
public CustId getCustId()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.