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 booleanequals(Object obj)intgetPosition()intgetRow()StringgetSection()StringgetVenueId()inthashCode()StringtoString()
-
-
-
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
-
-