org.hibernate.test.annotations.embedded
Class InternetFavorites
java.lang.Object
org.hibernate.test.annotations.embedded.InternetFavorites
@Embeddable
public class InternetFavorites
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InternetFavorites
public InternetFavorites()
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.