public class CopyStringProcessor extends Object implements PropertyProcessor
Constructor and Description |
---|
CopyStringProcessor() |
CopyStringProcessor(Object bean,
String beanProperty,
String propertyKey) |
Modifier and Type | Method and Description |
---|---|
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) |
public CopyStringProcessor()
public CopyStringProcessor(Object bean, String beanProperty, String propertyKey)
public void process(Properties properties)
process
in interface PropertyProcessor
protected void copyProperty(Object bean, String beanProperty, Properties properties, String propertyKey)
public String getBeanProperty()
public void setBeanProperty(String beanProperty)
public String getPropertyKey()
public void setPropertyKey(String propertyKey)
Copyright © 2010–2014 The Kuali Foundation. All rights reserved.