Package org.myorg.jpatickets.bo
Class Seat
- java.lang.Object
-
- org.myorg.jpatickets.bo.Seat
-
- All Implemented Interfaces:
Serializable
@Entity public class Seat 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()
Venue
getVenue()
String
getVenueId()
int
hashCode()
String
toString()
-