org.apache.aries.jndiurl.itest.beans
Class ConfigBean

java.lang.Object
  extended by org.apache.aries.jndiurl.itest.beans.ConfigBean

public class ConfigBean
extends Object


Constructor Summary
ConfigBean()
           
 
Method Summary
 SimpleBean getSimple()
           
 String getVersion()
           
 void setSimple(SimpleBean s)
           
 void setVersion(String v)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigBean

public ConfigBean()
Method Detail

getSimple

public SimpleBean getSimple()

setSimple

public void setSimple(SimpleBean s)

getVersion

public String getVersion()

setVersion

public void setVersion(String v)


Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.