@Entity public class Dvd extends Object
| Constructor and Description |
|---|
Dvd() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
Long |
getId() |
Set<DvdRental> |
getRents() |
String |
getTitle() |
DvdType |
getType() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setRents(Set<DvdRental> copies) |
void |
setTitle(String title) |
void |
setType(DvdType type) |
public String getDescription()
public void setDescription(String description)
public Long getId()
public void setId(Long id)
public String getTitle()
public void setTitle(String title)
public DvdType getType()
public void setType(DvdType type)
Copyright © 2014 Caelum. All Rights Reserved.