org.kuali.common.util.spring
Class GetMillisFactoryBean

java.lang.Object
  extended by org.kuali.common.util.spring.GetMillisFactoryBean
All Implemented Interfaces:
org.springframework.beans.factory.FactoryBean<Long>

public class GetMillisFactoryBean
extends Object
implements org.springframework.beans.factory.FactoryBean<Long>


Constructor Summary
GetMillisFactoryBean()
           
 
Method Summary
 Long getObject()
           
 Class<Long> getObjectType()
           
 String getTime()
           
 boolean isSingleton()
           
 void setTime(String time)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetMillisFactoryBean

public GetMillisFactoryBean()
Method Detail

getObject

public Long getObject()
               throws Exception
Specified by:
getObject in interface org.springframework.beans.factory.FactoryBean<Long>
Throws:
Exception

getObjectType

public Class<Long> getObjectType()
Specified by:
getObjectType in interface org.springframework.beans.factory.FactoryBean<Long>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface org.springframework.beans.factory.FactoryBean<Long>

getTime

public String getTime()

setTime

public void setTime(String time)


Copyright © 2010-2013 The Kuali Foundation. All Rights Reserved.