org.hibernate.test.annotations.manytoonewithformula
Class Model
java.lang.Object
org.hibernate.test.annotations.manytoonewithformula.Model
@Entity
public class Model
- extends Object
Model
public Model(ModelId id,
String name)
Model
public Model()
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
getId
public ModelId getId()
setId
public void setId(ModelId id)
getName
public String getName()
setName
public void setName(String name)
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.