org.apache.aries.blueprint.sample
Class Bar

java.lang.Object
  extended by org.apache.aries.blueprint.sample.Bar

public class Bar
extends java.lang.Object


Constructor Summary
Bar()
           
 
Method Summary
 org.osgi.framework.BundleContext getContext()
           
 java.util.List getList()
           
 java.lang.String getValue()
           
 void setContext(org.osgi.framework.BundleContext ctx)
           
 void setList(java.util.List l)
           
 void setValue(java.lang.String s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bar

public Bar()
Method Detail

getContext

public org.osgi.framework.BundleContext getContext()

setContext

public void setContext(org.osgi.framework.BundleContext ctx)

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String s)

getList

public java.util.List getList()

setList

public void setList(java.util.List l)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


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