org.milyn.javabean.binding.model
Class Bean

java.lang.Object
  extended by org.milyn.javabean.binding.model.Bean

public class Bean
extends Object

Bean.

Author:
tom.fennelly@gmail.com

Constructor Summary
Bean(BeanInstanceCreator creator)
           
 
Method Summary
protected  Bean clone(Map<String,Bean> baseBeans, Bean parentBean)
           
 Class<?> getBeanClass()
           
 String getBeanId()
           
 List<Binding> getBindings()
           
 org.milyn.cdr.SmooksResourceConfiguration getConfig()
           
 BeanInstanceCreator getCreator()
           
 Bean getParentBean(String beanId)
           
 WiredBinding getWiredBinding(Bean wiredBean)
           
 Bean getWiredInto()
           
 boolean isCollection()
           
 Bean setCloneable(boolean cloneable)
           
 String toString()
           
 Bean wiredInto(Bean wiredInto)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Bean

public Bean(BeanInstanceCreator creator)
Method Detail

getConfig

public org.milyn.cdr.SmooksResourceConfiguration getConfig()

getCreator

public BeanInstanceCreator getCreator()

getBeanId

public String getBeanId()

setCloneable

public Bean setCloneable(boolean cloneable)

getWiredInto

public Bean getWiredInto()

wiredInto

public Bean wiredInto(Bean wiredInto)

getBindings

public List<Binding> getBindings()

getWiredBinding

public WiredBinding getWiredBinding(Bean wiredBean)

clone

protected Bean clone(Map<String,Bean> baseBeans,
                     Bean parentBean)

getParentBean

public Bean getParentBean(String beanId)

getBeanClass

public Class<?> getBeanClass()

isCollection

public boolean isCollection()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2018. All rights reserved.