Package org.myorg.jpatickets.bo
Class SeatPK
- java.lang.Object
-
- org.myorg.jpatickets.bo.SeatPK
-
- All Implemented Interfaces:
Serializable
@Embeddable public class SeatPK extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
int
getPosition()
int
getRow()
String
getSection()
String
getVenueId()
int
hashCode()
String
toString()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
venueId
private String venueId
-
section
private String section
-
row
private int row
-
position
private int position
-
-