package demo;

/**
 * Generated from demo.StoryBean by vDoclet/EJB
 */
public interface Story extends javax.ejb.EJBObject {

    public long getId(  )
        throws java.rmi.RemoteException;
    public java.lang.String getAuthor(  )
        throws java.rmi.RemoteException;
    public void setAuthor( java.lang.String author )
        throws java.rmi.RemoteException;
    public java.lang.String getSubject(  )
        throws java.rmi.RemoteException;
    public void setSubject( java.lang.String subject )
        throws java.rmi.RemoteException;
    public java.lang.String getContent(  )
        throws java.rmi.RemoteException;
    public void setContent( java.lang.String content )
        throws java.rmi.RemoteException;

}