org.kuali.common.util.spring
Class GetListFromCSVFactoryBean
java.lang.Object
  
org.kuali.common.util.spring.GetListFromCSVFactoryBean
- All Implemented Interfaces: 
 - org.springframework.beans.factory.FactoryBean<List<String>>
 
public class GetListFromCSVFactoryBean
- extends Object
- implements org.springframework.beans.factory.FactoryBean<List<String>>
  
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
GetListFromCSVFactoryBean
public GetListFromCSVFactoryBean()
getObject
public List<String> getObject()
- Specified by:
 getObject in interface org.springframework.beans.factory.FactoryBean<List<String>>
 
 
getObjectType
public Class<?> getObjectType()
- Specified by:
 getObjectType in interface org.springframework.beans.factory.FactoryBean<List<String>>
 
 
isSingleton
public boolean isSingleton()
- Specified by:
 isSingleton in interface org.springframework.beans.factory.FactoryBean<List<String>>
 
 
getCsv
public String getCsv()
 
 
setCsv
public void setCsv(String csv)
 
 
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.