Searched refs:PartKey (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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
12 * A PartKey serves as the key in the key/data pair for a part entity.
14 * <p> In this sample, PartKey is bound to the key's tuple storage entry using
20 public class PartKey { class
24 public PartKey(String number) { method in class:PartKey
36 return "[PartKey: number=" + number + ']';
H A DSampleViews.java185 return new PartKey(number);
193 PartKey key = (PartKey) object;
H A DSample.java156 new PartKey("P1")).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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
12 * A PartKey serves as the key in the key/data pair for a part entity.
14 * <p> In this sample, PartKey is bound to the key's tuple storage entry using
20 public class PartKey { class
24 public PartKey(String number) { method in class:PartKey
36 return "[PartKey: number=" + number + ']';
H A DSampleViews.java184 return new PartKey(number);
192 PartKey key = (PartKey) object;
H A DSample.java153 new PartKey("P1")).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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
15 * A PartKey serves as the key in the key/data pair for a part entity.
17 * <p> In this sample, PartKey is bound to the stored key tuple entry by
23 public class PartKey implements MarshalledKey { class in inherits:MarshalledKey
27 public PartKey(String number) { method in class:PartKey
39 return "[PartKey: number=" + number + ']';
44 PartKey() { method in class:PartKey
H A DSample.java154 new PartKey("P1")).iterator());
H A DSampleViews.java51 new MarshalledKeyBinding(PartKey.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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:28 bostic Exp $
14 * A PartKey serves as the key in the key/data pair for a part entity.
16 * <p> In this sample, PartKey is used both as the storage entry for the key as
22 public class PartKey implements Serializable { class in inherits:Serializable
26 public PartKey(String number) { method in class:PartKey
38 return "[PartKey: number=" + number + ']';
H A DSample.java156 parts.put(new PartKey("P1"),
160 parts.put(new PartKey("P2"),
164 parts.put(new PartKey("P3"),
168 parts.put(new PartKey("P4"),
172 parts.put(new PartKey("P5"),
176 parts.put(new PartKey("P6"),
H A DSampleViews.java40 new SerialBinding(catalog, PartKey.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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
14 * A PartKey serves as the key in the key/data pair for a part entity.
16 * <p> In this sample, PartKey is used both as the storage entry for the key as
22 public class PartKey implements Serializable { class in inherits:Serializable
26 public PartKey(String number) { method in class:PartKey
38 return "[PartKey: number=" + number + ']';
H A DSampleViews.java46 new SerialBinding(catalog, PartKey.class);
48 new PartBinding(catalog, PartKey.class, PartData.class);
187 PartKey key = (PartKey) keyInput;
199 return new PartKey(part.getNumber());
H A DSampleDatabase.java123 PartKey.class));
291 return new PartKey(shipmentKey.getPartNumber());
H A DSample.java154 new PartKey("P1")).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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
14 * A PartKey serves as the key in the key/data pair for a part entity.
16 * <p> In this sample, PartKey is used both as the storage data for the key as
22 public class PartKey implements Serializable { class in inherits:Serializable
26 public PartKey(String number) { method in class:PartKey
38 return "[PartKey: number=" + number + ']';
H A DSample.java153 new PartKey("P1")).iterator());
169 parts.put(new PartKey("P1"),
173 parts.put(new PartKey("P2"),
177 parts.put(new PartKey("P3"),
181 parts.put(new PartKey("P4"),
185 parts.put(new PartKey("P5"),
189 parts.put(new PartKey("P6"),
H A DSampleViews.java44 new SerialBinding(catalog, PartKey.class);
H A DSampleDatabase.java123 PartKey.class));
291 return new PartKey(shipmentKey.getPartNumber());
/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 DPartKey.java6 * $Id: PartKey.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
16 * A PartKey serves as the key in the key/data pair for a part entity.
18 * <p> In this sample, PartKey is bound to the stored key tuple entry by
24 public class PartKey implements MarshalledTupleEntry { class in inherits:MarshalledTupleEntry
28 public PartKey(String number) { method in class:PartKey
40 return "[PartKey: number=" + number + ']';
45 public PartKey() { method in class:PartKey
H A DSampleViews.java46 PartKey.class, Part.class, true);
55 PartKey.class, Shipment.class, true);
H A DSample.java152 new PartKey("P1")).iterator());
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile539 $(JAVA_EXDIR)/collections/ship/basic/PartKey.java \
550 $(JAVA_EXDIR)/collections/ship/entity/PartKey.java \
562 $(JAVA_EXDIR)/collections/ship/factory/PartKey.java \
572 $(JAVA_EXDIR)/collections/ship/index/PartKey.java \
584 $(JAVA_EXDIR)/collections/ship/marshal/PartKey.java \
594 $(JAVA_EXDIR)/collections/ship/sentity/PartKey.java \
605 $(JAVA_EXDIR)/collections/ship/tuple/PartKey.java \
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in537 $(JAVA_EXDIR)/collections/ship/basic/PartKey.java \
548 $(JAVA_EXDIR)/collections/ship/entity/PartKey.java \
560 $(JAVA_EXDIR)/collections/ship/factory/PartKey.java \
570 $(JAVA_EXDIR)/collections/ship/index/PartKey.java \
582 $(JAVA_EXDIR)/collections/ship/marshal/PartKey.java \
592 $(JAVA_EXDIR)/collections/ship/sentity/PartKey.java \
603 $(JAVA_EXDIR)/collections/ship/tuple/PartKey.java \

Completed in 96 milliseconds