org.hibernate.test.annotations.manytoone
Class Lens

java.lang.Object
  extended by org.hibernate.test.annotations.manytoone.Lens

@Entity
public class Lens
extends Object


Constructor Summary
Lens()
           
 
Method Summary
 float getFocal()
           
 Frame getFrame()
           
 Long getId()
           
 float getLength()
           
 void setFocal(float focal)
           
 void setFrame(Frame frame)
           
 void setId(Long id)
           
 void setLength(float length)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Lens

public Lens()
Method Detail

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.