Package myorg.relex.one2many
Class Basket
- java.lang.Object
-
- myorg.relex.one2many.Basket
-
-
Constructor Summary
Constructors Constructor Description Basket()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<Produce>
getContents()
int
getId()
String
getName()
void
setContents(List<Produce> contents)
void
setName(String name)
-