Class AbstractAction
- java.lang.Object
-
- com.aspectran.core.activity.process.action.AbstractAction
-
- All Implemented Interfaces:
Executable
- Direct Known Subclasses:
AnnotatedMethodAction,BeanMethodAction,EchoAction,HeaderAction,IncludeAction
public abstract class AbstractAction extends java.lang.Object implements Executable
The Class AbstractAction.Created: 2008. 03. 22 PM 5:50:35
-
-
Constructor Summary
Constructors Constructor Description AbstractAction()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract java.lang.StringgetActionId()Gets the action id.intgetCaseNo()booleanisLastInChooseWhen()voidsetCaseNo(int caseNo)voidsetLastInChooseWhen(boolean lastInChooseWhen)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.aspectran.core.activity.process.action.Executable
execute, getActionRule, getActionType, isHidden
-
-
-
-
Method Detail
-
getActionId
public abstract java.lang.String getActionId()
Description copied from interface:ExecutableGets the action id.- Specified by:
getActionIdin interfaceExecutable- Returns:
- the action id
-
getCaseNo
public int getCaseNo()
- Specified by:
getCaseNoin interfaceExecutable
-
setCaseNo
public void setCaseNo(int caseNo)
- Specified by:
setCaseNoin interfaceExecutable
-
isLastInChooseWhen
public boolean isLastInChooseWhen()
- Specified by:
isLastInChooseWhenin interfaceExecutable
-
setLastInChooseWhen
public void setLastInChooseWhen(boolean lastInChooseWhen)
- Specified by:
setLastInChooseWhenin interfaceExecutable
-
-