org.hibernate.test.annotations.target
Class OwnerImpl

java.lang.Object
  extended by org.hibernate.test.annotations.target.OwnerImpl
All Implemented Interfaces:
Owner

@Embeddable
public class OwnerImpl
extends Object
implements Owner


Constructor Summary
OwnerImpl()
           
 
Method Summary
 String getName()
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OwnerImpl

public OwnerImpl()
Method Detail

getName

public String getName()
Specified by:
getName in interface Owner

setName

public void setName(String name)
Specified by:
setName in interface Owner


Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.