com.partnersoft.system
Class AppConfiguration
java.lang.Object
com.partnersoft.system.AppConfiguration
- All Implemented Interfaces:
- Coggable
public class AppConfiguration
- extends java.lang.Object
- implements Coggable
Generic application configuration.
- Author:
- Paul Reavis
Copyright 2002 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AppConfiguration
public AppConfiguration()
getState
public Cog getState()
- Specified by:
getState in interface Coggable
setState
public void setState(Cog state)
- Specified by:
setState in interface Coggable
getName
public java.lang.String getName()
setName
public void setName(java.lang.String argName)
getClassName
public java.lang.String getClassName()
setClassName
public void setClassName(java.lang.String argClassName)
getOptions
public Naming getOptions()
setOptions
public void setOptions(Naming newOptions)