org.hibernate.test.annotations.manytoone
Class Lotz

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.Lotz
All Implemented Interfaces:
Serializable

@Entity
public class Lotz
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
protected  LotzPK lotPK
           
 
Constructor Summary
Lotz()
           
 
Method Summary
 boolean equals(Object obj)
           
 List<Carz> getCars()
           
 String getLocation()
           
 LotzPK getLotPK()
           
 String getName()
           
 int hashCode()
           
 void setCars(List<Carz> cars)
           
 void setLocation(String location)
           
 void setLotPK(LotzPK lotPK)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lotPK

protected LotzPK lotPK
Constructor Detail

Lotz

public Lotz()
Method Detail

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.