Package myorg.entityex.annotated
Class CowPK
- java.lang.Object
-
- myorg.entityex.annotated.CowPK
-
- All Implemented Interfaces:
Serializable
@Embeddable public class CowPK extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private String
herd
private String
name
private static long
serialVersionUID
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
herd
private String herd
-
name
private String name
-
-