01: /*
02: * Copyright (c) 2002-2003 by OpenSymphony
03: * All rights reserved.
04: */
05: /*
06: * Generated by XDoclet - Do not edit!
07: */
08: package com.opensymphony.workflow.spi.ejb;
09:
10: /**
11: * Local interface for CurrentStepPrev.
12: * @author Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:26 PM
13: */
14: public interface CurrentStepPrevLocal extends javax.ejb.EJBLocalObject {
15: //~ Methods ////////////////////////////////////////////////////////////////
16:
17: public java.lang.Long getId();
18:
19: public java.lang.Long getPreviousId();
20: }
|