?? currentstepprevcmp.java
字號:
/* * Copyright (c) 2002-2003 by OpenSymphony * All rights reserved. *//* * Generated by XDoclet - Do not edit! */package com.opensymphony.workflow.spi.ejb;/** * CMP layer for CurrentStepPrev. * @author Hani Suleiman (hani@formicary.net) Date: Apr 7, 2003 Time: 8:17:26 PM */public abstract class CurrentStepPrevCMP extends com.opensymphony.workflow.spi.ejb.PreviousCurrentStepEJB implements javax.ejb.EntityBean { //~ Methods //////////////////////////////////////////////////////////////// public void setEntityContext(javax.ejb.EntityContext ctx) { } public abstract void setId(java.lang.Long id); public abstract java.lang.Long getId(); public abstract void setPreviousId(java.lang.Long previousId); public abstract java.lang.Long getPreviousId(); public void ejbActivate() { } public void ejbLoad() { } public void ejbPassivate() { } public void ejbRemove() throws javax.ejb.RemoveException { } public void ejbStore() { } public void unsetEntityContext() { }}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -