org.kuali.kfs.fp.businessobject
Class BudgetAdjustmentSourceAccountingLine

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.sys.businessobject.AccountingLineBase
              extended by org.kuali.kfs.sys.businessobject.SourceAccountingLine
                  extended by org.kuali.kfs.fp.businessobject.BudgetAdjustmentSourceAccountingLine
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, BudgetAdjustmentAccountingLine, AccountingLine, GeneralLedgerPendingEntrySourceDetail, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BudgetAdjustmentSourceAccountingLine
extends SourceAccountingLine
implements BudgetAdjustmentAccountingLine

Special case SourceAccountingLine type for BudgetAdjustmentDocument

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.kfs.sys.businessobject.AccountingLineBase
financialDocumentLineDescription, financialDocumentLineTypeCode, salesTaxRequired
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetAdjustmentSourceAccountingLine()
           
 
Method Summary
 void clearFinancialDocumentMonthLineAmounts()
          Clears financialDocumentMonth1LineAmounts through 1inancialDocumentMonth12LineAmounts.
 void copyFrom(AccountingLine other)
          Overwrites the fields of this AccountingLine with the values of the corresponding fields of the given AccountingLine.
 org.kuali.rice.kns.util.KualiInteger getBaseBudgetAdjustmentAmount()
           
 String getBudgetAdjustmentPeriodCode()
           
 org.kuali.rice.kns.util.KualiDecimal getCurrentBudgetAdjustmentAmount()
           
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth10LineAmount()
          Gets the financialDocumentMonth10LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth11LineAmount()
          Gets the financialDocumentMonth11LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth12LineAmount()
          Gets the financialDocumentMonth12LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth1LineAmount()
          Gets the financialDocumentMonth1LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth2LineAmount()
          Gets the financialDocumentMonth2LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth3LineAmount()
          Gets the financialDocumentMonth3LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth4LineAmount()
          Gets the financialDocumentMonth4LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth5LineAmount()
          Gets the financialDocumentMonth5LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth6LineAmount()
          Gets the financialDocumentMonth6LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth7LineAmount()
          Gets the financialDocumentMonth7LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth8LineAmount()
          Gets the financialDocumentMonth8LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth9LineAmount()
          Gets the financialDocumentMonth9LineAmount attribute.
 org.kuali.rice.kns.util.KualiDecimal getMonthlyLinesTotal()
           
 Map getValuesMap()
          Returns a map with the primitive field names as the key and the primitive values as the map value.
 boolean isFringeBenefitIndicator()
          Gets the fringeBenefitIndicator attribute.
 boolean isSourceAccountingLine()
           
 boolean isTargetAccountingLine()
           
 void setBaseBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal baseBudgetAdjustmentAmount)
           
 void setBaseBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiInteger baseBudgetAdjustmentAmount)
           
 void setBudgetAdjustmentPeriodCode(String budgetAdjustmentPeriodCode)
           
 void setCurrentBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal currentBudgetAdjustmentAmount)
           
 void setFinancialDocumentMonth10LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth10LineAmount)
          Sets the financialDocumentMonth10LineAmount attribute.
 void setFinancialDocumentMonth11LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth11LineAmount)
          Sets the financialDocumentMonth11LineAmount attribute.
 void setFinancialDocumentMonth12LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth12LineAmount)
          Sets the financialDocumentMonth12LineAmount attribute.
 void setFinancialDocumentMonth1LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth1LineAmount)
          Sets the financialDocumentMonth1LineAmount attribute.
 void setFinancialDocumentMonth2LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth2LineAmount)
          Sets the financialDocumentMonth2LineAmount attribute.
 void setFinancialDocumentMonth3LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth3LineAmount)
          Sets the financialDocumentMonth3LineAmount attribute.
 void setFinancialDocumentMonth4LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth4LineAmount)
          Sets the financialDocumentMonth4LineAmount attribute.
 void setFinancialDocumentMonth5LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth5LineAmount)
          Sets the financialDocumentMonth5LineAmount attribute.
 void setFinancialDocumentMonth6LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth6LineAmount)
          Sets the financialDocumentMonth6LineAmount attribute.
 void setFinancialDocumentMonth7LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth7LineAmount)
          Sets the financialDocumentMonth7LineAmount attribute.
 void setFinancialDocumentMonth8LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth8LineAmount)
          Sets the financialDocumentMonth8LineAmount attribute.
 void setFinancialDocumentMonth9LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth9LineAmount)
          Sets the financialDocumentMonth9LineAmount attribute.
 void setFringeBenefitIndicator(boolean fringeBenefitIndicator)
          Sets the fringeBenefitIndicator attribute value.
 
Methods inherited from class org.kuali.kfs.sys.businessobject.AccountingLineBase
equals, getAccount, getAccountExpiredOverride, getAccountExpiredOverrideNeeded, getAccountKey, getAccountNumber, getAmount, getBalanceTyp, getBalanceTypeCode, getChart, getChartOfAccountsCode, getDebitCreditCode, getDocumentNumber, getEncumbranceUpdateCode, getFinancialDocumentLineDescription, getFinancialDocumentLineTypeCode, getFinancialObjectCode, getFinancialSubObjectCode, getNonFringeAccountOverride, getNonFringeAccountOverrideNeeded, getObjectCode, getObjectType, getObjectTypeCode, getOrganizationReferenceId, getOverrideCode, getPostingYear, getProject, getProjectCode, getReferenceFinancialSystemDocumentTypeCode, getReferenceNumber, getReferenceOrigin, getReferenceOriginCode, getReferenceTypeCode, getSalesTax, getSequenceNumber, getSubAccount, getSubAccountNumber, getSubObjectCode, hashCode, isLike, isObjectBudgetOverride, isObjectBudgetOverrideNeeded, isSalesTaxRequired, setAccount, setAccountExpiredOverride, setAccountExpiredOverrideNeeded, setAccountNumber, setAmount, setBalanceTyp, setBalanceTypeCode, setChart, setChartOfAccountsCode, setDebitCreditCode, setDocumentNumber, setEncumbranceUpdateCode, setFinancialDocumentLineDescription, setFinancialDocumentLineTypeCode, setFinancialObjectCode, setFinancialSubObjectCode, setNonFringeAccountOverride, setNonFringeAccountOverrideNeeded, setObjectBudgetOverride, setObjectBudgetOverrideNeeded, setObjectCode, setOrganizationReferenceId, setOverrideCode, setPostingYear, setProject, setProjectCode, setReferenceNumber, setReferenceOrigin, setReferenceOriginCode, setReferenceTypeCode, setSalesTax, setSalesTaxRequired, setSequenceNumber, setSubAccount, setSubAccountNumber, setSubObjectCode, 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, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.kuali.kfs.sys.businessobject.AccountingLine
getAccountExpiredOverride, getAccountExpiredOverrideNeeded, getAccountKey, getBalanceTyp, getChart, getDebitCreditCode, getEncumbranceUpdateCode, getFinancialDocumentLineTypeCode, getNonFringeAccountOverride, getNonFringeAccountOverrideNeeded, getObjectType, getObjectTypeCode, getOverrideCode, getProject, getReferenceFinancialSystemDocumentTypeCode, getReferenceOrigin, getSalesTax, getSequenceNumber, getSubAccount, getSubObjectCode, isLike, isObjectBudgetOverride, isObjectBudgetOverrideNeeded, isSalesTaxRequired, setAccount, setAccountExpiredOverride, setAccountExpiredOverrideNeeded, setAccountNumber, setAmount, setBalanceTyp, setBalanceTypeCode, setChart, setChartOfAccountsCode, setDebitCreditCode, setDocumentNumber, setEncumbranceUpdateCode, setFinancialDocumentLineDescription, setFinancialDocumentLineTypeCode, setFinancialObjectCode, setFinancialSubObjectCode, setNonFringeAccountOverride, setNonFringeAccountOverrideNeeded, setObjectBudgetOverride, setObjectBudgetOverrideNeeded, setObjectCode, setOrganizationReferenceId, setOverrideCode, setPostingYear, setProject, setProjectCode, setReferenceNumber, setReferenceOrigin, setReferenceOriginCode, setReferenceTypeCode, setSalesTax, setSalesTaxRequired, setSequenceNumber, setSubAccount, setSubAccountNumber, setSubObjectCode
 
Methods inherited from interface org.kuali.kfs.sys.businessobject.GeneralLedgerPendingEntrySourceDetail
getAccount, getAccountNumber, getAmount, getBalanceTypeCode, getChartOfAccountsCode, getDocumentNumber, getFinancialDocumentLineDescription, getFinancialObjectCode, getFinancialSubObjectCode, getObjectCode, getOrganizationReferenceId, getPostingYear, getProjectCode, getReferenceNumber, getReferenceOriginCode, getReferenceTypeCode, getSubAccountNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.PersistableBusinessObject
addNote, buildListOfDeletionAwareLists, deleteNote, getBoNote, getBoNotes, getExtension, getObjectId, getVersionNumber, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 
Methods inherited from interface org.apache.ojb.broker.PersistenceBrokerAware
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate
 

Constructor Detail

BudgetAdjustmentSourceAccountingLine

public BudgetAdjustmentSourceAccountingLine()
Method Detail

getValuesMap

public Map getValuesMap()
Description copied from class: AccountingLineBase
Returns a map with the primitive field names as the key and the primitive values as the map value.

Specified by:
getValuesMap in interface AccountingLine
Overrides:
getValuesMap in class AccountingLineBase
Returns:
Map
See Also:
org.kuali.rice.kns.bo.AccountingLineBase#getValuesMap()

copyFrom

public void copyFrom(AccountingLine other)
Description copied from interface: AccountingLine
Overwrites the fields of this AccountingLine with the values of the corresponding fields of the given AccountingLine. Reference field values are in this instance are overwritten with deepCopies of the reference fields of the given AccountingLine.

Specified by:
copyFrom in interface AccountingLine
Overrides:
copyFrom in class AccountingLineBase
See Also:
org.kuali.rice.kns.bo.AccountingLineBase#copyFrom(org.kuali.rice.kns.bo.AccountingLine)

getMonthlyLinesTotal

public org.kuali.rice.kns.util.KualiDecimal getMonthlyLinesTotal()
Specified by:
getMonthlyLinesTotal in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.getMonthlyLinesTotal()

getBaseBudgetAdjustmentAmount

public org.kuali.rice.kns.util.KualiInteger getBaseBudgetAdjustmentAmount()
Specified by:
getBaseBudgetAdjustmentAmount in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.getBaseBudgetAdjustmentAmount()

setBaseBudgetAdjustmentAmount

public void setBaseBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiInteger baseBudgetAdjustmentAmount)
Specified by:
setBaseBudgetAdjustmentAmount in interface BudgetAdjustmentAccountingLine
See Also:
org.kuali.kfs.fp.businessobject.BudgetAdjustmentAccountingLine#setBaseBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal)

setBaseBudgetAdjustmentAmount

public void setBaseBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal baseBudgetAdjustmentAmount)

getBudgetAdjustmentPeriodCode

public String getBudgetAdjustmentPeriodCode()
Specified by:
getBudgetAdjustmentPeriodCode in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.getBudgetAdjustmentPeriodCode()

setBudgetAdjustmentPeriodCode

public void setBudgetAdjustmentPeriodCode(String budgetAdjustmentPeriodCode)
Specified by:
setBudgetAdjustmentPeriodCode in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.setBudgetAdjustmentPeriodCode(java.lang.String)

getCurrentBudgetAdjustmentAmount

public org.kuali.rice.kns.util.KualiDecimal getCurrentBudgetAdjustmentAmount()
Specified by:
getCurrentBudgetAdjustmentAmount in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.getCurrentBudgetAdjustmentAmount()

setCurrentBudgetAdjustmentAmount

public void setCurrentBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal currentBudgetAdjustmentAmount)
Specified by:
setCurrentBudgetAdjustmentAmount in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.setCurrentBudgetAdjustmentAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth1LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth1LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth1LineAmount attribute.

Specified by:
getFinancialDocumentMonth1LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth1LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth1LineAmount()

setFinancialDocumentMonth1LineAmount

public void setFinancialDocumentMonth1LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth1LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth1LineAmount attribute.

Specified by:
setFinancialDocumentMonth1LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth1LineAmount - The financialDocumentMonth1LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth1LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth2LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth2LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth2LineAmount attribute.

Specified by:
getFinancialDocumentMonth2LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth2LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth2LineAmount()

setFinancialDocumentMonth2LineAmount

public void setFinancialDocumentMonth2LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth2LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth2LineAmount attribute.

Specified by:
setFinancialDocumentMonth2LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth2LineAmount - The financialDocumentMonth2LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth2LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth3LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth3LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth3LineAmount attribute.

Specified by:
getFinancialDocumentMonth3LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth3LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth3LineAmount()

setFinancialDocumentMonth3LineAmount

public void setFinancialDocumentMonth3LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth3LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth3LineAmount attribute.

Specified by:
setFinancialDocumentMonth3LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth3LineAmount - The financialDocumentMonth3LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth3LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth4LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth4LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth4LineAmount attribute.

Specified by:
getFinancialDocumentMonth4LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth4LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth4LineAmount()

setFinancialDocumentMonth4LineAmount

public void setFinancialDocumentMonth4LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth4LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth4LineAmount attribute.

Specified by:
setFinancialDocumentMonth4LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth4LineAmount - The financialDocumentMonth4LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth4LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth5LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth5LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth5LineAmount attribute.

Specified by:
getFinancialDocumentMonth5LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth5LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth5LineAmount()

setFinancialDocumentMonth5LineAmount

public void setFinancialDocumentMonth5LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth5LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth5LineAmount attribute.

Specified by:
setFinancialDocumentMonth5LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth5LineAmount - The financialDocumentMonth5LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth5LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth6LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth6LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth6LineAmount attribute.

Specified by:
getFinancialDocumentMonth6LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth6LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth6LineAmount()

setFinancialDocumentMonth6LineAmount

public void setFinancialDocumentMonth6LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth6LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth6LineAmount attribute.

Specified by:
setFinancialDocumentMonth6LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth6LineAmount - The financialDocumentMonth6LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth6LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth7LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth7LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth7LineAmount attribute.

Specified by:
getFinancialDocumentMonth7LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth7LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth7LineAmount()

setFinancialDocumentMonth7LineAmount

public void setFinancialDocumentMonth7LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth7LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth7LineAmount attribute.

Specified by:
setFinancialDocumentMonth7LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth7LineAmount - The financialDocumentMonth7LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth7LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth8LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth8LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth8LineAmount attribute.

Specified by:
getFinancialDocumentMonth8LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth8LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth8LineAmount()

setFinancialDocumentMonth8LineAmount

public void setFinancialDocumentMonth8LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth8LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth8LineAmount attribute.

Specified by:
setFinancialDocumentMonth8LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth8LineAmount - The financialDocumentMonth8LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth8LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth9LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth9LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth9LineAmount attribute.

Specified by:
getFinancialDocumentMonth9LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth9LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth9LineAmount()

setFinancialDocumentMonth9LineAmount

public void setFinancialDocumentMonth9LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth9LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth9LineAmount attribute.

Specified by:
setFinancialDocumentMonth9LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth9LineAmount - The financialDocumentMonth9LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth9LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth10LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth10LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth10LineAmount attribute.

Specified by:
getFinancialDocumentMonth10LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth10LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth10LineAmount()

setFinancialDocumentMonth10LineAmount

public void setFinancialDocumentMonth10LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth10LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth10LineAmount attribute.

Specified by:
setFinancialDocumentMonth10LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth10LineAmount - The financialDocumentMonth10LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth10LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth11LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth11LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth11LineAmount attribute.

Specified by:
getFinancialDocumentMonth11LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth11LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth11LineAmount()

setFinancialDocumentMonth11LineAmount

public void setFinancialDocumentMonth11LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth11LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth11LineAmount attribute.

Specified by:
setFinancialDocumentMonth11LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth11LineAmount - The financialDocumentMonth11LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth11LineAmount(org.kuali.rice.kns.util.KualiDecimal)

getFinancialDocumentMonth12LineAmount

public org.kuali.rice.kns.util.KualiDecimal getFinancialDocumentMonth12LineAmount()
Description copied from interface: BudgetAdjustmentAccountingLine
Gets the financialDocumentMonth12LineAmount attribute.

Specified by:
getFinancialDocumentMonth12LineAmount in interface BudgetAdjustmentAccountingLine
Returns:
Returns the financialDocumentMonth12LineAmount
See Also:
BudgetAdjustmentAccountingLine.getFinancialDocumentMonth12LineAmount()

setFinancialDocumentMonth12LineAmount

public void setFinancialDocumentMonth12LineAmount(org.kuali.rice.kns.util.KualiDecimal financialDocumentMonth12LineAmount)
Description copied from interface: BudgetAdjustmentAccountingLine
Sets the financialDocumentMonth12LineAmount attribute.

Specified by:
setFinancialDocumentMonth12LineAmount in interface BudgetAdjustmentAccountingLine
Parameters:
financialDocumentMonth12LineAmount - The financialDocumentMonth12LineAmount to set.
See Also:
BudgetAdjustmentAccountingLine.setFinancialDocumentMonth12LineAmount(org.kuali.rice.kns.util.KualiDecimal)

isFringeBenefitIndicator

public boolean isFringeBenefitIndicator()
Gets the fringeBenefitIndicator attribute.

Specified by:
isFringeBenefitIndicator in interface BudgetAdjustmentAccountingLine
Returns:
Returns the fringeBenefitIndicator.

setFringeBenefitIndicator

public void setFringeBenefitIndicator(boolean fringeBenefitIndicator)
Sets the fringeBenefitIndicator attribute value.

Specified by:
setFringeBenefitIndicator in interface BudgetAdjustmentAccountingLine
Parameters:
fringeBenefitIndicator - The fringeBenefitIndicator to set.

clearFinancialDocumentMonthLineAmounts

public void clearFinancialDocumentMonthLineAmounts()
Description copied from interface: BudgetAdjustmentAccountingLine
Clears financialDocumentMonth1LineAmounts through 1inancialDocumentMonth12LineAmounts.

Specified by:
clearFinancialDocumentMonthLineAmounts in interface BudgetAdjustmentAccountingLine
See Also:
BudgetAdjustmentAccountingLine.clearFinancialDocumentMonthLineAmounts()

isSourceAccountingLine

public boolean isSourceAccountingLine()
Specified by:
isSourceAccountingLine in interface AccountingLine
Overrides:
isSourceAccountingLine in class AccountingLineBase
See Also:
AccountingLineBase.isSourceAccountingLine()

isTargetAccountingLine

public boolean isTargetAccountingLine()
Specified by:
isTargetAccountingLine in interface AccountingLine
Overrides:
isTargetAccountingLine in class AccountingLineBase
See Also:
AccountingLineBase.isTargetAccountingLine()


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