org.hibernate.test.annotations.embedded
Class InternetFavorites

java.lang.Object
  extended by org.hibernate.test.annotations.embedded.InternetFavorites

@Embeddable
public class InternetFavorites
extends Object


Constructor Summary
InternetFavorites()
           
 
Method Summary
 Collection<String> getIdeas()
           
 Collection<URLFavorite> getLinks()
           
 void setIdeas(Collection<String> ideas)
           
 void setLinks(Collection<URLFavorite> links)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternetFavorites

public InternetFavorites()
Method Detail

getIdeas

public Collection<String> getIdeas()

setIdeas

public void setIdeas(Collection<String> ideas)

getLinks

public Collection<URLFavorite> getLinks()

setLinks

public void setLinks(Collection<URLFavorite> links)


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