org.kuali.kfs.sys.batch
Class BatchFile

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.sys.batch.BatchFile
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

public class BatchFile
extends org.kuali.rice.kns.bo.TransientBusinessObjectBase

See Also:
Serialized Form

Constructor Summary
BatchFile()
           
 
Method Summary
 String getFileName()
           
 long getFileSize()
           
 Date getLastModifiedDate()
           
 String getPath()
           
 File retrieveFile()
           
 void setFile(File file)
           
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase
refresh
 
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase
prepareForWorkflow, toString, toStringBuilder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BatchFile

public BatchFile()
Method Detail

getPath

public String getPath()

getFileName

public String getFileName()

getLastModifiedDate

public Date getLastModifiedDate()

getFileSize

public long getFileSize()

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase

retrieveFile

public File retrieveFile()

setFile

public void setFile(File file)


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.