|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.gl.businessobject.SufficientFundRebuild
public class SufficientFundRebuild
This class represents a sufficient fund rebuild
| 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 |
|---|
public static final String REBUILD_ACCOUNT
public static final String REBUILD_OBJECT
| Constructor Detail |
|---|
public SufficientFundRebuild()
public SufficientFundRebuild(String line)
| Method Detail |
|---|
public void setFromTextFile(String line)
line - with object's attributespublic String getLine()
public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode - The chartOfAccountsCode to set.public String getAccountFinancialObjectTypeCode()
public void setAccountFinancialObjectTypeCode(String accountFinancialObjectTypeCode)
accountFinancialObjectTypeCode - The accountFinancialObjectTypeCode to set.public String getAccountNumberFinancialObjectCode()
public void setAccountNumberFinancialObjectCode(String accountNumberFinancialObjectCode)
accountNumberFinancialObjectCode - The accountNumberFinancialObjectCode to set.public Chart getChart()
public void setChart(Chart chart)
chart - The chart to set.protected LinkedHashMap toStringMapper()
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBaseBusinessObjectBase.toStringMapper()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||