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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/entity/
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
12 * A Supplier represents the combined key/data pair for a supplier entity.
14 * <p> In this sample, Supplier is created from the stored key/data entry
21 public class Supplier { class
28 public Supplier(String number, String name, int status, String city) { method in class:Supplier
58 return "[Supplier: number=" + number +
H A DSample.java155 printValues("Shipments for Supplier S1",
194 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
195 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
196 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
197 suppliers.add(new Supplier("S4", "Clark", 20, "London"));
198 suppliers.add(new Supplier("S5", "Adams", 30, "Athens"));
H A DSampleViews.java236 return new Supplier(key.getNumber(), data.getName(),
245 Supplier supplier = (Supplier) object;
254 Supplier supplier = (Supplier) object;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/sentity/
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
14 * A Supplier represents the combined key/data pair for a supplier entity.
16 * <p> In this sample, Supplier is created from the stored key/data entry
31 public class Supplier implements Serializable { class in inherits:Serializable
38 public Supplier(String number, String name, int status, String city) { method in class:Supplier
77 return "[Supplier: number=" + number +
H A DSample.java157 printValues("Shipments for Supplier S1",
196 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
197 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
198 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
199 suppliers.add(new Supplier("S4", "Clark", 20, "London"));
200 suppliers.add(new Supplier("S5", "Adams", 30, "Athens"));
H A DSampleViews.java56 new SupplierBinding(catalog, Supplier.class);
285 * <p> The binding is "tricky" in that it uses the Supplier class for both
287 * Supplier's key field(s) are transient and are set by the binding after
309 Supplier supplier = (Supplier) dataInput;
319 Supplier supplier = (Supplier) object;
H A DSampleDatabase.java111 Supplier.class));
244 Supplier supplier = (Supplier) valueInput;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/tuple/
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
12 * A Supplier represents the combined key/data pair for a supplier entity.
14 * <p> In this sample, Supplier is created from the stored key/data entry
21 public class Supplier { class
28 public Supplier(String number, String name, int status, String city) { method in class:Supplier
58 return "[Supplier: number=" + number +
H A DSample.java154 printValues("Shipments for Supplier S1",
193 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
194 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
195 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
196 suppliers.add(new Supplier("S4", "Clark", 20, "London"));
197 suppliers.add(new Supplier("S5", "Adams", 30, "Athens"));
H A DSampleViews.java294 return new Supplier(number, data.getName(),
303 Supplier supplier = (Supplier) object;
312 Supplier supplier = (Supplier) object;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
17 * A Supplier represents the combined key/data pair for a supplier entity.
19 * <p> In this sample, Supplier is bound to the stored key/data entry by
33 public class Supplier implements Serializable, MarshalledEnt { class in inherits:Serializable,MarshalledEnt
42 public Supplier(String number, String name, int status, String city) { method in class:Supplier
81 return "[Supplier: number=" + number +
89 Supplier() { method in class:Supplier
H A DSample.java155 printValues("Shipments for Supplier S1",
194 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
195 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
196 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
197 suppliers.add(new Supplier("S4", "Clark", 20, "London"));
198 suppliers.add(new Supplier("S5", "Adams", 30, "Athens"));
H A DSampleDatabase.java111 Supplier.class,
112 Supplier.CITY_KEY));
H A DSampleViews.java57 new MarshalledEntityBinding(catalog, Supplier.class);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleViews.java49 SupplierKey.class, Supplier.class, true);
61 String.class, Supplier.class, true);
H A DSupplier.java6 * $Id: Supplier.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
18 * A Supplier represents the combined key/data pair for a supplier entity.
20 * <p> In this sample, Supplier is bound to the stored key/data entry by
33 public class Supplier implements Serializable, MarshalledTupleKeyEntity { class in inherits:Serializable,MarshalledTupleKeyEntity
42 public Supplier(String number, String name, int status, String city) { method in class:Supplier
72 return "[Supplier: number=" + number +
H A DSample.java153 printValues("Shipments for Supplier S1",
192 suppliers.add(new Supplier("S1", "Smith", 20, "London"));
193 suppliers.add(new Supplier("S2", "Jones", 10, "Paris"));
194 suppliers.add(new Supplier("S3", "Blake", 30, "Paris"));
195 suppliers.add(new Supplier("S4", "Clark", 20, "London"));
196 suppliers.add(new Supplier("S5", "Adams", 30, "Athens"));
H A DSampleDatabase.java113 secConfig.setKeyCreator(factory.getKeyCreator(Supplier.class,
114 Supplier.CITY_KEY));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile557 $(JAVA_EXDIR)/collections/ship/entity/Supplier.java \
568 $(JAVA_EXDIR)/collections/ship/factory/Supplier.java \
590 $(JAVA_EXDIR)/collections/ship/marshal/Supplier.java \
600 $(JAVA_EXDIR)/collections/ship/sentity/Supplier.java \
612 $(JAVA_EXDIR)/collections/ship/tuple/Supplier.java \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in555 $(JAVA_EXDIR)/collections/ship/entity/Supplier.java \
566 $(JAVA_EXDIR)/collections/ship/factory/Supplier.java \
588 $(JAVA_EXDIR)/collections/ship/marshal/Supplier.java \
598 $(JAVA_EXDIR)/collections/ship/sentity/Supplier.java \
610 $(JAVA_EXDIR)/collections/ship/tuple/Supplier.java \

Completed in 72 milliseconds