org.kuali.common.util.spring
Class GetListFromCSVFactoryBean

java.lang.Object
  extended by 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>>


Constructor Summary
GetListFromCSVFactoryBean()
           
 
Method Summary
 String getCsv()
           
 List<String> getObject()
           
 Class<?> getObjectType()
           
 boolean isSingleton()
           
 void setCsv(String csv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetListFromCSVFactoryBean

public GetListFromCSVFactoryBean()
Method Detail

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.