org.hibernate.test.annotations.manytoone
Class Frame
java.lang.Object
org.hibernate.test.annotations.manytoone.Frame
- All Implemented Interfaces:
- Serializable
@Entity
public class Frame
- extends Object
- implements Serializable
- See Also:
- Serialized Form
Constructor Summary |
Frame()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Frame
public Frame()
getId
public Long getId()
setId
public void setId(Long id)
getLenses
public Set<Lens> getLenses()
setLenses
public void setLenses(Set<Lens> lenses)
getName
public String getName()
setName
public void setName(String name)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.