Package myorg.relex.one2one
Class BoxOffice
- java.lang.Object
-
- myorg.relex.one2one.BoxOffice
-
-
Field Summary
Fields Modifier and Type Field Description private ShowEventPK
pk
private ShowEvent
show
private int
ticketsLeft
-
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)
-
-
-
Field Detail
-
pk
private ShowEventPK pk
-
show
private ShowEvent show
-
ticketsLeft
private int ticketsLeft
-
-
Constructor Detail
-
BoxOffice
protected BoxOffice()
-
BoxOffice
public BoxOffice(ShowEvent show)
-
-