Package myorg.entityex.annotated
Class Horse.Jockey
- java.lang.Object
-
- myorg.entityex.annotated.Horse.Jockey
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Horse
public static class Horse.Jockey extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private String
name
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description Jockey()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
name
private String name
-
-