org.hibernate.test.abstractembeddedcomponents.cid
Class MyInterfaceImpl
java.lang.Object
org.hibernate.test.abstractembeddedcomponents.cid.MyInterfaceImpl
- All Implemented Interfaces:
- Serializable, MyInterface
public class MyInterfaceImpl
- extends Object
- implements MyInterface
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MyInterfaceImpl
public MyInterfaceImpl()
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.