org.kuali.common.util.spring
Class PropertySourceConversionResult

java.lang.Object
  extended by org.kuali.common.util.spring.PropertySourceConversionResult

public class PropertySourceConversionResult
extends Object


Constructor Summary
PropertySourceConversionResult()
           
 
Method Summary
 List<org.springframework.core.env.PropertySource<?>> getConverted()
           
 List<Properties> getPropertiesList()
           
 List<org.springframework.core.env.PropertySource<?>> getSkipped()
           
 void setConverted(List<org.springframework.core.env.PropertySource<?>> converted)
           
 void setPropertiesList(List<Properties> propertiesList)
           
 void setSkipped(List<org.springframework.core.env.PropertySource<?>> skipped)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySourceConversionResult

public PropertySourceConversionResult()
Method Detail

getPropertiesList

public List<Properties> getPropertiesList()

setPropertiesList

public void setPropertiesList(List<Properties> propertiesList)

getConverted

public List<org.springframework.core.env.PropertySource<?>> getConverted()

setConverted

public void setConverted(List<org.springframework.core.env.PropertySource<?>> converted)

getSkipped

public List<org.springframework.core.env.PropertySource<?>> getSkipped()

setSkipped

public void setSkipped(List<org.springframework.core.env.PropertySource<?>> skipped)


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