org.hibernate.test.component.cascading.toone
Class Document

java.lang.Object
  extended by org.hibernate.test.component.cascading.toone.Document

public class Document
extends Object


Constructor Summary
Document()
           
 
Method Summary
 Long getId()
           
 String getLocation()
           
 User getOwner()
           
 void setId(Long id)
           
 void setLocation(String location)
           
 void setOwner(User owner)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Document

public Document()
Method Detail

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.