- generateHTMLStatement() - Method in class javaDocedRefactoringExample.Customer
-
Creates an HTML formatted statement for this customer.
- generateTextStatement() - Method in class javaDocedRefactoringExample.Customer
-
Creates a text formatted statement for this customer.
- getAmountDue(int) - Method in class javaDocedRefactoringExample.Movie
-
Get the amount due for this movie.
- getAmountDue() - Method in class javaDocedRefactoringExample.Rental
-
Gets the amount due for this movie based on the number of days it was rented.
- getAmountDue(int) - Method in class javaDocedRefactoringExample.states.MovieState
-
Gets the amount due for a given state.
- getFrequentRentalPoints() - Method in class javaDocedRefactoringExample.Rental
-
Get the number frequent renter points for this movie based on the number of days it was rented.
- getFrequentRenterPoints(int) - Method in class javaDocedRefactoringExample.Movie
-
Returns the number of frequent renter points for this movie.
- getFrequentRenterPoints(int) - Method in class javaDocedRefactoringExample.states.MovieState
-
Get the frequent renter points for this movie according to the number of days it was rented.
- getFrequentRenterPoints(int) - Method in class javaDocedRefactoringExample.states.NewReleaseMovieState
-
Get the frequent renter points for a new release movie.
- getSingleton() - Static method in class javaDocedRefactoringExample.states.ChildrensMovieState
-
Get the ChildrensMovieState singleton
- getSingleton() - Static method in class javaDocedRefactoringExample.states.NewReleaseMovieState
-
Get the NewReleaseMovieState singleton
- getSingleton() - Static method in class javaDocedRefactoringExample.states.RegularMovieState
-
Get the RegularMovieState singleton
- getTitle() - Method in class javaDocedRefactoringExample.Movie
-
The getter for the title.
- getTitleOfMovie() - Method in class javaDocedRefactoringExample.Rental
-
Returns the title of this rental's movie.