Class Parcel

java.lang.Object
  |
  +--Parcel

public class Parcel
extends Object

A parcel to be stored in a warehouse.


Field Summary
 Order order
          Order containing this.
 
Constructor Summary
Parcel()
          Constructs a new parcel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

order

public Order order
Order containing this.

Constructor Detail

Parcel

public Parcel()
Constructs a new parcel.