Package myorg.relex.one2one
Class ShowTickets
- java.lang.Object
-
- myorg.relex.one2one.ShowTickets
-
-
Constructor Summary
Constructors Constructor Description ShowTickets()
ShowTickets(ShowEvent show)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Date
getDate()
ShowEvent
getShow()
int
getTicketsLeft()
Date
getTime()
void
setTicketsLeft(int ticketsLeft)
-
-
-
Constructor Detail
-
ShowTickets
public ShowTickets()
-
ShowTickets
public ShowTickets(ShowEvent show)
-
-