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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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,
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/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));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile543 $(JAVA_EXDIR)/collections/ship/basic/ShipmentData.java \
555 $(JAVA_EXDIR)/collections/ship/entity/ShipmentData.java \
576 $(JAVA_EXDIR)/collections/ship/index/ShipmentData.java \
610 $(JAVA_EXDIR)/collections/ship/tuple/ShipmentData.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in541 $(JAVA_EXDIR)/collections/ship/basic/ShipmentData.java \
553 $(JAVA_EXDIR)/collections/ship/entity/ShipmentData.java \
574 $(JAVA_EXDIR)/collections/ship/index/ShipmentData.java \
608 $(JAVA_EXDIR)/collections/ship/tuple/ShipmentData.java \

Completed in 109 milliseconds