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