org.hibernate.test.instrument.domain
Class OneToOneNoProxy

java.lang.Object
  extended by org.hibernate.test.instrument.domain.OneToOneNoProxy

public class OneToOneNoProxy
extends Object


Constructor Summary
OneToOneNoProxy()
           
OneToOneNoProxy(String name)
           
 
Method Summary
 EntityWithOneToOnes getEntity()
           
 Long getEntityId()
           
 String getName()
           
 void setEntity(EntityWithOneToOnes entity)
           
 void setEntityId(Long entityId)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneToOneNoProxy

public OneToOneNoProxy()

OneToOneNoProxy

public OneToOneNoProxy(String name)
Method Detail

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.