org.kuali.common.util.spring
Class CopyPropertiesFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.CopyPropertiesFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Properties>

public class CopyPropertiesFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Properties>


Constructor Summary
CopyPropertiesFactoryBean()
           
 
Method Summary
 Properties getObject()
           
 Class<Properties> getObjectType()
           
 Properties getProperties()
           
 boolean isSingleton()
           
 void setProperties(Properties properties)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CopyPropertiesFactoryBean

public CopyPropertiesFactoryBean()
Method Detail

getObject

public Properties getObject()
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Properties>

getObjectType

public Class<Properties> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Properties>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Properties>

getProperties

public Properties getProperties()

setProperties

public void setProperties(Properties properties)


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