public class OrderId
extends java.lang.Object
implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
OrderId() |
OrderId(int orderId,
CustId custId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
void |
fromData(java.io.DataInput in) |
CustId |
getCustId() |
java.lang.Integer |
getOrderId() |
int |
hashCode() |
void |
toData(java.io.DataOutput out) |
java.lang.String |
toString() |
public OrderId()
public OrderId(int orderId,
CustId custId)
public void fromData(java.io.DataInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
fromData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionjava.lang.ClassNotFoundExceptionpublic void toData(java.io.DataOutput out)
throws java.io.IOException
toData in interface com.gemstone.gemfire.DataSerializablejava.io.IOExceptionpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.Integer getOrderId()
public CustId getCustId()
public 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.