org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionRequestImport

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.TransientBusinessObjectBase
          extended by org.kuali.kfs.module.bc.businessobject.BudgetConstructionRequestImport
All Implemented Interfaces:
Serializable, org.kuali.rice.kns.bo.BusinessObject

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

See Also:
Serialized Form

Constructor Summary
BudgetConstructionRequestImport()
           
 
Method Summary
 String getFieldDelimiter()
          Gets the field delimiter
 String getFileName()
          Gets the file name to import
 String getFileType()
          Gets the file type
 String getOtherFieldDelimiter()
          Gets Field delimiter
 String getOtherTextFieldDelimiter()
          gets text field delimiter
 String getTextFieldDelimiter()
          Gets the text field delimiter
 void setFieldDelimiter(String fieldDelimiter)
          Sets the field delimiter
 void setFileName(String fileName)
          Sets the file name to import This method...
 void setFileType(String fileType)
          Sets the file type
 void setOtherFieldDelimiter(String otherFieldDelimiter)
          Sets field delimiter
 void setOtherTextFieldDelimiter(String otherTextFieldDelimiter)
          Sets text field delimiter This method...
 void setTextFieldDelimiter(String textFieldDelimiter)
          Sets the text field delimiter
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

BudgetConstructionRequestImport

public BudgetConstructionRequestImport()
Method Detail

getFieldDelimiter

public String getFieldDelimiter()
Gets the field delimiter

Returns:

setFieldDelimiter

public void setFieldDelimiter(String fieldDelimiter)
Sets the field delimiter

Parameters:
fieldDelimiter -

getFileName

public String getFileName()
Gets the file name to import

Returns:

setFileName

public void setFileName(String fileName)
Sets the file name to import This method...

Parameters:
fileName -

getFileType

public String getFileType()
Gets the file type

Returns:

setFileType

public void setFileType(String fileType)
Sets the file type

Parameters:
fileType -

getTextFieldDelimiter

public String getTextFieldDelimiter()
Gets the text field delimiter

Returns:

setTextFieldDelimiter

public void setTextFieldDelimiter(String textFieldDelimiter)
Sets the text field delimiter

Parameters:
textFieldDelimiter -

getOtherFieldDelimiter

public String getOtherFieldDelimiter()
Gets Field delimiter

Returns:

setOtherFieldDelimiter

public void setOtherFieldDelimiter(String otherFieldDelimiter)
Sets field delimiter

Parameters:
otherFieldDelimiter -

getOtherTextFieldDelimiter

public String getOtherTextFieldDelimiter()
gets text field delimiter

Returns:

setOtherTextFieldDelimiter

public void setOtherTextFieldDelimiter(String otherTextFieldDelimiter)
Sets text field delimiter This method...

Parameters:
otherTextFieldDelimiter -

toStringMapper

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


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