org.hibernate.test.interfaceproxy
Class ItemImpl
java.lang.Object
org.hibernate.test.interfaceproxy.ItemImpl
- All Implemented Interfaces:
- Item
- Direct Known Subclasses:
- DocumentImpl, FolderImpl
public abstract class ItemImpl
- extends Object
- implements Item
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ItemImpl
public ItemImpl()
getId
public Long getId()
- Specified by:
getId
in interface Item
- Returns:
- Returns the id.
setId
public void setId(Long id)
- Parameters:
id
- The id to set.
getName
public String getName()
- Specified by:
getName
in interface Item
- Returns:
- Returns the name.
setName
public void setName(String name)
- Specified by:
setName
in interface Item
- Parameters:
name
- The name to set.
Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.