org.kuali.common.util.spring
Class GetLocationListingsFactoryBean
java.lang.Object
org.kuali.common.util.spring.GetLocationListingsFactoryBean
- All Implemented Interfaces:
- org.springframework.beans.factory.FactoryBean<List<String>>
public class GetLocationListingsFactoryBean
- 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 |
GetLocationListingsFactoryBean
public GetLocationListingsFactoryBean()
getObject
public List<String> getObject()
throws Exception
- Specified by:
getObject
in interface org.springframework.beans.factory.FactoryBean<List<String>>
- Throws:
Exception
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>>
getLocationListings
public List<String> getLocationListings()
setLocationListings
public void setLocationListings(List<String> locationListings)
Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.