Uses of Class
org.myorg.jpatickets.bo.SeatPK
- 
Packages that use SeatPK Package Description org.myorg.jpatickets.bo  - 
- 
Uses of SeatPK in org.myorg.jpatickets.bo
Fields in org.myorg.jpatickets.bo declared as SeatPK Modifier and Type Field Description private SeatPKSeat. pkprivate SeatPKTicketPK. seatMethods in org.myorg.jpatickets.bo that return SeatPK Modifier and Type Method Description SeatPKTicketPK. getSeatId()Constructors in org.myorg.jpatickets.bo with parameters of type SeatPK Constructor Description TicketPK(int event, SeatPK seat) 
 -