Searched refs:PartData (Results 1 - 12 of 12) 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/basic/
H A DPartData.java6 * $Id: PartData.java,v 12.7 2008/01/08 20:58:28 bostic Exp $
14 * A PartData serves as the data in the key/data pair for a part entity.
16 * <p> In this sample, PartData is used both as the storage entry for the
22 public class PartData implements Serializable { class in inherits:Serializable
29 public PartData(String name, String color, Weight weight, String city) { method in class:PartData
59 return "[PartData: name=" + name +
H A DSample.java157 new PartData("Nut", "Red",
161 new PartData("Bolt", "Green",
165 new PartData("Screw", "Blue",
169 new PartData("Screw", "Red",
173 new PartData("Cam", "Blue",
177 new PartData("Cog", "Red",
H A DSampleViews.java42 new SerialBinding(catalog, PartData.class);
/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 DPartData.java6 * $Id: PartData.java,v 12.7 2008/01/08 20:58:29 bostic Exp $
14 * A PartData serves as the value in the key/value pair for a part entity.
16 * <p> In this sample, PartData is used only as the storage data for the
23 public class PartData implements Serializable { class in inherits:Serializable
30 public PartData(String name, String color, Weight weight, String city) { method in class:PartData
60 return "[PartData: name=" + name +
H A DSampleViews.java48 new PartBinding(catalog, PartKey.class, PartData.class);
188 PartData data = (PartData) dataInput;
208 return new PartData(part.getName(), part.getColor(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/index/
H A DPartData.java6 * $Id: PartData.java,v 12.7 2008/01/08 20:58:30 bostic Exp $
14 * A PartData serves as the data in the key/data pair for a part entity.
16 * <p> In this sample, PartData is used both as the storage data for the data
22 public class PartData implements Serializable { class in inherits:Serializable
29 public PartData(String name, String color, Weight weight, String city) { method in class:PartData
59 return "[PartData: name=" + name +
H A DSample.java170 new PartData("Nut", "Red",
174 new PartData("Bolt", "Green",
178 new PartData("Screw", "Blue",
182 new PartData("Screw", "Red",
186 new PartData("Cam", "Blue",
190 new PartData("Cog", "Red",
H A DSampleViews.java46 new SerialBinding(catalog, PartData.class);
/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 DPartData.java6 * $Id: PartData.java,v 12.7 2008/01/08 20:58:31 bostic Exp $
14 * A PartData serves as the value in the key/value pair for a part entity.
16 * <p> In this sample, PartData is used only as the storage data for the
23 public class PartData implements Serializable { class in inherits:Serializable
30 public PartData(String name, String color, Weight weight, String city) { method in class:PartData
60 return "[PartData: name=" + name +
H A DSampleViews.java51 new PartBinding(catalog, PartData.class);
217 PartData data = (PartData) dataInput;
237 return new PartData(part.getName(), part.getColor(),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/build_unix/
H A DMakefile541 $(JAVA_EXDIR)/collections/ship/basic/PartData.java \
552 $(JAVA_EXDIR)/collections/ship/entity/PartData.java \
574 $(JAVA_EXDIR)/collections/ship/index/PartData.java \
607 $(JAVA_EXDIR)/collections/ship/tuple/PartData.java \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A DMakefile.in536 $(JAVA_EXDIR)/collections/ship/basic/PartData.java \
547 $(JAVA_EXDIR)/collections/ship/entity/PartData.java \
569 $(JAVA_EXDIR)/collections/ship/index/PartData.java \
602 $(JAVA_EXDIR)/collections/ship/tuple/PartData.java \

Completed in 95 milliseconds