org.hibernate.test.instrument.domain
Class OneToOneProxy
java.lang.Object
   org.hibernate.test.instrument.domain.OneToOneProxy
org.hibernate.test.instrument.domain.OneToOneProxy
- public class OneToOneProxy 
- extends Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OneToOneProxy
public OneToOneProxy()
OneToOneProxy
public OneToOneProxy(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.