public class ConfigurationCompilerPlugInVirtualDataWindow extends Object implements Serializable
Constructor and Description |
---|
ConfigurationCompilerPlugInVirtualDataWindow()
Ctor.
|
Modifier and Type | Method and Description |
---|---|
Serializable |
getConfig()
Returns any additional configuration passed to the factory as part of the context.
|
String |
getForgeClassName()
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 |
setForgeClassName(String forgeClassName)
Sets the view factory class name.
|
void |
setName(String name)
Sets the view name.
|
void |
setNamespace(String namespace)
Sets the view namespace.
|
public ConfigurationCompilerPlugInVirtualDataWindow()
public String getNamespace()
public String getName()
public String getForgeClassName()
public void setNamespace(String namespace)
namespace
- to setpublic void setName(String name)
name
- to setpublic void setForgeClassName(String forgeClassName)
forgeClassName
- is the class name of the view factorypublic Serializable getConfig()
public void setConfig(Serializable config)
config
- optional additional configurationCopyright © 2005–2018. All rights reserved.