Package myorg.entityex.annotated
Class Dog
- java.lang.Object
-
- myorg.entityex.annotated.Dog
-
-
Constructor Summary
Constructors Constructor Description Dog()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Dog.Breed
getBreed()
Dog.Color
getColor()
protected String
getDBBreed()
Dog.Sex
getGender()
int
getId()
Dog
setBreed(Dog.Breed breed)
Dog
setColor(Dog.Color color)
protected void
setDBBreed(String dbValue)
Dog
setGender(Dog.Sex gender)
void
setId(int id)
-