public static class WriteandReadPOJOs.ProductDetails extends Object
A sample class which we will be using in order to demonstrate reading and writing large number of POJOs
| Constructor and Description |
|---|
ProductDetails() |
| Modifier and Type | Method and Description |
|---|---|
int |
getDistributor_id() |
int |
getId() |
String |
getName() |
void |
setDistributor_id(int distributor_id) |
void |
setId(int id) |
void |
setName(String name) |
Copyright © 2013-2017 MarkLogic Corporation.