|
||||||||||
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.sys.businessobject.AccountingLineBase
org.kuali.kfs.sys.businessobject.SourceAccountingLine
org.kuali.kfs.fp.businessobject.VoucherSourceAccountingLine
org.kuali.kfs.module.ld.businessobject.LaborJournalVoucherDetail
public class LaborJournalVoucherDetail
Labor Journal Voucher Detail Business Object.
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 | |
---|---|
LaborJournalVoucherDetail()
Default constructor. |
Method Summary | |
---|---|
String |
getEarnCode()
Gets the earnCode. |
String |
getEmplid()
Gets the emplid. |
Integer |
getEmployeeRecord()
Gets the employeeRecord. |
String |
getEncumbranceUpdateCode()
Gets the encumbranceUpdateCode |
String |
getGrade()
Gets the grade. |
String |
getHrmsCompany()
Gets the hrmsCompany. |
String |
getLaborLedgerOriginalAccountNumber()
Gets the laborLedgerOriginalAccountNumber. |
String |
getLaborLedgerOriginalChartOfAccountsCode()
Gets the laborLedgerOriginalChartOfAccountsCode. |
String |
getLaborLedgerOriginalFinancialObjectCode()
Gets the laborLedgerOriginalFinancialObjectCode. |
String |
getLaborLedgerOriginalFinancialSubObjectCode()
Gets the laborLedgerOriginalFinancialSubObjectCode. |
String |
getLaborLedgerOriginalSubAccountNumber()
Gets the laborLedgerOriginalSubAccountNumber. |
SystemOptions |
getOptions()
Gets the options. |
String |
getPayGroup()
Gets the payGroup. |
Date |
getPayPeriodEndDate()
Gets the payPeriodEndDate. |
AccountingPeriod |
getPayrollEndDateFiscalPeriod()
Gets the payrollEndDateFiscalPeriod. |
String |
getPayrollEndDateFiscalPeriodCode()
Gets the payrollEndDateFiscalPeriodCode. |
Integer |
getPayrollEndDateFiscalYear()
Gets the payrollEndDateFiscalYear. |
SystemOptions |
getPayrollEndDateOptions()
Gets the payrollEndDateOptions. |
String |
getPositionNumber()
Gets the positionNumber. |
String |
getRunIdentifier()
Gets the runIdentifier. |
String |
getSalaryAdministrationPlan()
Gets the salaryAdministrationPlan. |
String |
getSetid()
Gets the setid. |
BigDecimal |
getTransactionTotalHours()
Gets the transactionTotalHours. |
void |
setEarnCode(String earnCode)
Sets the earnCode. |
void |
setEmplid(String emplid)
Sets the emplid. |
void |
setEmployeeRecord(Integer employeeRecord)
Sets the employeeRecord. |
void |
setEncumbranceUpdateCode(String encumbranceUpdateCode)
Sets the encumbranceUpdateCode. |
void |
setGrade(String grade)
Sets the grade. |
void |
setHrmsCompany(String hrmsCompany)
Sets the hrmsCompany. |
void |
setLaborLedgerOriginalAccountNumber(String laborLedgerOriginalAccountNumber)
Sets the laborLedgerOriginalAccountNumber. |
void |
setLaborLedgerOriginalChartOfAccountsCode(String laborLedgerOriginalChartOfAccountsCode)
Sets the laborLedgerOriginalChartOfAccountsCode. |
void |
setLaborLedgerOriginalFinancialObjectCode(String laborLedgerOriginalFinancialObjectCode)
Sets the laborLedgerOriginalFinancialObjectCode. |
void |
setLaborLedgerOriginalFinancialSubObjectCode(String laborLedgerOriginalFinancialSubObjectCode)
Sets the laborLedgerOriginalFinancialSubObjectCode. |
void |
setLaborLedgerOriginalSubAccountNumber(String laborLedgerOriginalSubAccountNumber)
Sets the laborLedgerOriginalSubAccountNumber. |
void |
setOptions(SystemOptions options)
Sets the options. |
void |
setPayGroup(String payGroup)
Sets the payGroup. |
void |
setPayPeriodEndDate(Date payPeriodEndDate)
Sets the payPeriodEndDate. |
void |
setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
Sets the payrollEndDateFiscalPeriod. |
void |
setPayrollEndDateFiscalPeriodCode(String payrollEndDateFiscalPeriodCode)
Sets the payrollEndDateFiscalPeriodCode. |
void |
setPayrollEndDateFiscalYear(Integer payrollEndDateFiscalYear)
Sets the payrollEndDateFiscalYear. |
void |
setPayrollEndDateOptions(SystemOptions payrollEndDateOptions)
Sets the payrollEndDateOptions. |
void |
setPositionNumber(String positionNumber)
Sets the positionNumber. |
void |
setRunIdentifier(String runIdentifier)
Sets the runIdentifier. |
void |
setSalaryAdministrationPlan(String salaryAdministrationPlan)
Sets the salaryAdministrationPlan. |
void |
setSetid(String setid)
Sets the setid. |
void |
setTransactionTotalHours(BigDecimal transactionTotalHours)
Sets the transactionTotalHours. |
Methods inherited from class org.kuali.kfs.fp.businessobject.VoucherSourceAccountingLine |
---|
getObjectType, getObjectTypeCode, setFinancialObjectCode, setObjectType, setObjectTypeCode, 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.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 |
---|
public LaborJournalVoucherDetail()
Method Detail |
---|
public String getEarnCode()
public String getEmplid()
public Integer getEmployeeRecord()
public String getGrade()
public String getHrmsCompany()
public String getLaborLedgerOriginalAccountNumber()
public String getLaborLedgerOriginalChartOfAccountsCode()
public String getLaborLedgerOriginalFinancialObjectCode()
public String getLaborLedgerOriginalFinancialSubObjectCode()
public String getLaborLedgerOriginalSubAccountNumber()
public SystemOptions getOptions()
public String getPayGroup()
public Date getPayPeriodEndDate()
public AccountingPeriod getPayrollEndDateFiscalPeriod()
public SystemOptions getPayrollEndDateOptions()
public String getPositionNumber()
public String getRunIdentifier()
public String getSalaryAdministrationPlan()
public String getSetid()
public BigDecimal getTransactionTotalHours()
public void setEarnCode(String earnCode)
earnCode
- The earnCode to set.public void setEmplid(String emplid)
emplid
- The emplid to set.public void setEmployeeRecord(Integer employeeRecord)
employeeRecord
- The employeeRecord to set.public void setGrade(String grade)
grade
- The grade to set.public void setHrmsCompany(String hrmsCompany)
hrmsCompany
- The hrmsCompany to set.public void setLaborLedgerOriginalAccountNumber(String laborLedgerOriginalAccountNumber)
laborLedgerOriginalAccountNumber
- The laborLedgerOriginalAccountNumber to set.public void setLaborLedgerOriginalChartOfAccountsCode(String laborLedgerOriginalChartOfAccountsCode)
laborLedgerOriginalChartOfAccountsCode
- The laborLedgerOriginalChartOfAccountsCode to set.public void setLaborLedgerOriginalFinancialObjectCode(String laborLedgerOriginalFinancialObjectCode)
laborLedgerOriginalFinancialObjectCode
- The laborLedgerOriginalFinancialObjectCode to set.public void setLaborLedgerOriginalFinancialSubObjectCode(String laborLedgerOriginalFinancialSubObjectCode)
laborLedgerOriginalFinancialSubObjectCode
- The laborLedgerOriginalFinancialSubObjectCode to set.public void setLaborLedgerOriginalSubAccountNumber(String laborLedgerOriginalSubAccountNumber)
laborLedgerOriginalSubAccountNumber
- The laborLedgerOriginalSubAccountNumber to set.public void setOptions(SystemOptions options)
options
- The options to set.public void setPayGroup(String payGroup)
payGroup
- The payGroup to set.public void setPayPeriodEndDate(Date payPeriodEndDate)
payPeriodEndDate
- The payPeriodEndDate to set.public void setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
payrollEndDateFiscalPeriod
- The payrollEndDateFiscalPeriod to set.public void setPayrollEndDateOptions(SystemOptions payrollEndDateOptions)
payrollEndDateOptions
- The payrollEndDateOptions to set.public void setPositionNumber(String positionNumber)
positionNumber
- The positionNumber to set.public void setRunIdentifier(String runIdentifier)
runIdentifier
- The runIdentifier to set.public void setSalaryAdministrationPlan(String salaryAdministrationPlan)
salaryAdministrationPlan
- The salaryAdministrationPlan to set.public void setSetid(String setid)
setid
- The setid to set.public void setTransactionTotalHours(BigDecimal transactionTotalHours)
transactionTotalHours
- The transactionTotalHours to set.public String getPayrollEndDateFiscalPeriodCode()
public void setPayrollEndDateFiscalPeriodCode(String payrollEndDateFiscalPeriodCode)
payrollEndDateFiscalPeriodCode
- The payrollEndDateFiscalPeriodCode to set.public Integer getPayrollEndDateFiscalYear()
public void setPayrollEndDateFiscalYear(Integer payrollEndDateFiscalYear)
payrollEndDateFiscalYear
- The payrollEndDateFiscalYear to set.public String getEncumbranceUpdateCode()
getEncumbranceUpdateCode
in interface AccountingLine
getEncumbranceUpdateCode
in class AccountingLineBase
AccountingLine.getEncumbranceUpdateCode()
public void setEncumbranceUpdateCode(String encumbranceUpdateCode)
setEncumbranceUpdateCode
in interface AccountingLine
setEncumbranceUpdateCode
in class AccountingLineBase
encumbranceUpdateCode
- The encumbranceUpdateCode to set.AccountingLine.setEncumbranceUpdateCode(java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |