org.hibernate.test.annotations.target
Class SizeImpl

java.lang.Object
  extended by org.hibernate.test.annotations.target.SizeImpl
All Implemented Interfaces:
Size

@Embeddable
public class SizeImpl
extends Object
implements Size


Constructor Summary
SizeImpl()
           
 
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

SizeImpl

public SizeImpl()
Method Detail

getName

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

setName

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


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