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 SeatPK
Seat. pk
private SeatPK
TicketPK. seat
Methods in org.myorg.jpatickets.bo that return SeatPK Modifier and Type Method Description SeatPK
TicketPK. getSeatId()
Constructors in org.myorg.jpatickets.bo with parameters of type SeatPK Constructor Description TicketPK(int event, SeatPK seat)
-