Package myorg.relex.one2one
Class ShowEventPK
- java.lang.Object
-
- myorg.relex.one2one.ShowEventPK
-
- All Implemented Interfaces:
Serializable
@Embeddable public class ShowEventPK extends Object implements Serializable
This class will be used as an IdClass for the ShowEvent entity.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private Date
date
private static long
serialVersionUID
private Date
time
-
Constructor Summary
Constructors Constructor Description ShowEventPK()
ShowEventPK(Date date, Date time)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
date
private Date date
-
time
private Date time
-
-