public class CSInterfaceConfig extends Object implements Serializable
| Constructor and Description |
|---|
CSInterfaceConfig()
Default Constructor.
|
CSInterfaceConfig(String name,
String displayName,
boolean enable)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getName() |
boolean |
isEnable() |
void |
setDisplayName(String displayName) |
void |
setEnable(boolean enable) |
void |
setName(String name) |