| Package | Description |
|---|---|
| javaDocedRefactoringExample | |
| javaDocedRefactoringExample.statement |
| Modifier and Type | Method and Description |
|---|---|
void |
Customer.addRental(Rental rental)
Adds a new rental to the list of rentals being returned by this person.
|
| Constructor and Description |
|---|
HTMLStatement(java.lang.String customerName,
java.util.List<Rental> rentals)
The constructor for the HTMLStatement class.
|
StatementTemplate(java.lang.String customerName,
java.util.List<Rental> rentals)
The constructor for the Statement Template.
|
TextStatement(java.lang.String customerName,
java.util.List<Rental> rentals)
The constructor for the TextStatement class.
|