org.hibernate.test.interfaceproxy
Class ItemImpl

java.lang.Object
  extended by org.hibernate.test.interfaceproxy.ItemImpl
All Implemented Interfaces:
Item
Direct Known Subclasses:
DocumentImpl, FolderImpl

public abstract class ItemImpl
extends Object
implements Item


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

Constructor Detail

ItemImpl

public ItemImpl()
Method Detail

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.