| Package | Description |
|---|---|
| br.com.caelum.vraptor.mydvds.dao | |
| br.com.caelum.vraptor.mydvds.model |
| Modifier and Type | Method and Description |
|---|---|
void |
DvdDao.add(DvdRental copy)
Adds a copy of the dvd
|
void |
DefaultDvdDao.add(DvdRental copy) |
| Modifier and Type | Method and Description |
|---|---|
Set<DvdRental> |
User.getRents() |
Set<DvdRental> |
Dvd.getRents() |
| Modifier and Type | Method and Description |
|---|---|
void |
User.setRents(Set<DvdRental> dvds) |
void |
Dvd.setRents(Set<DvdRental> copies) |
Copyright © 2015 Caelum. All Rights Reserved.