org.hibernate.test.annotations.override
Class SocialTouchPoints

java.lang.Object
  extended by org.hibernate.test.annotations.override.SocialTouchPoints

@Embeddable
public class SocialTouchPoints
extends Object


Constructor Summary
SocialTouchPoints()
           
 
Method Summary
 List<SocialSite> getWebsite()
           
 void setWebsite(List<SocialSite> website)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocialTouchPoints

public SocialTouchPoints()
Method Detail

getWebsite

public List<SocialSite> getWebsite()

setWebsite

public void setWebsite(List<SocialSite> website)


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