org.apache.aries.blueprint.sample
Class Foo
java.lang.Object
org.apache.aries.blueprint.sample.Foo
- All Implemented Interfaces:
- java.io.Serializable
public class Foo
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
Constructor Summary |
Foo()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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 java.util.Currency getCurrency()
setCurrency
public void setCurrency(java.util.Currency c)
getDate
public java.util.Date getDate()
setDate
public void setDate(java.util.Date d)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
init
public void init()
destroy
public void destroy()
isInitialized
public boolean isInitialized()
isDestroyed
public boolean isDestroyed()
update
public void update(java.util.Map<java.lang.String,java.lang.Object> props)
getProps
public java.util.Map<java.lang.String,java.lang.Object> getProps()
Copyright © 2009-2011 The Apache Software Foundation. All Rights Reserved.