org.hibernate.test.annotations.override
Class SocialSite
java.lang.Object
org.hibernate.test.annotations.override.SocialSite
@Entity
public class SocialSite
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocialSite
public SocialSite()
getId
public int getId()
setId
public void setId(int id)
getWebsite
public String getWebsite()
setWebsite
public void setWebsite(String website)
getEmployee
public Collection<Employee> getEmployee()
setEmployee
public void setEmployee(Collection<Employee> employee)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.