@Entity public class Car extends Object
private int
id
private String
model
private Set<Tire>
tires
private Date
year
Car()
boolean
equals(Object obj)
int
getId()
String
getModel()
Set<Tire>
getTires()
Date
getYear()
hashCode()
void
setModel(String model)
setYear(Date year)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
private int id
private Set<Tire> tires
private String model
private Date year
public Car()
public int getId()
public Set<Tire> getTires()
public String getModel()
public void setModel(String model)
public Date getYear()
public void setYear(Date year)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals