www.pudn.com > 200513174851152(JSP+wml).zip > Item.java
import java.rmi.RemoteException;
import javax.ejb.EJBObject;
public interface Item extends EJBObject
{
public Object getPrimaryKey() throws RemoteException;
public String getId() throws RemoteException;
public String getName() throws RemoteException;
public String getDescription() throws RemoteException;
}