Class Cat
java.lang.Object
org.glassfish.jersey.examples.jsonb.Cat
Example cat POJO for JSONB (un)marshalling.
- Author:
- Adam Lindenthal
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Cat
public Cat() -
Cat
-
-
Method Details
-
getName
-
setName
-
getSort
-
setSort
-
getColor
-
setColor
-
isDomesticated
public boolean isDomesticated() -
setDomesticated
-