Searched refs:ShipmentData (Results 1 - 13 of 13) sorted by relevance

/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/basic/
H A DShipmentData.java6 * $Id: ShipmentData.java,v 12.7 2008/01/08 20:58:28 bostic Exp $
14 * A ShipmentData serves as the data in the key/data pair for a shipment
17 * <p> In this sample, ShipmentData is used both as the storage entry for the
23 public class ShipmentData implements Serializable { class in inherits:Serializable
27 public ShipmentData(int quantity) { method in class:ShipmentData
39 return "[ShipmentData: quantity=" + quantity + ']';
H A DSample.java215 new ShipmentData(300));
217 new ShipmentData(200));
219 new ShipmentData(400));
221 new ShipmentData(200));
223 new ShipmentData(100));
225 new ShipmentData(100));
227 new ShipmentData(300));
229 new ShipmentData(400));
231 new ShipmentData(200));
233 new ShipmentData(20
[all...]
H A DSampleViews.java50 new SerialBinding(catalog, ShipmentData.class);
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/entity/
H A DShipmentData.java6 * $Id: ShipmentData.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
14 * A ShipmentData serves as the value in the key/value pair for a shipment
17 * <p> In this sample, ShipmentData is used only as the storage data for the
24 public class ShipmentData implements Serializable { class in inherits:Serializable
28 public ShipmentData(int quantity) { method in class:ShipmentData
40 return "[ShipmentData: quantity=" + quantity + ']';
H A DSampleViews.java58 ShipmentData.class);
282 ShipmentData data = (ShipmentData) dataInput;
303 return new ShipmentData(shipment.getQuantity());
H A DSampleDatabase.java122 ShipmentData.class,
133 ShipmentData.class,
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/index/
H A DShipmentData.java6 * $Id: ShipmentData.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
14 * A ShipmentData serves as the data in the key/data pair for a shipment
17 * <p> In this sample, ShipmentData is used both as the storage data for the
23 public class ShipmentData implements Serializable { class in inherits:Serializable
27 public ShipmentData(int quantity) { method in class:ShipmentData
39 return "[ShipmentData: quantity=" + quantity + ']';
H A DSample.java228 new ShipmentData(300));
230 new ShipmentData(200));
232 new ShipmentData(400));
234 new ShipmentData(200));
236 new ShipmentData(100));
238 new ShipmentData(100));
240 new ShipmentData(300));
242 new ShipmentData(400));
244 new ShipmentData(200));
246 new ShipmentData(20
[all...]
H A DSampleViews.java54 new SerialBinding(catalog, ShipmentData.class);
H A DSampleDatabase.java122 ShipmentData.class,
133 ShipmentData.class,
/macosx-10.10.1/BerkeleyDB-21/db/examples_java/src/collections/ship/tuple/
H A DShipmentData.java6 * $Id: ShipmentData.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
14 * A ShipmentData serves as the value in the key/value pair for a shipment
17 * <p> In this sample, ShipmentData is used only as the storage data for the
24 public class ShipmentData implements Serializable { class in inherits:Serializable
28 public ShipmentData(int quantity) { method in class:ShipmentData
40 return "[ShipmentData: quantity=" + quantity + ']';
H A DSampleViews.java59 new ShipmentBinding(catalog, ShipmentData.class);
372 ShipmentData data = (ShipmentData) dataInput;
393 return new ShipmentData(shipment.getQuantity());
H A DSampleDatabase.java119 ShipmentData.class));
127 ShipmentData.class));

Completed in 82 milliseconds