org.kuali.kfs.gl.businessobject
Class SufficientFundRebuild

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.gl.businessobject.SufficientFundRebuild
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class SufficientFundRebuild
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class represents a sufficient fund rebuild

See Also:
Serialized Form

Field Summary
static String REBUILD_ACCOUNT
           
static String REBUILD_OBJECT
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
SufficientFundRebuild()
          Default constructor.
SufficientFundRebuild(String line)
           
 
Method Summary
 String getAccountFinancialObjectTypeCode()
          Gets the accountFinancialObjectTypeCode attribute.
 String getAccountNumberFinancialObjectCode()
          Gets the accountNumberFinancialObjectCode attribute.
 Chart getChart()
          Gets the chart attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getLine()
          This method returns a String representation of this object
 void setAccountFinancialObjectTypeCode(String accountFinancialObjectTypeCode)
          Sets the accountFinancialObjectTypeCode attribute.
 void setAccountNumberFinancialObjectCode(String accountNumberFinancialObjectCode)
          Sets the accountNumberFinancialObjectCode attribute.
 void setChart(Chart chart)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setFromTextFile(String line)
          This method sets this object's attributes from a line
protected  LinkedHashMap toStringMapper()
           
 
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes
 
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
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow
 

Field Detail

REBUILD_ACCOUNT

public static final String REBUILD_ACCOUNT
See Also:
Constant Field Values

REBUILD_OBJECT

public static final String REBUILD_OBJECT
See Also:
Constant Field Values
Constructor Detail

SufficientFundRebuild

public SufficientFundRebuild()
Default constructor.


SufficientFundRebuild

public SufficientFundRebuild(String line)
Method Detail

setFromTextFile

public void setFromTextFile(String line)
This method sets this object's attributes from a line

Parameters:
line - with object's attributes

getLine

public String getLine()
This method returns a String representation of this object

Returns:
String representation of this object

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountFinancialObjectTypeCode

public String getAccountFinancialObjectTypeCode()
Gets the accountFinancialObjectTypeCode attribute.

Returns:
Returns the accountFinancialObjectTypeCode

setAccountFinancialObjectTypeCode

public void setAccountFinancialObjectTypeCode(String accountFinancialObjectTypeCode)
Sets the accountFinancialObjectTypeCode attribute.

Parameters:
accountFinancialObjectTypeCode - The accountFinancialObjectTypeCode to set.

getAccountNumberFinancialObjectCode

public String getAccountNumberFinancialObjectCode()
Gets the accountNumberFinancialObjectCode attribute.

Returns:
Returns the accountNumberFinancialObjectCode

setAccountNumberFinancialObjectCode

public void setAccountNumberFinancialObjectCode(String accountNumberFinancialObjectCode)
Sets the accountNumberFinancialObjectCode attribute.

Parameters:
accountNumberFinancialObjectCode - The accountNumberFinancialObjectCode to set.

getChart

public Chart getChart()
Gets the chart attribute.

Returns:
Returns the chart

setChart

public void setChart(Chart chart)
Deprecated. 

Sets the chart attribute.

Parameters:
chart - The chart to set.

toStringMapper

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


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