org.hibernate.test.component.cascading.toone
Class Document
java.lang.Object
org.hibernate.test.component.cascading.toone.Document
public class Document
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Document
public Document()
getId
public Long getId()
setId
public void setId(Long id)
getLocation
public String getLocation()
setLocation
public void setLocation(String location)
getOwner
public User getOwner()
setOwner
public void setOwner(User owner)
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.