org.hibernate.test.annotations.onetoone.hhh4851
Class Owner
java.lang.Object
   org.hibernate.test.annotations.onetoone.hhh4851.Owner
org.hibernate.test.annotations.onetoone.hhh4851.Owner
- @Entity
public class Owner 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
Owner
public Owner()
Owner
public Owner(String name)
getId
public Long getId()
- 
 
getName
public String getName()
- 
 
getVersion
public Integer getVersion()
- 
 
isDeleted
public boolean isDeleted()
- 
 
setDeleted
public Owner setDeleted(boolean isDeleted)
- 
 
setId
public void setId(Long id)
- 
 
setName
public Owner setName(String name)
- 
 
setVersion
public void setVersion(Integer version)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.