org.hibernate.test.annotations.manytoone
Class Frame

java.lang.Object
  extended by 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()
           
 
Method Summary
 Long getId()
           
 Set<Lens> getLenses()
           
 String getName()
           
 void setId(Long id)
           
 void setLenses(Set<Lens> lenses)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Frame

public Frame()
Method Detail

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.