org.apache.aries.blueprint.sample
Class Foo
java.lang.Object
org.apache.aries.blueprint.sample.Foo
- All Implemented Interfaces:
- Serializable
public class Foo
- extends Object
- implements Serializable
- See Also:
- Serialized Form
|
Constructor Summary |
Foo()
|
initialized
public boolean initialized
destroyed
public boolean destroyed
Foo
public Foo()
getA
public int getA()
setA
public void setA(int i)
getB
public int getB()
setB
public void setB(int i)
getBar
public Bar getBar()
setBar
public void setBar(Bar b)
getCurrency
public Currency getCurrency()
setCurrency
public void setCurrency(Currency c)
getDate
public Date getDate()
setDate
public void setDate(Date d)
toString
public String toString()
- Overrides:
toString in class Object
init
public void init()
destroy
public void destroy()
isInitialized
public boolean isInitialized()
isDestroyed
public boolean isDestroyed()
update
public void update(Map<String,Object> props)
getProps
public Map<String,Object> getProps()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.