Package lumis.doui.processaction
Class ProcessActionConfig
- java.lang.Object
-
- lumis.doui.processaction.ProcessActionConfig
-
- All Implemented Interfaces:
Cloneable
,ICacheEntry
,ICloneableCacheEntry
public class ProcessActionConfig extends Object implements ICloneableCacheEntry
- Since:
- 4.0.0
- Version:
- $Revision: 17077 $ $Date: 2015-03-06 15:16:41 -0300 (Fri, 06 Mar 2015) $
-
-
Constructor Summary
Constructors Constructor Description ProcessActionConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProcessActionConfig
clone()
String
getClassName()
String
getId()
String
getType()
void
setClassName(String className)
void
setType(String type)
-
-
-
Method Detail
-
getClassName
public String getClassName()
- Returns:
- Returns the className.
-
setClassName
public void setClassName(String className)
- Parameters:
className
- The className to set.
-
getType
public String getType()
- Returns:
- Returns the type.
-
setType
public void setType(String type)
- Parameters:
type
- The type to set.
-
getId
public String getId()
- Returns:
- Returns the id.
-
clone
public ProcessActionConfig clone()
- Specified by:
clone
in interfaceICloneableCacheEntry
- Overrides:
clone
in classObject
-
-