org.kuali.common.util.property.processor
Class CopyStringProcessor

java.lang.Object
  extended by org.kuali.common.util.property.processor.CopyStringProcessor
All Implemented Interfaces:
PropertyProcessor

public class CopyStringProcessor
extends Object
implements PropertyProcessor

Copy a String property value into a bean


Constructor Summary
CopyStringProcessor()
           
CopyStringProcessor(Object bean, String beanProperty, String propertyKey)
           
 
Method Summary
protected  void copyProperty(Object bean, String beanProperty, Properties properties, String propertyKey)
           
 Object getBean()
           
 String getBeanProperty()
           
 String getPropertyKey()
           
 void process(Properties properties)
           
 void setBean(Object bean)
           
 void setBeanProperty(String beanProperty)
           
 void setPropertyKey(String propertyKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyStringProcessor

public CopyStringProcessor()

CopyStringProcessor

public CopyStringProcessor(Object bean,
                           String beanProperty,
                           String propertyKey)
Method Detail

process

public void process(Properties properties)
Specified by:
process in interface PropertyProcessor

copyProperty

protected void copyProperty(Object bean,
                            String beanProperty,
                            Properties properties,
                            String propertyKey)

getBean

public Object getBean()

setBean

public void setBean(Object bean)

getBeanProperty

public String getBeanProperty()

setBeanProperty

public void setBeanProperty(String beanProperty)

getPropertyKey

public String getPropertyKey()

setPropertyKey

public void setPropertyKey(String propertyKey)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.