org.kuali.common.util.spring
Class GetBytesFactoryBean

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

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


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

Constructor Detail

GetBytesFactoryBean

public GetBytesFactoryBean()
Method Detail

getObject

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

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>

getSize

public String getSize()

setSize

public void setSize(String size)


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