Package myorg.entityex.annotated
Class Bunny
- java.lang.Object
-
- myorg.entityex.annotated.Bunny
-
-
Constructor Summary
Constructors Constructor Description Bunny()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getId()
String
getName()
void
setId(int id)
void
setName(String name)
-