org.kuali.kfs.sys.businessobject
Class BatchUpload

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.businessobject.BatchUpload
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

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

Object that contains properties used on the batch upload screen.

See Also:
Serialized Form

Constructor Summary
BatchUpload()
          Default no-arg constructor.
 
Method Summary
 String getBatchInputTypeName()
          Gets the batchInputTypeName attribute.
 String getExistingFileName()
          Gets the existingFileName attribute.
 String getFileUserIdentifer()
          Gets the fileUserIdentifer attribute.
 void setBatchInputTypeName(String batchInputTypeName)
          Sets the batchInputTypeName attribute value.
 void setExistingFileName(String deleteFile)
          Sets the existingFileName attribute value.
 void setFileUserIdentifer(String fileRename)
          Sets the fileUserIdentifer attribute value.
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

BatchUpload

public BatchUpload()
Default no-arg constructor.

Method Detail

getBatchInputTypeName

public String getBatchInputTypeName()
Gets the batchInputTypeName attribute.

Returns:
Returns the batchInputTypeName.

setBatchInputTypeName

public void setBatchInputTypeName(String batchInputTypeName)
Sets the batchInputTypeName attribute value.

Parameters:
batchInputTypeName - The batchInputTypeName to set.

getExistingFileName

public String getExistingFileName()
Gets the existingFileName attribute.

Returns:
Returns the existingFileName.

setExistingFileName

public void setExistingFileName(String deleteFile)
Sets the existingFileName attribute value.

Parameters:
existingFileName - The existingFileName to set.

getFileUserIdentifer

public String getFileUserIdentifer()
Gets the fileUserIdentifer attribute.

Returns:
Returns the fileUserIdentifer.

setFileUserIdentifer

public void setFileUserIdentifer(String fileRename)
Sets the fileUserIdentifer attribute value.

Parameters:
fileUserIdentifer - The fileUserIdentifer to set.

toStringMapper

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


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