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.String
getActionId()
Gets the action id.int
getCaseNo()
boolean
isLastInChooseWhen()
void
setCaseNo(int caseNo)
void
setLastInChooseWhen(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:Executable
Gets the action id.- Specified by:
getActionId
in interfaceExecutable
- Returns:
- the action id
-
getCaseNo
public int getCaseNo()
- Specified by:
getCaseNo
in interfaceExecutable
-
setCaseNo
public void setCaseNo(int caseNo)
- Specified by:
setCaseNo
in interfaceExecutable
-
isLastInChooseWhen
public boolean isLastInChooseWhen()
- Specified by:
isLastInChooseWhen
in interfaceExecutable
-
setLastInChooseWhen
public void setLastInChooseWhen(boolean lastInChooseWhen)
- Specified by:
setLastInChooseWhen
in interfaceExecutable
-
-