Searched refs:Shipment (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
12 * A Shipment represents the combined key/data pair for a shipment entity.
14 * <p> In this sample, Shipment is created from the stored key/data entry
21 public class Shipment { class
27 public Shipment(String partNumber, String supplierNumber, int quantity) { method in class:Shipment
51 return "[Shipment: part=" + partNumber +
H A DSample.java211 shipments.add(new Shipment("P1", "S1", 300));
212 shipments.add(new Shipment("P2", "S1", 200));
213 shipments.add(new Shipment("P3", "S1", 400));
214 shipments.add(new Shipment("P4", "S1", 200));
215 shipments.add(new Shipment("P5", "S1", 100));
216 shipments.add(new Shipment("P6", "S1", 100));
217 shipments.add(new Shipment("P1", "S2", 300));
218 shipments.add(new Shipment("P2", "S2", 400));
219 shipments.add(new Shipment("P2", "S3", 200));
220 shipments.add(new Shipment("P
[all...]
H A DSampleViews.java283 return new Shipment(key.getPartNumber(), key.getSupplierNumber(),
292 Shipment shipment = (Shipment) object;
302 Shipment shipment = (Shipment) object;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
12 * A Shipment represents the combined key/data pair for a shipment entity.
14 * <p> In this sample, Shipment is created from the stored key/data entry
21 public class Shipment { class
27 public Shipment(String partNumber, String supplierNumber, int quantity) { method in class:Shipment
51 return "[Shipment: part=" + partNumber +
H A DSample.java210 shipments.add(new Shipment("P1", "S1", 300));
211 shipments.add(new Shipment("P2", "S1", 200));
212 shipments.add(new Shipment("P3", "S1", 400));
213 shipments.add(new Shipment("P4", "S1", 200));
214 shipments.add(new Shipment("P5", "S1", 100));
215 shipments.add(new Shipment("P6", "S1", 100));
216 shipments.add(new Shipment("P1", "S2", 300));
217 shipments.add(new Shipment("P2", "S2", 400));
218 shipments.add(new Shipment("P2", "S3", 200));
219 shipments.add(new Shipment("P
[all...]
H A DSampleViews.java373 return new Shipment(partNumber, supplierNumber,
382 Shipment shipment = (Shipment) object;
392 Shipment shipment = (Shipment) object;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSample.java209 shipments.add(new Shipment("P1", "S1", 300));
210 shipments.add(new Shipment("P2", "S1", 200));
211 shipments.add(new Shipment("P3", "S1", 400));
212 shipments.add(new Shipment("P4", "S1", 200));
213 shipments.add(new Shipment("P5", "S1", 100));
214 shipments.add(new Shipment("P6", "S1", 100));
215 shipments.add(new Shipment("P1", "S2", 300));
216 shipments.add(new Shipment("P2", "S2", 400));
217 shipments.add(new Shipment("P2", "S3", 200));
218 shipments.add(new Shipment("P
[all...]
H A DSampleViews.java52 ShipmentKey.class, Shipment.class, true);
55 PartKey.class, Shipment.class, true);
58 SupplierKey.class, Shipment.class, true);
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
18 * A Shipment represents the combined key/data pair for a shipment entity.
20 * <p> In this sample, Shipment is bound to the stored key/data entry by
33 public class Shipment implements Serializable, MarshalledTupleKeyEntity { class in inherits:Serializable,MarshalledTupleKeyEntity
42 public Shipment(String partNumber, String supplierNumber, int quantity) { method in class:Shipment
66 return "[Shipment: part=" + partNumber +
H A DSampleDatabase.java121 secConfig.setKeyCreator(factory.getKeyCreator(Shipment.class,
122 Shipment.PART_KEY));
129 secConfig.setKeyCreator(factory.getKeyCreator(Shipment.class,
130 Shipment.SUPPLIER_KEY));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSample.java211 shipments.add(new Shipment("P1", "S1", 300));
212 shipments.add(new Shipment("P2", "S1", 200));
213 shipments.add(new Shipment("P3", "S1", 400));
214 shipments.add(new Shipment("P4", "S1", 200));
215 shipments.add(new Shipment("P5", "S1", 100));
216 shipments.add(new Shipment("P6", "S1", 100));
217 shipments.add(new Shipment("P1", "S2", 300));
218 shipments.add(new Shipment("P2", "S2", 400));
219 shipments.add(new Shipment("P2", "S3", 200));
220 shipments.add(new Shipment("P
[all...]
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
17 * A Shipment represents the combined key/data pair for a shipment entity.
19 * <p> In this sample, Shipment is bound to the stored key/data entry by
33 public class Shipment implements Serializable, MarshalledEnt { class in inherits:Serializable,MarshalledEnt
42 public Shipment(String partNumber, String supplierNumber, int quantity) { method in class:Shipment
76 return "[Shipment: part=" + partNumber +
83 Shipment() { method in class:Shipment
H A DSampleDatabase.java120 Shipment.class,
121 Shipment.PART_KEY));
129 Shipment.class,
130 Shipment.SUPPLIER_KEY));
H A DSampleViews.java61 new MarshalledEntityBinding(catalog, Shipment.class);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSample.java213 shipments.add(new Shipment("P1", "S1", 300));
214 shipments.add(new Shipment("P2", "S1", 200));
215 shipments.add(new Shipment("P3", "S1", 400));
216 shipments.add(new Shipment("P4", "S1", 200));
217 shipments.add(new Shipment("P5", "S1", 100));
218 shipments.add(new Shipment("P6", "S1", 100));
219 shipments.add(new Shipment("P1", "S2", 300));
220 shipments.add(new Shipment("P2", "S2", 400));
221 shipments.add(new Shipment("P2", "S3", 200));
222 shipments.add(new Shipment("P
[all...]
H A DShipment.java6 * $Id: Shipment.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
14 * A Shipment represents the combined key/data pair for a shipment entity.
16 * <p> In this sample, Shipment is created from the stored key/data entry
31 public class Shipment implements Serializable { class in inherits:Serializable
37 public Shipment(String partNumber, String supplierNumber, int quantity) { method in class:Shipment
71 return "[Shipment: part=" + partNumber +
H A DSampleViews.java60 new ShipmentBinding(catalog, Shipment.class);
370 * <p> The binding is "tricky" in that it uses the Shipment class for both
372 * Shipment's key field(s) are transient and are set by the binding after
395 Shipment shipment = (Shipment) dataInput;
405 Shipment shipment = (Shipment) object;
H A DSampleDatabase.java119 Shipment.class));
127 Shipment.class));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile557 $(JAVA_EXDIR)/collections/ship/entity/Shipment.java \
569 $(JAVA_EXDIR)/collections/ship/factory/Shipment.java \
591 $(JAVA_EXDIR)/collections/ship/marshal/Shipment.java \
601 $(JAVA_EXDIR)/collections/ship/sentity/Shipment.java \
612 $(JAVA_EXDIR)/collections/ship/tuple/Shipment.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in552 $(JAVA_EXDIR)/collections/ship/entity/Shipment.java \
564 $(JAVA_EXDIR)/collections/ship/factory/Shipment.java \
586 $(JAVA_EXDIR)/collections/ship/marshal/Shipment.java \
596 $(JAVA_EXDIR)/collections/ship/sentity/Shipment.java \
607 $(JAVA_EXDIR)/collections/ship/tuple/Shipment.java \

Completed in 75 milliseconds