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.


Field Summary
 
Fields inherited from interface com.bowstreet.webapp.WebAppObject
ALWAYS_VISIBLE, INFORMATION_PROPERTY, NEVER_VISIBLE, SOMETIMES_VISIBLE
 
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
 
Methods inherited from interface com.bowstreet.util.IExemplar
newInstance
 

Method Detail

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.