org.hibernate.test.annotations.indexcoll
Class Painter

java.lang.Object
  extended by org.hibernate.test.annotations.indexcoll.Painter

@Entity
public class Painter
extends Object


Constructor Summary
Painter()
           
 
Method Summary
 Integer getId()
           
 Map<String,Painting> getPaintings()
           
 void setId(Integer id)
           
 void setPaintings(Map<String,Painting> paintings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Painter

public Painter()
Method Detail

getId

public Integer getId()

setId

public void setId(Integer id)

getPaintings

public Map<String,Painting> getPaintings()

setPaintings

public void setPaintings(Map<String,Painting> paintings)


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.