Package lumis.doui.control
Class ControlConfig
- java.lang.Object
-
- lumis.doui.control.ControlConfig
-
- All Implemented Interfaces:
Cloneable
,ICacheEntry
,ICloneableCacheEntry
@StableMinor(version="14.2", sinceVersion="4.0") public class ControlConfig extends Object implements ICloneableCacheEntry
Represents common configurations of a control- Since:
- 4.0.0
- Version:
- $Revision: 24985 $ $Date: 2022-05-02 23:04:30 -0300 (Mon, 02 May 2022) $
-
-
Constructor Summary
Constructors Constructor Description ControlConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ControlConfig
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 ControlConfig clone()
- Specified by:
clone
in interfaceICloneableCacheEntry
- Overrides:
clone
in classObject
-
-