public class NewReleaseMovieState extends MovieState
Domain:
None
Invariant:
None
| Modifier and Type | Method and Description |
|---|---|
int |
getFrequentRenterPoints(int numberOfDaysRented)
Get the frequent renter points for a new release movie.
|
static NewReleaseMovieState |
getSingleton()
Get the NewReleaseMovieState singleton
|
getAmountDuepublic int getFrequentRenterPoints(int numberOfDaysRented)
getFrequentRenterPoints in class MovieStatenumberOfDaysRented - the number of days this movie was rentedpublic static NewReleaseMovieState getSingleton()