org.kuali.kfs.module.ld.businessobject
Interface LaborTransaction

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

public interface LaborTransaction
extends Transaction

Labor business object for Labor Transaction


Method Summary
 String getEarnCode()
           
 String getEmplid()
           
 Integer getEmployeeRecord()
           
 String getFinancialDocumentApprovedCode()
           
 String getGrade()
           
 String getHrmsCompany()
           
 String getLaborLedgerOriginalAccountNumber()
           
 String getLaborLedgerOriginalChartOfAccountsCode()
           
 String getLaborLedgerOriginalFinancialObjectCode()
           
 String getLaborLedgerOriginalFinancialSubObjectCode()
           
 String getLaborLedgerOriginalSubAccountNumber()
           
 String getPayGroup()
           
 Date getPayPeriodEndDate()
           
 AccountingPeriod getPayrollEndDateFiscalPeriod()
           
 String getPayrollEndDateFiscalPeriodCode()
           
 Integer getPayrollEndDateFiscalYear()
           
 String getPositionNumber()
           
 org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getReferenceFinancialSystemDocumentTypeCode()
           
 OriginationCode getReferenceFinancialSystemOrigination()
           
 String getRunIdentifier()
           
 String getSalaryAdministrationPlan()
           
 String getSetid()
           
 String getTransactionEntryOffsetCode()
           
 Timestamp getTransactionEntryProcessedTimestamp()
           
 Date getTransactionPostingDate()
           
 BigDecimal getTransactionTotalHours()
           
 
Methods inherited from interface org.kuali.kfs.gl.businessobject.Transaction
getAccount, getAccountNumber, getBalanceType, getChart, getChartOfAccountsCode, getDocumentNumber, getFinancialBalanceTypeCode, getFinancialDocumentReversalDate, getFinancialDocumentTypeCode, getFinancialObject, getFinancialObjectCode, getFinancialObjectTypeCode, getFinancialSubObject, getFinancialSubObjectCode, getFinancialSystemDocumentTypeCode, getFinancialSystemOriginationCode, getObjectType, getOption, getOrganizationDocumentNumber, getOrganizationReferenceId, getProjectCode, getReferenceFinancialDocumentNumber, getReferenceFinancialDocumentTypeCode, getReferenceFinancialSystemOriginationCode, getSubAccount, getSubAccountNumber, getTransactionDate, getTransactionDebitCreditCode, getTransactionEncumbranceUpdateCode, getTransactionLedgerEntryAmount, getTransactionLedgerEntryDescription, getTransactionLedgerEntrySequenceNumber, getUniversityFiscalPeriodCode, getUniversityFiscalYear, refreshNonUpdateableReferences, setAccount, setBalanceType, setChart, setFinancialObject, setObjectType, setOption
 
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject
prepareForWorkflow, refresh
 

Method Detail

getPositionNumber

String getPositionNumber()

getTransactionPostingDate

Date getTransactionPostingDate()

getPayPeriodEndDate

Date getPayPeriodEndDate()

getTransactionTotalHours

BigDecimal getTransactionTotalHours()

getPayrollEndDateFiscalYear

Integer getPayrollEndDateFiscalYear()

getPayrollEndDateFiscalPeriodCode

String getPayrollEndDateFiscalPeriodCode()

getFinancialDocumentApprovedCode

String getFinancialDocumentApprovedCode()

getTransactionEntryOffsetCode

String getTransactionEntryOffsetCode()

getTransactionEntryProcessedTimestamp

Timestamp getTransactionEntryProcessedTimestamp()

getEmplid

String getEmplid()

getEmployeeRecord

Integer getEmployeeRecord()

getEarnCode

String getEarnCode()

getPayGroup

String getPayGroup()

getSalaryAdministrationPlan

String getSalaryAdministrationPlan()

getGrade

String getGrade()

getRunIdentifier

String getRunIdentifier()

getLaborLedgerOriginalChartOfAccountsCode

String getLaborLedgerOriginalChartOfAccountsCode()

getLaborLedgerOriginalAccountNumber

String getLaborLedgerOriginalAccountNumber()

getLaborLedgerOriginalSubAccountNumber

String getLaborLedgerOriginalSubAccountNumber()

getLaborLedgerOriginalFinancialObjectCode

String getLaborLedgerOriginalFinancialObjectCode()

getLaborLedgerOriginalFinancialSubObjectCode

String getLaborLedgerOriginalFinancialSubObjectCode()

getHrmsCompany

String getHrmsCompany()

getSetid

String getSetid()

getReferenceFinancialSystemDocumentTypeCode

org.kuali.rice.kew.doctype.bo.DocumentTypeEBO getReferenceFinancialSystemDocumentTypeCode()

getReferenceFinancialSystemOrigination

OriginationCode getReferenceFinancialSystemOrigination()

getPayrollEndDateFiscalPeriod

AccountingPeriod getPayrollEndDateFiscalPeriod()


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