public class SufficientFundRebuild extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase
Modifier and Type | Field and Description |
---|---|
static String |
REBUILD_ACCOUNT |
static String |
REBUILD_OBJECT |
Constructor and Description |
---|
SufficientFundRebuild()
Default constructor.
|
SufficientFundRebuild(String line) |
Modifier and Type | Method and Description |
---|---|
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_RICE20_REFACTORME() |
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
public static final String REBUILD_ACCOUNT
public static final String REBUILD_OBJECT
public SufficientFundRebuild()
public SufficientFundRebuild(String line)
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 void setChart(Chart chart)
chart
- The chart to set.protected LinkedHashMap toStringMapper_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004-2014 The Kuali Foundation. All Rights Reserved.