/*
 * Generated file - Do not edit!
 */
package com.alodar.example.interfaces;

import java.lang.*;

/**
 * Remote interface for Item.
 * @author XDOCLET 1.1.2
 * @xdoclet-generated at Aug 25, 2002 3:02:28 PM
 */
public interface Item
   extends javax.ejb.EJBObject
{
   /**
    * Gets a data object representing this instance
    * @return a data object representing this instance
    */
   public com.alodar.example.interfaces.ItemData getData(  ) throws java.rmi.RemoteException;

   /**
    * Sets a data object representing this instance
    * @param data a data object holding new values
    */
   public void setData( com.alodar.example.interfaces.ItemData data ) throws java.rmi.RemoteException;

}