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

123

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/entity/
H A DSupplier.java12 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/sentity/
H A DSupplier.java14 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/tuple/
H A DSupplier.java12 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/entity/
H A DSupplier.java12 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/sentity/
H A DSupplier.java14 * 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 +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/tuple/
H A DSupplier.java12 * 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 +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/entity/
H A DSupplier.java12 * 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 +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/sentity/
H A DSupplier.java14 * 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 +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/tuple/
H A DSupplier.java12 * 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 +
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/marshal/
H A DSupplier.java17 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/marshal/
H A DSupplier.java17 * 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/marshal/
H A DSupplier.java17 * 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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DSampleViews.java49 SupplierKey.class, Supplier.class, true);
61 String.class, Supplier.class, true);
H A DSupplier.java18 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DSampleViews.java49 SupplierKey.class, Supplier.class, true);
61 String.class, Supplier.class, true);
H A DSupplier.java18 * 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"));
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/examples_java/src/collections/ship/factory/
H A DSampleViews.java49 SupplierKey.class, Supplier.class, true);
61 String.class, Supplier.class, true);
H A DSupplier.java18 * 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 +

Completed in 136 milliseconds

123