com.zphinx.spine.vo
Class ProxyConfig
java.lang.Object
com.zphinx.spine.vo.ProxyConfig
public class ProxyConfig
- extends Object
ProxyConfig is the Object representation of the configured Proxy objects within the Spine framework.
- Version:
- $1.0
Copyright ©Zphinx Software Solutions
- Author:
- David Ladapo
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProxyConfig
public ProxyConfig()
- Public Constructor
getProxyList
public List getProxyList()
- Returns:
- the proxyList
setProxyList
public void setProxyList(List proxyList)
- Parameters:
proxyList - the proxyList to set
addProxy
public void addProxy(LabelIntBean lib)
- Adds a LabenIntBean to the list contained in this object
- Parameters:
lib - The LabelIntBean to add