Searched refs:SupplierKey (Results 1 - 25 of 25) 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/sentity/
H A DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
12 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
14 * <p> In this sample, SupplierKey is bound to the key's tuple storage entry
20 public class SupplierKey { class
24 public SupplierKey(String number) { method in class:SupplierKey
36 return "[SupplierKey: number=" + number + ']';
H A DSampleViews.java268 return new SupplierKey(number);
276 SupplierKey key = (SupplierKey) object;
H A DSample.java159 new SupplierKey("S1")).iterator());
/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 DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
12 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
14 * <p> In this sample, SupplierKey is bound to the key's tuple storage entry
20 public class SupplierKey { class
24 public SupplierKey(String number) { method in class:SupplierKey
36 return "[SupplierKey: number=" + number + ']';
H A DSampleViews.java260 return new SupplierKey(number);
268 SupplierKey key = (SupplierKey) object;
H A DSample.java156 new SupplierKey("S1")).iterator());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/marshal/
H A DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
15 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
17 * <p> In this sample, SupplierKey is bound to the stored key tuple entry by
23 public class SupplierKey implements MarshalledKey { class in inherits:MarshalledKey
27 public SupplierKey(String number) { method in class:SupplierKey
39 return "[SupplierKey: number=" + number + ']';
44 SupplierKey() { method in class:SupplierKey
H A DSample.java157 new SupplierKey("S1")).iterator());
H A DSampleViews.java55 new MarshalledKeyBinding(SupplierKey.class);
/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 DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:28 bostic Exp $
14 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
16 * <p>In this sample, SupplierKey is used both as the storage entry for the key
22 public class SupplierKey implements Serializable { class in inherits:Serializable
26 public SupplierKey(String number) { method in class:SupplierKey
38 return "[SupplierKey: number=" + number + ']';
H A DSample.java192 suppliers.put(new SupplierKey("S1"),
194 suppliers.put(new SupplierKey("S2"),
196 suppliers.put(new SupplierKey("S3"),
198 suppliers.put(new SupplierKey("S4"),
200 suppliers.put(new SupplierKey("S5"),
H A DSampleViews.java44 new SerialBinding(catalog, SupplierKey.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 DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
14 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
16 * <p> In this sample, SupplierKey is used both as the storage entry for the
22 public class SupplierKey implements Serializable { class in inherits:Serializable
26 public SupplierKey(String number) { method in class:SupplierKey
38 return "[SupplierKey: number=" + number + ']';
H A DSampleViews.java50 new SerialBinding(catalog, SupplierKey.class);
52 new SupplierBinding(catalog, SupplierKey.class,
234 SupplierKey key = (SupplierKey) keyInput;
246 return new SupplierKey(supplier.getNumber());
H A DSampleDatabase.java110 SupplierKey.class,
134 SupplierKey.class));
328 return new SupplierKey(shipmentKey.getSupplierNumber());
H A DSample.java157 new SupplierKey("S1")).iterator());
/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 DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
14 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
16 * <p> In this sample, SupplierKey is used both as the storage data for the key
22 public class SupplierKey implements Serializable { class in inherits:Serializable
26 public SupplierKey(String number) { method in class:SupplierKey
38 return "[SupplierKey: number=" + number + ']';
H A DSample.java156 new SupplierKey("S1")).iterator());
205 suppliers.put(new SupplierKey("S1"),
207 suppliers.put(new SupplierKey("S2"),
209 suppliers.put(new SupplierKey("S3"),
211 suppliers.put(new SupplierKey("S4"),
213 suppliers.put(new SupplierKey("S5"),
H A DSampleViews.java48 new SerialBinding(catalog, SupplierKey.class);
H A DSampleDatabase.java110 SupplierKey.class,
134 SupplierKey.class));
328 return new SupplierKey(shipmentKey.getSupplierNumber());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSupplierKey.java6 * $Id: SupplierKey.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
16 * A SupplierKey serves as the key in the key/data pair for a supplier entity.
18 * <p> In this sample, SupplierKey is bound to the stored key tuple entry by
24 public class SupplierKey implements MarshalledTupleEntry { class in inherits:MarshalledTupleEntry
28 public SupplierKey(String number) { method in class:SupplierKey
40 return "[SupplierKey: number=" + number + ']';
45 public SupplierKey() { method in class:SupplierKey
H A DSampleViews.java49 SupplierKey.class, Supplier.class, true);
58 SupplierKey.class, Shipment.class, true);
H A DSample.java155 new SupplierKey("S1")).iterator());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile546 $(JAVA_EXDIR)/collections/ship/basic/SupplierKey.java \
559 $(JAVA_EXDIR)/collections/ship/entity/SupplierKey.java \
569 $(JAVA_EXDIR)/collections/ship/factory/SupplierKey.java \
579 $(JAVA_EXDIR)/collections/ship/index/SupplierKey.java \
591 $(JAVA_EXDIR)/collections/ship/marshal/SupplierKey.java \
601 $(JAVA_EXDIR)/collections/ship/sentity/SupplierKey.java \
614 $(JAVA_EXDIR)/collections/ship/tuple/SupplierKey.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in544 $(JAVA_EXDIR)/collections/ship/basic/SupplierKey.java \
557 $(JAVA_EXDIR)/collections/ship/entity/SupplierKey.java \
567 $(JAVA_EXDIR)/collections/ship/factory/SupplierKey.java \
577 $(JAVA_EXDIR)/collections/ship/index/SupplierKey.java \
589 $(JAVA_EXDIR)/collections/ship/marshal/SupplierKey.java \
599 $(JAVA_EXDIR)/collections/ship/sentity/SupplierKey.java \
612 $(JAVA_EXDIR)/collections/ship/tuple/SupplierKey.java \

Completed in 69 milliseconds