public class ShipmentId extends Object implements com.gemstone.gemfire.DataSerializable
| Constructor and Description |
|---|
ShipmentId() |
ShipmentId(int shipmentId,
OrderId orderId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
fromData(DataInput in) |
OrderId |
getOrderId() |
Integer |
getShipmentId() |
int |
hashCode() |
void |
setOrderId(OrderId orderId) |
void |
setShipmentId(Integer shipmentId) |
void |
toData(DataOutput out) |
String |
toString() |
public ShipmentId()
public ShipmentId(int shipmentId,
OrderId orderId)
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 OrderId getOrderId()
public void setOrderId(OrderId orderId)
public Integer getShipmentId()
public void setShipmentId(Integer shipmentId)
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.