public class ConfigurationPlugInVirtualDataWindow extends Object implements Serializable
Constructor and Description |
---|
ConfigurationPlugInVirtualDataWindow()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getConfig()
Returns any additional configuration passed to the factory as part of the context.
|
String |
getFactoryClassName()
Returns the view factory class name.
|
String |
getName()
Returns the view name.
|
String |
getNamespace()
Returns the namespace
|
void |
setConfig(Serializable config)
Sets any additional configuration passed to the factory as part of the context.
|
void |
setFactoryClassName(String factoryClassName)
Sets the view factory class name.
|
void |
setName(String name)
Sets the view name.
|
void |
setNamespace(String namespace)
Sets the view namespace.
|
public ConfigurationPlugInVirtualDataWindow()
public String getNamespace()
public String getName()
public String getFactoryClassName()
public void setNamespace(String namespace)
namespace
- to setpublic void setName(String name)
name
- to setpublic void setFactoryClassName(String factoryClassName)
factoryClassName
- is the class name of the view factorypublic Serializable getConfig()
public void setConfig(Serializable config)
config
- optional additional configuration