org.kuali.common.util.property.processor
Class CopyStringProcessor
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CopyStringProcessor
public CopyStringProcessor()
CopyStringProcessor
public CopyStringProcessor(Object bean,
String beanProperty,
String propertyKey)
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-2012 The Kuali Foundation. All Rights Reserved.