org.hibernate.test.annotations.embedded
Class URLFavorite

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

@Embeddable
public class URLFavorite
extends Object


Constructor Summary
URLFavorite()
           
 
Method Summary
 String getUrl()
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLFavorite

public URLFavorite()
Method Detail

getUrl

public String getUrl()

setUrl

public void setUrl(String url)


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