org.hibernate.test.abstractembeddedcomponents.cid
Class MyInterfaceImpl

java.lang.Object
  extended by org.hibernate.test.abstractembeddedcomponents.cid.MyInterfaceImpl
All Implemented Interfaces:
Serializable, MyInterface

public class MyInterfaceImpl
extends Object
implements MyInterface

See Also:
Serialized Form

Constructor Summary
MyInterfaceImpl()
           
 
Method Summary
 String getKey1()
           
 String getKey2()
           
 String getName()
           
 void setKey1(String key1)
           
 void setKey2(String key2)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyInterfaceImpl

public MyInterfaceImpl()
Method Detail

getKey1

public String getKey1()
Specified by:
getKey1 in interface MyInterface

setKey1

public void setKey1(String key1)
Specified by:
setKey1 in interface MyInterface

getKey2

public String getKey2()
Specified by:
getKey2 in interface MyInterface

setKey2

public void setKey2(String key2)
Specified by:
setKey2 in interface MyInterface

getName

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

setName

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


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