org.kuali.kfs.gl.businessobject
Interface OriginEntryInformation

All Superinterfaces:
org.kuali.rice.kns.bo.BusinessObject, Serializable
All Known Implementing Classes:
LaborGeneralLedgerEntry, LaborOriginEntry, OriginEntryFull

public interface OriginEntryInformation
extends org.kuali.rice.kns.bo.BusinessObject

Represents an origin entry


Method Summary
 String getAccountNumber()
          gets the accountNumber attribute value
 String getChartOfAccountsCode()
          gets the chartOfAccountsCode attribute value
 String getDocumentNumber()
          gets the documentNumber attribute value
 String getFinancialBalanceTypeCode()
          gets the financialBalanceTypeCode attribute value
 Date getFinancialDocumentReversalDate()
          gets the financialDocumentReversalDate attribute value
 String getFinancialDocumentTypeCode()
          gets the financialDocumentTypeCode attribute value
 String getFinancialObjectCode()
          gets the financialObjectCode attribute value
 String getFinancialObjectTypeCode()
          gets the financialObjectTypeCode attribute value
 String getFinancialSubObjectCode()
          gets the financialSubObjectCode attribute value
 String getFinancialSystemOriginationCode()
          gets the financialSystemOriginationCode attribute value
 String getLine()
          This gets the origin entry in its standard string output form
 String getOrganizationDocumentNumber()
          gets the organizationDocumentNumber attribute value
 String getOrganizationReferenceId()
          gets the organizationReferenceId attribute value
 String getProjectCode()
          gets the projectCode attribute value
 String getReferenceFinancialDocumentNumber()
          gets the referenceFinancialDocumentNumber attribute value
 String getReferenceFinancialDocumentTypeCode()
          gets the referenceFinancialDocumentTypeCode attribute value
 String getReferenceFinancialSystemOriginationCode()
          gets the referenceFinancialSystemOriginationCode attribute value
 String getSubAccountNumber()
          gets the subAccountNumber attribute value
 Date getTransactionDate()
          gets the transactionDate attribute value
 String getTransactionDebitCreditCode()
          gets the transactionDebitCreditCode attribute value
 String getTransactionEncumbranceUpdateCode()
          gets transactionEncumbranceUpdateCode attribute value
 org.kuali.rice.kns.util.KualiDecimal getTransactionLedgerEntryAmount()
          gets the transactionLedgerEntryAmount attribute value
 String getTransactionLedgerEntryDescription()
          gets the transactionLedgerEntryDescription attribute value
 Integer getTransactionLedgerEntrySequenceNumber()
          gets the transactionLedgerEntrySequenceNumber attribute value
 String getUniversityFiscalPeriodCode()
          gets the universityFiscalPeriodCode attribute value
 Integer getUniversityFiscalYear()
          gets the universityFiscalYear attribute value
 boolean isCredit()
          true if this origin entry is a credit, false otherwise
 boolean isDebit()
          true if this origin entry is a debit, false otherwise
 void resetEntryId()
          This method forces the origin entryable to reset its id to null
 void setAccountNumber(String accountNumber)
          sets the accountNumber attribute value
 void setChartOfAccountsCode(String chartOfAccountsCode)
          sets the chartOfAccountsCode attribute value
 void setDocumentNumber(String documentNumber)
          sets the documentNumber attribute value
 void setEntryGroupId(Integer groupId)
          sets the entryGroupId attribute value
 void setFinancialBalanceTypeCode(String balanceTypeCode)
          sets the financialBalanceTypeCode attribute value
 void setFinancialDocumentReversalDate(Date reversalDate)
          sets the financialDocumentReversalDate attribute value
 void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
          sets the financialDocumentTypeCode attribute value
 void setFinancialObjectCode(String financialObjectCode)
          sets the financialObjectCode attribute value
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          sets the financialObjectTypeCode attribute value
 void setFinancialSubObjectCode(String financialSubObjectCode)
          sets the financialSubObjectCode attribute value
 void setFinancialSystemOriginationCode(String origCode)
          sets the financialSystemOriginationCode attribute value
 void setOrganizationDocumentNumber(String organizationDocumentNumber)
          sets the organizationDocumentNumber attribute value
 void setOrganizationReferenceId(String organizationReferenceId)
          sets the organizationReferenceId attribute value
 void setProjectCode(String projectCode)
          sets the projectCode attribute value
 void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
          sets the referenceFinancialDocumentNumber attribute value
 void setReferenceFinancialDocumentTypeCode(String refernenceFinancialDocumentTypeCode)
          sets the referenceFinancialDocumentTypeCode attribute value
 void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
          sets referenceFinancialSystemOriginationCode attribute value
 void setSubAccountNumber(String subAccountNumber)
          sets the subAccountNumber attribute value
 void setTransactionDate(Date transactionDate)
          sets the transactionDate attribute value
 void setTransactionDebitCreditCode(String debitCreditCode)
          sets the transactionDebitCreditCode attribute value
 void setTransactionEncumbranceUpdateCode(String code)
          sets transactionEncumbranceUpdateCode attribute value
 void setTransactionLedgerEntryAmount(org.kuali.rice.kns.util.KualiDecimal amount)
          sets the transactionLedgerEntryAmount attribute value
 void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
          sets the transactionLedgerEntryDescription attribute value
 void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
          sets the transactionLedgerEntrySequenceNumber attribute value
 void setTransactionScrubberOffsetGenerationIndicator(boolean b)
          gets the transactionScrubberOffsetGenerationIndicator attribute value
 void setUniversityFiscalPeriodCode(String fiscalPeriodCode)
          sets the universityFiscalPeriodCode attribute value
 void setUniversityFiscalYear(Integer fiscalYear)
          sets the universityFiscalYear attribute value
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getTransactionLedgerEntryDescription

String getTransactionLedgerEntryDescription()
gets the transactionLedgerEntryDescription attribute value

Returns:

setTransactionLedgerEntryDescription

void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
sets the transactionLedgerEntryDescription attribute value

Parameters:
transactionLedgerEntryDescription -

getDocumentNumber

String getDocumentNumber()
gets the documentNumber attribute value

Returns:

setDocumentNumber

void setDocumentNumber(String documentNumber)
sets the documentNumber attribute value

Parameters:
documentNumber -

getLine

String getLine()
This gets the origin entry in its standard string output form

Returns:

getReferenceFinancialDocumentNumber

String getReferenceFinancialDocumentNumber()
gets the referenceFinancialDocumentNumber attribute value

Returns:

setReferenceFinancialDocumentNumber

void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
sets the referenceFinancialDocumentNumber attribute value

Parameters:
referenceFinancialDocumentNumber -

getOrganizationReferenceId

String getOrganizationReferenceId()
gets the organizationReferenceId attribute value

Returns:

setOrganizationReferenceId

void setOrganizationReferenceId(String organizationReferenceId)
sets the organizationReferenceId attribute value

Parameters:
organizationReferenceId -

getAccountNumber

String getAccountNumber()
gets the accountNumber attribute value

Returns:

setAccountNumber

void setAccountNumber(String accountNumber)
sets the accountNumber attribute value

Parameters:
accountNumber -

getSubAccountNumber

String getSubAccountNumber()
gets the subAccountNumber attribute value

Returns:

setSubAccountNumber

void setSubAccountNumber(String subAccountNumber)
sets the subAccountNumber attribute value

Parameters:
subAccountNumber -

getChartOfAccountsCode

String getChartOfAccountsCode()
gets the chartOfAccountsCode attribute value

Returns:

setChartOfAccountsCode

void setChartOfAccountsCode(String chartOfAccountsCode)
sets the chartOfAccountsCode attribute value

Parameters:
chartOfAccountsCode -

getProjectCode

String getProjectCode()
gets the projectCode attribute value

Returns:

setProjectCode

void setProjectCode(String projectCode)
sets the projectCode attribute value

Parameters:
projectCode -

getUniversityFiscalYear

Integer getUniversityFiscalYear()
gets the universityFiscalYear attribute value

Returns:

setUniversityFiscalYear

void setUniversityFiscalYear(Integer fiscalYear)
sets the universityFiscalYear attribute value

Parameters:
fiscalYear -

getTransactionDate

Date getTransactionDate()
gets the transactionDate attribute value

Returns:

setTransactionDate

void setTransactionDate(Date transactionDate)
sets the transactionDate attribute value

Parameters:
transactionDate -

getFinancialDocumentTypeCode

String getFinancialDocumentTypeCode()
gets the financialDocumentTypeCode attribute value

Returns:

setFinancialDocumentTypeCode

void setFinancialDocumentTypeCode(String financialDocumentTypeCode)
sets the financialDocumentTypeCode attribute value

Parameters:
financialDocumentTypeCode -

getFinancialSystemOriginationCode

String getFinancialSystemOriginationCode()
gets the financialSystemOriginationCode attribute value

Returns:

setFinancialSystemOriginationCode

void setFinancialSystemOriginationCode(String origCode)
sets the financialSystemOriginationCode attribute value

Parameters:
origCode -

getFinancialObjectCode

String getFinancialObjectCode()
gets the financialObjectCode attribute value

Returns:

setFinancialObjectCode

void setFinancialObjectCode(String financialObjectCode)
sets the financialObjectCode attribute value

Parameters:
financialObjectCode -

getFinancialObjectTypeCode

String getFinancialObjectTypeCode()
gets the financialObjectTypeCode attribute value

Returns:

setFinancialObjectTypeCode

void setFinancialObjectTypeCode(String financialObjectTypeCode)
sets the financialObjectTypeCode attribute value

Parameters:
financialObjectTypeCode -

getFinancialSubObjectCode

String getFinancialSubObjectCode()
gets the financialSubObjectCode attribute value

Returns:

setFinancialSubObjectCode

void setFinancialSubObjectCode(String financialSubObjectCode)
sets the financialSubObjectCode attribute value

Parameters:
financialSubObjectCode -

getTransactionLedgerEntryAmount

org.kuali.rice.kns.util.KualiDecimal getTransactionLedgerEntryAmount()
gets the transactionLedgerEntryAmount attribute value

Returns:

setTransactionLedgerEntryAmount

void setTransactionLedgerEntryAmount(org.kuali.rice.kns.util.KualiDecimal amount)
sets the transactionLedgerEntryAmount attribute value

Parameters:
amount -

getTransactionDebitCreditCode

String getTransactionDebitCreditCode()
gets the transactionDebitCreditCode attribute value

Returns:

setTransactionDebitCreditCode

void setTransactionDebitCreditCode(String debitCreditCode)
sets the transactionDebitCreditCode attribute value

Parameters:
debitCreditCode -

getFinancialBalanceTypeCode

String getFinancialBalanceTypeCode()
gets the financialBalanceTypeCode attribute value

Returns:

setFinancialBalanceTypeCode

void setFinancialBalanceTypeCode(String balanceTypeCode)
sets the financialBalanceTypeCode attribute value

Parameters:
balanceTypeCode -

getFinancialDocumentReversalDate

Date getFinancialDocumentReversalDate()
gets the financialDocumentReversalDate attribute value

Returns:

setFinancialDocumentReversalDate

void setFinancialDocumentReversalDate(Date reversalDate)
sets the financialDocumentReversalDate attribute value

Parameters:
reversalDate -

isCredit

boolean isCredit()
true if this origin entry is a credit, false otherwise

Returns:

isDebit

boolean isDebit()
true if this origin entry is a debit, false otherwise

Returns:

getUniversityFiscalPeriodCode

String getUniversityFiscalPeriodCode()
gets the universityFiscalPeriodCode attribute value

Returns:

setUniversityFiscalPeriodCode

void setUniversityFiscalPeriodCode(String fiscalPeriodCode)
sets the universityFiscalPeriodCode attribute value

Parameters:
fiscalPeriodCode -

getReferenceFinancialDocumentTypeCode

String getReferenceFinancialDocumentTypeCode()
gets the referenceFinancialDocumentTypeCode attribute value

Returns:

setReferenceFinancialDocumentTypeCode

void setReferenceFinancialDocumentTypeCode(String refernenceFinancialDocumentTypeCode)
sets the referenceFinancialDocumentTypeCode attribute value

Parameters:
refernenceFinancialDocumentTypeCode -

getReferenceFinancialSystemOriginationCode

String getReferenceFinancialSystemOriginationCode()
gets the referenceFinancialSystemOriginationCode attribute value

Returns:

setReferenceFinancialSystemOriginationCode

void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
sets referenceFinancialSystemOriginationCode attribute value

Parameters:
referenceFinancialSystemOriginationCode -

getTransactionEncumbranceUpdateCode

String getTransactionEncumbranceUpdateCode()
gets transactionEncumbranceUpdateCode attribute value

Returns:

setTransactionEncumbranceUpdateCode

void setTransactionEncumbranceUpdateCode(String code)
sets transactionEncumbranceUpdateCode attribute value

Parameters:
code -

getOrganizationDocumentNumber

String getOrganizationDocumentNumber()
gets the organizationDocumentNumber attribute value

Returns:

setOrganizationDocumentNumber

void setOrganizationDocumentNumber(String organizationDocumentNumber)
sets the organizationDocumentNumber attribute value

Parameters:
organizationDocumentNumber -

getTransactionLedgerEntrySequenceNumber

Integer getTransactionLedgerEntrySequenceNumber()
gets the transactionLedgerEntrySequenceNumber attribute value

Returns:

setTransactionLedgerEntrySequenceNumber

void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
sets the transactionLedgerEntrySequenceNumber attribute value

Parameters:
transactionLedgerEntrySequenceNumber -

setTransactionScrubberOffsetGenerationIndicator

void setTransactionScrubberOffsetGenerationIndicator(boolean b)
gets the transactionScrubberOffsetGenerationIndicator attribute value

Parameters:
b -

setEntryGroupId

void setEntryGroupId(Integer groupId)
sets the entryGroupId attribute value

Parameters:
groupId -

resetEntryId

void resetEntryId()
This method forces the origin entryable to reset its id to null



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