business object and codelist
- by feiroox
Hi How to design a business object?
I have a library which returns me an Object which have ten lists of other different objects. I need to store it into database all. List of objects are often like:
class Item {
private int id;
private String name;
private double point;
}
But the name is often the same. Like basic title of the product…