com.bowstreet.webapp
Interface ConfigInfo
- All Superinterfaces:
- IExemplar, WebAppObject
public interface ConfigInfo
- extends WebAppObject
Interface to hold configuration information about the web app being created.
-
Method Summary |
java.lang.Object |
getConfigObject()
Gets the configuration object stored on this ConfigInfo. |
void |
setConfigObject(java.lang.Object configObject)
Sets a configuration object on this ConfigInfo. |
Methods inherited from interface com.bowstreet.webapp.WebAppObject |
clone, getBuilderCall, getName, getProperties, getProperty, getVisibility, isHidden, putProperty, setBuilderCall, setHidden, setName, setVisibility |
getConfigObject
java.lang.Object getConfigObject()
- Gets the configuration object stored on this ConfigInfo.
- Returns:
- A configuration object.
setConfigObject
void setConfigObject(java.lang.Object configObject)
- Sets a configuration object on this ConfigInfo.
- Parameters:
configObject
- The configuration object to store.
Copyright © 2009 IBM. All Rights Reserved.