org.hibernate.test.annotations.manytoone
Class Lens
java.lang.Object
   org.hibernate.test.annotations.manytoone.Lens
org.hibernate.test.annotations.manytoone.Lens
- @Entity
public class Lens 
- extends Object
| Constructor Summary | 
| Lens()
 | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Lens
public Lens()
getId
public Long getId()
- 
 
setId
public void setId(Long id)
- 
 
getFocal
public float getFocal()
- 
 
setFocal
public void setFocal(float focal)
- 
 
getLength
public float getLength()
- 
 
setLength
public void setLength(float length)
- 
 
getFrame
public Frame getFrame()
- 
 
setFrame
public void setFrame(Frame frame)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.