org.hibernate.test.interfaceproxy
Interface Item

All Known Subinterfaces:
Document, Folder, SecureDocument
All Known Implementing Classes:
DocumentImpl, FolderImpl, ItemImpl, SecureDocumentImpl

public interface Item


Method Summary
 Long getId()
           
 String getName()
           
 void setName(String name)
           
 

Method Detail

getId

Long getId()
Returns:
Returns the id.

getName

String getName()
Returns:
Returns the name.

setName

void setName(String name)
Parameters:
name - The name to set.


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