@Entity public class DvdRental extends Object
DvdRental()
DvdRental(User owner, Dvd dvd)
boolean
equals(Object obj)
Dvd
getDvd()
Long
getId()
User
getOwner()
int
hashCode()
void
setDvd(Dvd dvd)
setId(Long id)
setOwner(User owner)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public DvdRental(User owner, Dvd dvd)
public DvdRental()
public Long getId()
public void setId(Long id)
public User getOwner()
public void setOwner(User owner)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public Dvd getDvd()
public void setDvd(Dvd dvd)
Copyright © 2015 Caelum. All Rights Reserved.