org.hibernate.test.instrument.domain
Class OneToOneNoProxy
java.lang.Object
   org.hibernate.test.instrument.domain.OneToOneNoProxy
org.hibernate.test.instrument.domain.OneToOneNoProxy
- public class OneToOneNoProxy 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OneToOneNoProxy
public OneToOneNoProxy()
OneToOneNoProxy
public OneToOneNoProxy(String name)
getEntityId
public Long getEntityId()
- 
- Returns:
- Returns the id.
 
setEntityId
public void setEntityId(Long entityId)
- 
- Parameters:
- entityId- The id to set.
 
getName
public String getName()
- 
- Returns:
- Returns the name.
 
setName
public void setName(String name)
- 
- Parameters:
- name- The name to set.
 
getEntity
public EntityWithOneToOnes getEntity()
- 
 
setEntity
public void setEntity(EntityWithOneToOnes entity)
- 
 
Copyright © 2001-2012 Red Hat, Inc.  All Rights Reserved.