Package myorg.relex.one2one
Class BoxOffice
- java.lang.Object
-
- myorg.relex.one2one.BoxOffice
-
-
Field Summary
Fields Modifier and Type Field Description private ShowEventPKpkprivate ShowEventshowprivate intticketsLeft
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DategetDate()ShowEventgetShow()intgetTicketsLeft()DategetTime()voidsetTicketsLeft(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)
-
-