org.hibernate.test.annotations.manytoone
Class Lotz
java.lang.Object
org.hibernate.test.annotations.manytoone.Lotz
- All Implemented Interfaces:
- Serializable
@Entity
public class Lotz
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Lotz()
|
lotPK
protected LotzPK lotPK
Lotz
public Lotz()
getCars
public List<Carz> getCars()
setCars
public void setCars(List<Carz> cars)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getLotPK
public LotzPK getLotPK()
setLotPK
public void setLotPK(LotzPK lotPK)
getName
public String getName()
setName
public void setName(String name)
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.