Uses of Class
ShowSeatEY
-
Uses of ShowSeatEY in Unnamed Package
Methods in Unnamed Package that return types with arguments of type ShowSeatEYModifier and TypeMethodDescriptionShowEY.getSeatLayout()Method to get the seat layoutShowEY.getShowSeats()Method to get show seatsMethod parameters in Unnamed Package with type arguments of type ShowSeatEYModifier and TypeMethodDescriptionvoidShowEY.setShowSeats(ArrayList<ShowSeatEY> showSeats) Method to set show seatsConstructor parameters in Unnamed Package with type arguments of type ShowSeatEYModifierConstructorDescriptionShowEY(String showID, String movieID, String cineplexId, String screenID, String showDate, String showTime, int emptySeats, int numberOfRows, int seatsPerRow, ArrayList<ShowSeatEY> showSeats, MovieManager movieMgr, ScreenManager screenMgr) Constructor for ShowEY object (requires 12 parameter)