org.hibernate.test.annotations.onetomany
Class OrganisationUser
java.lang.Object
org.hibernate.test.annotations.onetomany.Person
org.hibernate.test.annotations.onetomany.OrganisationUser
- All Implemented Interfaces:
- Serializable
@Entity
public class OrganisationUser
- extends Person
- implements Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrganisationUser
public OrganisationUser()
setSomeText
public void setSomeText(String someText)
getSomeText
public String getSomeText()
setOrganisation
public void setOrganisation(Organisation organisation)
getOrganisation
public Organisation getOrganisation()
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.