File
Doc
Category
Size
Date
Package
Item.java
API Doc
Hibernate 3.2.5
362
Sat Aug 21 20:20:08 BST 2004
org.hibernate.test.interfaceproxy
Item
public interface Item
author
Gavin King
Fields Summary
Constructors Summary
Methods Summary
public
java.lang.Long
getId
()
return
Returns the id.
public
java.lang.String
getName
()
return
Returns the name.
public void
setName
(
java.lang.String
name)
param
name The name to set.
Java Code Source