org.kuali.common.util.spring
Class PropertySourceConversionResult
java.lang.Object
  
org.kuali.common.util.spring.PropertySourceConversionResult
public class PropertySourceConversionResult
- extends Object
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PropertySourceConversionResult
public PropertySourceConversionResult()
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.