|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.joda.property.impl.BeanInit
Initialisation class passed into the constructor of properties.
Constructor Summary | |
BeanInit(Bean bean,
BeanMetaData metaData,
java.lang.String name,
java.util.Map properties)
Constructor |
Method Summary | |
Bean |
getBean()
Get the bean |
BeanMetaData |
getBeanMetaData()
Get the bean type |
java.lang.String |
getBeanName()
Get the bean name |
java.lang.Class |
getBeanType()
Get the bean type |
java.util.Map |
getProperties()
Get the map of child properties |
java.lang.String |
toString()
Get a debugging string |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public BeanInit(Bean bean, BeanMetaData metaData, java.lang.String name, java.util.Map properties)
bean
- the real instance of the bean (for proxies)metaData
- the meta data of the beanname
- the property nameproperties
- the instantiated map of propertiesMethod Detail |
public Bean getBean()
public BeanMetaData getBeanMetaData()
public java.lang.Class getBeanType()
public java.lang.String getBeanName()
public java.util.Map getProperties()
public java.lang.String toString()
toString
in class java.lang.Object
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |