Package myorg.entityex.annotated
Class Cow
- java.lang.Object
-
- myorg.entityex.annotated.Cow
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CowPK
getPk()
int
getWeight()
void
setPk(CowPK pk)
void
setWeight(int weight)
-