Java Doc for LedgerEntry.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » labor » bo » Java Source Code / Java DocumentationJava Source Code and Java Documentation

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » ERP CRM Financial » Kuali Financial System » org.kuali.module.labor.bo 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.kuali.module.gl.bo.Entry
   org.kuali.module.labor.bo.LedgerEntry

All known Subclasses:   org.kuali.module.labor.bo.LedgerEntryForExpenseTransfer,  org.kuali.module.labor.util.testobject.LedgerEntryForTesting,
LedgerEntry
public class LedgerEntry extends Entry (Code)
Labor business object for LedgerEntry



Constructor Summary
public  LedgerEntry()
     Default constructor.
public  LedgerEntry(LaborTransaction transaction)
     Constructs a LedgerEntry.java.

Method Summary
public  AccountgetAccount()
    
public  StringgetAccountNumber()
    
public  BalanceTypgetBalanceType()
    
public  ChartgetChartOfAccounts()
    
public  StringgetChartOfAccountsCode()
    
public  StringgetDocumentNumber()
    
public  DocumentTypegetDocumentType()
    
public  StringgetEarnCode()
    
public  StringgetEmplid()
    
public  IntegergetEmployeeRecord()
    
public  StringgetFinancialBalanceTypeCode()
    
public  DategetFinancialDocumentReversalDate()
    
public  StringgetFinancialDocumentTypeCode()
    
public  ObjectCodegetFinancialObject()
    
public  StringgetFinancialObjectCode()
    
public  ObjectTypegetFinancialObjectType()
    
public  StringgetFinancialObjectTypeCode()
    
public  SubObjCdgetFinancialSubObject()
    
public  StringgetFinancialSubObjectCode()
    
public  OriginationCodegetFinancialSystemOrigination()
    
public  StringgetFinancialSystemOriginationCode()
    
public  StringgetGrade()
    
public  StringgetHrmsCompany()
    
public  StringgetLaborLedgerOriginalAccountNumber()
    
public  StringgetLaborLedgerOriginalChartOfAccountsCode()
    
public  StringgetLaborLedgerOriginalFinancialObjectCode()
    
public  StringgetLaborLedgerOriginalFinancialSubObjectCode()
    
public  StringgetLaborLedgerOriginalSubAccountNumber()
    
public  LaborObjectgetLaborObject()
    
public  LedgerBalancegetLedgerBalance()
    
public  OptionsgetOption()
    
public  StringgetOrganizationDocumentNumber()
    
public  StringgetOrganizationReferenceId()
    
public  StringgetPayGroup()
    
public  DategetPayPeriodEndDate()
    
public  AccountingPeriodgetPayrollEndDateFiscalPeriod()
    
public  StringgetPayrollEndDateFiscalPeriodCode()
    
public  IntegergetPayrollEndDateFiscalYear()
    
public  StringgetPositionNumber()
    
public  ProjectCodegetProject()
    
public  StringgetProjectCode()
    
public  DocumentTypegetReferenceDocumentType()
    
public  StringgetReferenceFinancialDocumentNumber()
    
public  StringgetReferenceFinancialDocumentTypeCode()
    
public  StringgetReferenceFinancialSystemOriginationCode()
    
public  OriginationCodegetReferenceOriginationCode()
    
public  StringgetRunIdentifier()
    
public  StringgetSalaryAdministrationPlan()
    
public  StringgetSetid()
    
public  SubAccountgetSubAccount()
    
public  StringgetSubAccountNumber()
    
public  DategetTransactionDate()
    
public  TimestampgetTransactionDateTimeStamp()
    
public  StringgetTransactionDebitCreditCode()
    
public  StringgetTransactionEncumbranceUpdateCode()
    
public  KualiDecimalgetTransactionLedgerEntryAmount()
    
public  StringgetTransactionLedgerEntryDescription()
    
public  IntegergetTransactionLedgerEntrySequenceNumber()
    
public  DategetTransactionPostingDate()
    
public  BigDecimalgetTransactionTotalHours()
    
public  AccountingPeriodgetUniversityFiscalPeriod()
    
public  StringgetUniversityFiscalPeriodCode()
    
public  IntegergetUniversityFiscalYear()
    
public  voidsetAccount(Account account)
    
public  voidsetAccountNumber(String accountNumber)
    
public  voidsetBalanceType(BalanceTyp balanceType)
    
public  voidsetChartOfAccounts(Chart chartOfAccounts)
    
public  voidsetChartOfAccountsCode(String chartOfAccountsCode)
    
public  voidsetDocumentNumber(String documentNumber)
    
public  voidsetDocumentType(DocumentType documentType)
    
public  voidsetEarnCode(String earnCode)
    
public  voidsetEmplid(String emplid)
    
public  voidsetEmployeeRecord(Integer employeeRecord)
    
public  voidsetFinancialBalanceTypeCode(String financialBalanceTypeCode)
    
public  voidsetFinancialDocumentReversalDate(Date financialDocumentReversalDate)
    
public  voidsetFinancialDocumentTypeCode(String financialDocumentTypeCode)
    
public  voidsetFinancialObject(ObjectCode financialObject)
    
public  voidsetFinancialObjectCode(String financialObjectCode)
    
public  voidsetFinancialObjectType(ObjectType financialObjectType)
    
public  voidsetFinancialObjectTypeCode(String financialObjectTypeCode)
    
public  voidsetFinancialSubObject(SubObjCd financialSubObject)
    
public  voidsetFinancialSubObjectCode(String financialSubObjectCode)
    
public  voidsetFinancialSystemOrigination(OriginationCode financialSystemOrigination)
    
public  voidsetFinancialSystemOriginationCode(String financialSystemOriginationCode)
    
public  voidsetGrade(String grade)
    
public  voidsetHrmsCompany(String hrmsCompany)
    
public  voidsetLaborLedgerOriginalAccountNumber(String laborLedgerOriginalAccountNumber)
    
public  voidsetLaborLedgerOriginalChartOfAccountsCode(String laborLedgerOriginalChartOfAccountsCode)
    
public  voidsetLaborLedgerOriginalFinancialObjectCode(String laborLedgerOriginalFinancialObjectCode)
    
public  voidsetLaborLedgerOriginalFinancialSubObjectCode(String laborLedgerOriginalFinancialSubObjectCode)
    
public  voidsetLaborLedgerOriginalSubAccountNumber(String laborLedgerOriginalSubAccountNumber)
    
public  voidsetLaborObject(LaborObject laborObject)
    
public  voidsetLedgerBalance(LedgerBalance ledgerBalance)
    
public  voidsetOption(Options option)
    
public  voidsetOrganizationDocumentNumber(String organizationDocumentNumber)
    
public  voidsetOrganizationReferenceId(String organizationReferenceId)
    
public  voidsetPayGroup(String payGroup)
    
public  voidsetPayPeriodEndDate(Date payPeriodEndDate)
    
public  voidsetPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)
    
public  voidsetPayrollEndDateFiscalPeriodCode(String payrollEndDateFiscalPeriodCode)
    
public  voidsetPayrollEndDateFiscalYear(Integer payrollEndDateFiscalYear)
    
public  voidsetPositionNumber(String positionNumber)
    
public  voidsetProject(ProjectCode project)
    
public  voidsetProjectCode(String projectCode)
    
public  voidsetReferenceDocumentType(DocumentType referenceDocumentType)
    
public  voidsetReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
    
public  voidsetReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)
    
public  voidsetReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
    
public  voidsetReferenceOriginationCode(OriginationCode referenceOriginationCode)
    
public  voidsetRunIdentifier(String runIdentifier)
    
public  voidsetSalaryAdministrationPlan(String salaryAdministrationPlan)
    
public  voidsetSetid(String setid)
    
public  voidsetSubAccount(SubAccount subAccount)
    
public  voidsetSubAccountNumber(String subAccountNumber)
    
public  voidsetTransactionDate(Date transactionDate)
    
public  voidsetTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)
    
public  voidsetTransactionDebitCreditCode(String transactionDebitCreditCode)
    
public  voidsetTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)
    
public  voidsetTransactionLedgerEntryAmount(KualiDecimal transactionLedgerEntryAmount)
    
public  voidsetTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
    
public  voidsetTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
    
public  voidsetTransactionPostingDate(Date transactionPostingDate)
    
public  voidsetTransactionTotalHours(BigDecimal transactionTotalHours)
    
public  voidsetUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)
    
public  voidsetUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
    
public  voidsetUniversityFiscalYear(Integer universityFiscalYear)
    
protected  LinkedHashMaptoStringMapper()
     construct the key list of the business object.


Constructor Detail
LedgerEntry
public LedgerEntry()(Code)
Default constructor.



LedgerEntry
public LedgerEntry(LaborTransaction transaction)(Code)
Constructs a LedgerEntry.java.
Parameters:
  transaction - the given transaction




Method Detail
getAccount
public Account getAccount()(Code)
Gets the account Returns the account



getAccountNumber
public String getAccountNumber()(Code)
Gets the accountNumber Returns the accountNumber



getBalanceType
public BalanceTyp getBalanceType()(Code)
Gets the balanceType Returns the balanceType.



getChartOfAccounts
public Chart getChartOfAccounts()(Code)
Gets the chartOfAccounts Returns the chartOfAccounts



getChartOfAccountsCode
public String getChartOfAccountsCode()(Code)
Gets the chartOfAccountsCode Returns the chartOfAccountsCode



getDocumentNumber
public String getDocumentNumber()(Code)
Gets the documentNumber Returns the documentNumber



getDocumentType
public DocumentType getDocumentType()(Code)
Gets the documentType Returns the documentType.



getEarnCode
public String getEarnCode()(Code)
Gets the earnCode Returns the earnCode



getEmplid
public String getEmplid()(Code)
Gets the emplid Returns the emplid



getEmployeeRecord
public Integer getEmployeeRecord()(Code)
Gets the employeeRecord Returns the employeeRecord



getFinancialBalanceTypeCode
public String getFinancialBalanceTypeCode()(Code)
Gets the financialBalanceTypeCode Returns the financialBalanceTypeCode



getFinancialDocumentReversalDate
public Date getFinancialDocumentReversalDate()(Code)
Gets the financialDocumentReversalDate Returns the financialDocumentReversalDate



getFinancialDocumentTypeCode
public String getFinancialDocumentTypeCode()(Code)
Gets the financialDocumentTypeCode Returns the financialDocumentTypeCode



getFinancialObject
public ObjectCode getFinancialObject()(Code)
Gets the financialObject Returns the financialObject



getFinancialObjectCode
public String getFinancialObjectCode()(Code)
Gets the financialObjectCode Returns the financialObjectCode



getFinancialObjectType
public ObjectType getFinancialObjectType()(Code)
Gets the financialObjectType Returns the financialObjectType.



getFinancialObjectTypeCode
public String getFinancialObjectTypeCode()(Code)
Gets the financialObjectTypeCode Returns the financialObjectTypeCode



getFinancialSubObject
public SubObjCd getFinancialSubObject()(Code)
Gets the financialSubObject Returns the financialSubObject.



getFinancialSubObjectCode
public String getFinancialSubObjectCode()(Code)
Gets the financialSubObjectCode Returns the financialSubObjectCode



getFinancialSystemOrigination
public OriginationCode getFinancialSystemOrigination()(Code)
Gets the financialSystemOrigination Returns the financialSystemOrigination.



getFinancialSystemOriginationCode
public String getFinancialSystemOriginationCode()(Code)
Gets the financialSystemOriginationCode Returns the financialSystemOriginationCode.



getGrade
public String getGrade()(Code)
Gets the grade Returns the grade



getHrmsCompany
public String getHrmsCompany()(Code)
Gets the hrmsCompany Returns the hrmsCompany



getLaborLedgerOriginalAccountNumber
public String getLaborLedgerOriginalAccountNumber()(Code)
Gets the laborLedgerOriginalAccountNumber Returns the laborLedgerOriginalAccountNumber



getLaborLedgerOriginalChartOfAccountsCode
public String getLaborLedgerOriginalChartOfAccountsCode()(Code)
Gets the laborLedgerOriginalChartOfAccountsCode Returns the laborLedgerOriginalChartOfAccountsCode



getLaborLedgerOriginalFinancialObjectCode
public String getLaborLedgerOriginalFinancialObjectCode()(Code)
Gets the laborLedgerOriginalFinancialObjectCode Returns the laborLedgerOriginalFinancialObjectCode



getLaborLedgerOriginalFinancialSubObjectCode
public String getLaborLedgerOriginalFinancialSubObjectCode()(Code)
Gets the laborLedgerOriginalFinancialSubObjectCode Returns the laborLedgerOriginalFinancialSubObjectCode



getLaborLedgerOriginalSubAccountNumber
public String getLaborLedgerOriginalSubAccountNumber()(Code)
Gets the laborLedgerOriginalSubAccountNumber Returns the laborLedgerOriginalSubAccountNumber



getLaborObject
public LaborObject getLaborObject()(Code)
Gets the laborObject Returns the laborObject.



getLedgerBalance
public LedgerBalance getLedgerBalance()(Code)
Gets the ledgerBalance Returns the ledgerBalance.



getOption
public Options getOption()(Code)
Gets the option Returns the option.



getOrganizationDocumentNumber
public String getOrganizationDocumentNumber()(Code)
Gets the organizationDocumentNumber Returns the organizationDocumentNumber



getOrganizationReferenceId
public String getOrganizationReferenceId()(Code)
Gets the organizationReferenceId Returns the organizationReferenceId



getPayGroup
public String getPayGroup()(Code)
Gets the payGroup Returns the payGroup



getPayPeriodEndDate
public Date getPayPeriodEndDate()(Code)
Gets the payPeriodEndDate Returns the payPeriodEndDate



getPayrollEndDateFiscalPeriod
public AccountingPeriod getPayrollEndDateFiscalPeriod()(Code)
Gets the payrollEndDateFiscalPeriod Returns the payrollEndDateFiscalPeriod.



getPayrollEndDateFiscalPeriodCode
public String getPayrollEndDateFiscalPeriodCode()(Code)
Gets the payrollEndDateFiscalPeriodCode Returns the payrollEndDateFiscalPeriodCode



getPayrollEndDateFiscalYear
public Integer getPayrollEndDateFiscalYear()(Code)
Gets the payrollEndDateFiscalYear Returns the payrollEndDateFiscalYear



getPositionNumber
public String getPositionNumber()(Code)
Gets the positionNumber Returns the positionNumber



getProject
public ProjectCode getProject()(Code)
Gets the project Returns the project.



getProjectCode
public String getProjectCode()(Code)
Gets the projectCode Returns the projectCode



getReferenceDocumentType
public DocumentType getReferenceDocumentType()(Code)
Gets the referenceDocumentType Returns the referenceDocumentType.



getReferenceFinancialDocumentNumber
public String getReferenceFinancialDocumentNumber()(Code)
Gets the referenceFinancialDocumentNumber Returns the referenceFinancialDocumentNumber



getReferenceFinancialDocumentTypeCode
public String getReferenceFinancialDocumentTypeCode()(Code)
Gets the referenceFinancialDocumentTypeCode Returns the referenceFinancialDocumentTypeCode



getReferenceFinancialSystemOriginationCode
public String getReferenceFinancialSystemOriginationCode()(Code)
Gets the referenceFinancialSystemOriginationCode Returns the referenceFinancialSystemOriginationCode



getReferenceOriginationCode
public OriginationCode getReferenceOriginationCode()(Code)
Gets the referenceOriginationCode Returns the referenceOriginationCode.



getRunIdentifier
public String getRunIdentifier()(Code)
Gets the runIdentifier Returns the runIdentifier



getSalaryAdministrationPlan
public String getSalaryAdministrationPlan()(Code)
Gets the salaryAdministrationPlan Returns the salaryAdministrationPlan



getSetid
public String getSetid()(Code)
Gets the setid Returns the setid



getSubAccount
public SubAccount getSubAccount()(Code)
Gets the subAccount Returns the subAccount.



getSubAccountNumber
public String getSubAccountNumber()(Code)
Gets the subAccountNumber Returns the subAccountNumber



getTransactionDate
public Date getTransactionDate()(Code)
Gets the transactionDate Returns the transactionDate



getTransactionDateTimeStamp
public Timestamp getTransactionDateTimeStamp()(Code)
Gets the transactionDateTimeStamp Returns the transactionDateTimeStamp



getTransactionDebitCreditCode
public String getTransactionDebitCreditCode()(Code)
Gets the transactionDebitCreditCode Returns the transactionDebitCreditCode



getTransactionEncumbranceUpdateCode
public String getTransactionEncumbranceUpdateCode()(Code)
Gets the transactionEncumbranceUpdateCode Returns the transactionEncumbranceUpdateCode



getTransactionLedgerEntryAmount
public KualiDecimal getTransactionLedgerEntryAmount()(Code)
Gets the transactionLedgerEntryAmount Returns the transactionLedgerEntryAmount



getTransactionLedgerEntryDescription
public String getTransactionLedgerEntryDescription()(Code)
Gets the transactionLedgerEntryDescription Returns the transactionLedgerEntryDescription



getTransactionLedgerEntrySequenceNumber
public Integer getTransactionLedgerEntrySequenceNumber()(Code)
Gets the transactionLedgerEntrySequenceNumber Returns the transactionLedgerEntrySequenceNumber



getTransactionPostingDate
public Date getTransactionPostingDate()(Code)
Gets the transactionPostingDate Returns the transactionPostingDate



getTransactionTotalHours
public BigDecimal getTransactionTotalHours()(Code)
Gets the transactionTotalHours Returns the transactionTotalHours



getUniversityFiscalPeriod
public AccountingPeriod getUniversityFiscalPeriod()(Code)
Gets the universityFiscalPeriod Returns the universityFiscalPeriod.



getUniversityFiscalPeriodCode
public String getUniversityFiscalPeriodCode()(Code)
Gets the universityFiscalPeriodCode Returns the universityFiscalPeriodCode



getUniversityFiscalYear
public Integer getUniversityFiscalYear()(Code)
Gets the universityFiscalYear Returns the universityFiscalYear



setAccount
public void setAccount(Account account)(Code)
Sets the account
Parameters:
  account - The account to set.



setAccountNumber
public void setAccountNumber(String accountNumber)(Code)
Sets the accountNumber
Parameters:
  accountNumber - The accountNumber to set.



setBalanceType
public void setBalanceType(BalanceTyp balanceType)(Code)
Sets the balanceType
Parameters:
  balanceType - The balanceType to set.



setChartOfAccounts
public void setChartOfAccounts(Chart chartOfAccounts)(Code)
Sets the chartOfAccounts
Parameters:
  chartOfAccounts - The chartOfAccounts to set.



setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)(Code)
Sets the chartOfAccountsCode
Parameters:
  chartOfAccountsCode - The chartOfAccountsCode to set.



setDocumentNumber
public void setDocumentNumber(String documentNumber)(Code)
Sets the documentNumber
Parameters:
  documentNumber - The documentNumber to set.



setDocumentType
public void setDocumentType(DocumentType documentType)(Code)
Sets the documentType
Parameters:
  documentType - The documentType to set.



setEarnCode
public void setEarnCode(String earnCode)(Code)
Sets the earnCode
Parameters:
  earnCode - The earnCode to set.



setEmplid
public void setEmplid(String emplid)(Code)
Sets the emplid
Parameters:
  emplid - The emplid to set.



setEmployeeRecord
public void setEmployeeRecord(Integer employeeRecord)(Code)
Sets the employeeRecord
Parameters:
  employeeRecord - The employeeRecord to set.



setFinancialBalanceTypeCode
public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)(Code)
Sets the financialBalanceTypeCode
Parameters:
  financialBalanceTypeCode - The financialBalanceTypeCode to set.



setFinancialDocumentReversalDate
public void setFinancialDocumentReversalDate(Date financialDocumentReversalDate)(Code)
Sets the financialDocumentReversalDate
Parameters:
  financialDocumentReversalDate - The financialDocumentReversalDate to set.



setFinancialDocumentTypeCode
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)(Code)
Sets the financialDocumentTypeCode
Parameters:
  financialDocumentTypeCode - The financialDocumentTypeCode to set.



setFinancialObject
public void setFinancialObject(ObjectCode financialObject)(Code)
Sets the financialObject
Parameters:
  financialObject - The financialObject to set.



setFinancialObjectCode
public void setFinancialObjectCode(String financialObjectCode)(Code)
Sets the financialObjectCode
Parameters:
  financialObjectCode - The financialObjectCode to set.



setFinancialObjectType
public void setFinancialObjectType(ObjectType financialObjectType)(Code)
Sets the financialObjectType
Parameters:
  financialObjectType - The financialObjectType to set.



setFinancialObjectTypeCode
public void setFinancialObjectTypeCode(String financialObjectTypeCode)(Code)
Sets the financialObjectTypeCode
Parameters:
  financialObjectTypeCode - The financialObjectTypeCode to set.



setFinancialSubObject
public void setFinancialSubObject(SubObjCd financialSubObject)(Code)
Sets the financialSubObject
Parameters:
  financialSubObject - The financialSubObject to set.



setFinancialSubObjectCode
public void setFinancialSubObjectCode(String financialSubObjectCode)(Code)
Sets the financialSubObjectCode
Parameters:
  financialSubObjectCode - The financialSubObjectCode to set.



setFinancialSystemOrigination
public void setFinancialSystemOrigination(OriginationCode financialSystemOrigination)(Code)
Sets the financialSystemOrigination
Parameters:
  financialSystemOrigination - The financialSystemOrigination to set.



setFinancialSystemOriginationCode
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)(Code)
Sets the financialSystemOriginationCode
Parameters:
  financialSystemOriginationCode - The financialSystemOriginationCode to set.



setGrade
public void setGrade(String grade)(Code)
Sets the grade
Parameters:
  grade - The grade to set.



setHrmsCompany
public void setHrmsCompany(String hrmsCompany)(Code)
Sets the hrmsCompany
Parameters:
  hrmsCompany - The hrmsCompany to set.



setLaborLedgerOriginalAccountNumber
public void setLaborLedgerOriginalAccountNumber(String laborLedgerOriginalAccountNumber)(Code)
Sets the laborLedgerOriginalAccountNumber
Parameters:
  laborLedgerOriginalAccountNumber - The laborLedgerOriginalAccountNumber to set.



setLaborLedgerOriginalChartOfAccountsCode
public void setLaborLedgerOriginalChartOfAccountsCode(String laborLedgerOriginalChartOfAccountsCode)(Code)
Sets the laborLedgerOriginalChartOfAccountsCode
Parameters:
  laborLedgerOriginalChartOfAccountsCode - The laborLedgerOriginalChartOfAccountsCode to set.



setLaborLedgerOriginalFinancialObjectCode
public void setLaborLedgerOriginalFinancialObjectCode(String laborLedgerOriginalFinancialObjectCode)(Code)
Sets the laborLedgerOriginalFinancialObjectCode
Parameters:
  laborLedgerOriginalFinancialObjectCode - The laborLedgerOriginalFinancialObjectCode to set.



setLaborLedgerOriginalFinancialSubObjectCode
public void setLaborLedgerOriginalFinancialSubObjectCode(String laborLedgerOriginalFinancialSubObjectCode)(Code)
Sets the laborLedgerOriginalFinancialSubObjectCode
Parameters:
  laborLedgerOriginalFinancialSubObjectCode - The laborLedgerOriginalFinancialSubObjectCode to set.



setLaborLedgerOriginalSubAccountNumber
public void setLaborLedgerOriginalSubAccountNumber(String laborLedgerOriginalSubAccountNumber)(Code)
Sets the laborLedgerOriginalSubAccountNumber
Parameters:
  laborLedgerOriginalSubAccountNumber - The laborLedgerOriginalSubAccountNumber to set.



setLaborObject
public void setLaborObject(LaborObject laborObject)(Code)
Sets the laborObject
Parameters:
  laborObject - The laborObject to set.



setLedgerBalance
public void setLedgerBalance(LedgerBalance ledgerBalance)(Code)
Sets the ledgerBalance
Parameters:
  ledgerBalance - The ledgerBalance to set.



setOption
public void setOption(Options option)(Code)
Sets the option
Parameters:
  option - The option to set.



setOrganizationDocumentNumber
public void setOrganizationDocumentNumber(String organizationDocumentNumber)(Code)
Sets the organizationDocumentNumber
Parameters:
  organizationDocumentNumber - The organizationDocumentNumber to set.



setOrganizationReferenceId
public void setOrganizationReferenceId(String organizationReferenceId)(Code)
Sets the organizationReferenceId
Parameters:
  organizationReferenceId - The organizationReferenceId to set.



setPayGroup
public void setPayGroup(String payGroup)(Code)
Sets the payGroup
Parameters:
  payGroup - The payGroup to set.



setPayPeriodEndDate
public void setPayPeriodEndDate(Date payPeriodEndDate)(Code)
Sets the payPeriodEndDate
Parameters:
  payPeriodEndDate - The payPeriodEndDate to set.



setPayrollEndDateFiscalPeriod
public void setPayrollEndDateFiscalPeriod(AccountingPeriod payrollEndDateFiscalPeriod)(Code)
Sets the payrollEndDateFiscalPeriod
Parameters:
  payrollEndDateFiscalPeriod - The payrollEndDateFiscalPeriod to set.



setPayrollEndDateFiscalPeriodCode
public void setPayrollEndDateFiscalPeriodCode(String payrollEndDateFiscalPeriodCode)(Code)
Sets the payrollEndDateFiscalPeriodCode
Parameters:
  payrollEndDateFiscalPeriodCode - The payrollEndDateFiscalPeriodCode to set.



setPayrollEndDateFiscalYear
public void setPayrollEndDateFiscalYear(Integer payrollEndDateFiscalYear)(Code)
Sets the payrollEndDateFiscalYear
Parameters:
  payrollEndDateFiscalYear - The payrollEndDateFiscalYear to set.



setPositionNumber
public void setPositionNumber(String positionNumber)(Code)
Sets the positionNumber
Parameters:
  positionNumber - The positionNumber to set.



setProject
public void setProject(ProjectCode project)(Code)
Sets the project
Parameters:
  project - The project to set.



setProjectCode
public void setProjectCode(String projectCode)(Code)
Sets the projectCode
Parameters:
  projectCode - The projectCode to set.



setReferenceDocumentType
public void setReferenceDocumentType(DocumentType referenceDocumentType)(Code)
Sets the referenceDocumentType
Parameters:
  referenceDocumentType - The referenceDocumentType to set.



setReferenceFinancialDocumentNumber
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)(Code)
Sets the referenceFinancialDocumentNumber
Parameters:
  referenceFinancialDocumentNumber - The referenceFinancialDocumentNumber to set.



setReferenceFinancialDocumentTypeCode
public void setReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)(Code)
Sets the referenceFinancialDocumentTypeCode
Parameters:
  referenceFinancialDocumentTypeCode - The referenceFinancialDocumentTypeCode to set.



setReferenceFinancialSystemOriginationCode
public void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)(Code)
Sets the referenceFinancialSystemOriginationCode
Parameters:
  referenceFinancialSystemOriginationCode - The referenceFinancialSystemOriginationCode to set.



setReferenceOriginationCode
public void setReferenceOriginationCode(OriginationCode referenceOriginationCode)(Code)
Sets the referenceOriginationCode
Parameters:
  referenceOriginationCode - The referenceOriginationCode to set.



setRunIdentifier
public void setRunIdentifier(String runIdentifier)(Code)
Sets the runIdentifier
Parameters:
  runIdentifier - The runIdentifier to set.



setSalaryAdministrationPlan
public void setSalaryAdministrationPlan(String salaryAdministrationPlan)(Code)
Sets the salaryAdministrationPlan
Parameters:
  salaryAdministrationPlan - The salaryAdministrationPlan to set.



setSetid
public void setSetid(String setid)(Code)
Sets the setid
Parameters:
  setid - The setid to set.



setSubAccount
public void setSubAccount(SubAccount subAccount)(Code)
Sets the subAccount
Parameters:
  subAccount - The subAccount to set.



setSubAccountNumber
public void setSubAccountNumber(String subAccountNumber)(Code)
Sets the subAccountNumber
Parameters:
  subAccountNumber - The subAccountNumber to set.



setTransactionDate
public void setTransactionDate(Date transactionDate)(Code)
Sets the transactionDate
Parameters:
  transactionDate - The transactionDate to set.



setTransactionDateTimeStamp
public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)(Code)
Sets the transactionDateTimeStamp
Parameters:
  transactionDateTimeStamp - The transactionDateTimeStamp to set.



setTransactionDebitCreditCode
public void setTransactionDebitCreditCode(String transactionDebitCreditCode)(Code)
Sets the transactionDebitCreditCode
Parameters:
  transactionDebitCreditCode - The transactionDebitCreditCode to set.



setTransactionEncumbranceUpdateCode
public void setTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)(Code)
Sets the transactionEncumbranceUpdateCode
Parameters:
  transactionEncumbranceUpdateCode - The transactionEncumbranceUpdateCode to set.



setTransactionLedgerEntryAmount
public void setTransactionLedgerEntryAmount(KualiDecimal transactionLedgerEntryAmount)(Code)
Sets the transactionLedgerEntryAmount
Parameters:
  transactionLedgerEntryAmount - The transactionLedgerEntryAmount to set.



setTransactionLedgerEntryDescription
public void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)(Code)
Sets the transactionLedgerEntryDescription
Parameters:
  transactionLedgerEntryDescription - The transactionLedgerEntryDescription to set.



setTransactionLedgerEntrySequenceNumber
public void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)(Code)
Sets the transactionLedgerEntrySequenceNumber
Parameters:
  transactionLedgerEntrySequenceNumber - The transactionLedgerEntrySequenceNumber to set.



setTransactionPostingDate
public void setTransactionPostingDate(Date transactionPostingDate)(Code)
Sets the transactionPostingDate
Parameters:
  transactionPostingDate - The transactionPostingDate to set.



setTransactionTotalHours
public void setTransactionTotalHours(BigDecimal transactionTotalHours)(Code)
Sets the transactionTotalHours
Parameters:
  transactionTotalHours - The transactionTotalHours to set.



setUniversityFiscalPeriod
public void setUniversityFiscalPeriod(AccountingPeriod universityFiscalPeriod)(Code)
Sets the universityFiscalPeriod
Parameters:
  universityFiscalPeriod - The universityFiscalPeriod to set.



setUniversityFiscalPeriodCode
public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)(Code)
Sets the universityFiscalPeriodCode
Parameters:
  universityFiscalPeriodCode - The universityFiscalPeriodCode to set.



setUniversityFiscalYear
public void setUniversityFiscalYear(Integer universityFiscalYear)(Code)
Sets the universityFiscalYear
Parameters:
  universityFiscalYear - The universityFiscalYear to set.



toStringMapper
protected LinkedHashMap toStringMapper()(Code)
construct the key list of the business object.
See Also:   org.kuali.core.bo.BusinessObjectBase.toStringMapper



Methods inherited from org.kuali.module.gl.bo.Entry
public Account getAccount()(Code)(Java Doc)
public String getAccountNumber()(Code)(Java Doc)
public AccountingPeriod getAccountingPeriod()(Code)(Java Doc)
public BalanceTyp getBalanceType()(Code)(Java Doc)
public Chart getChart()(Code)(Java Doc)
public String getChartOfAccountsCode()(Code)(Java Doc)
public String getDocumentNumber()(Code)(Java Doc)
public DocumentType getDocumentType()(Code)(Java Doc)
public TransientBalanceInquiryAttributes getDummyBusinessObject()(Code)(Java Doc)
public String getFinancialBalanceTypeCode()(Code)(Java Doc)
public Date getFinancialDocumentReversalDate()(Code)(Java Doc)
public String getFinancialDocumentTypeCode()(Code)(Java Doc)
public ObjectCode getFinancialObject()(Code)(Java Doc)
public String getFinancialObjectCode()(Code)(Java Doc)
public String getFinancialObjectTypeCode()(Code)(Java Doc)
public SubObjCd getFinancialSubObject()(Code)(Java Doc)
public String getFinancialSubObjectCode()(Code)(Java Doc)
public String getFinancialSystemOriginationCode()(Code)(Java Doc)
public ObjectType getObjectType()(Code)(Java Doc)
public Options getOption()(Code)(Java Doc)
public String getOrganizationDocumentNumber()(Code)(Java Doc)
public String getOrganizationReferenceId()(Code)(Java Doc)
public OriginationCode getOriginationCode()(Code)(Java Doc)
public ProjectCode getProject()(Code)(Java Doc)
public String getProjectCode()(Code)(Java Doc)
public DocumentType getReferenceDocumentType()(Code)(Java Doc)
public String getReferenceFinancialDocumentNumber()(Code)(Java Doc)
public String getReferenceFinancialDocumentTypeCode()(Code)(Java Doc)
public String getReferenceFinancialSystemOriginationCode()(Code)(Java Doc)
public OriginationCode getReferenceOriginationCode()(Code)(Java Doc)
public UniversityDate getReversalDate()(Code)(Java Doc)
public SubAccount getSubAccount()(Code)(Java Doc)
public String getSubAccountNumber()(Code)(Java Doc)
public Date getTransactionDate()(Code)(Java Doc)
public Timestamp getTransactionDateTimeStamp()(Code)(Java Doc)
public String getTransactionDebitCreditCode()(Code)(Java Doc)
public String getTransactionEncumbranceUpdateCode()(Code)(Java Doc)
public KualiDecimal getTransactionLedgerEntryAmount()(Code)(Java Doc)
public String getTransactionLedgerEntryDescription()(Code)(Java Doc)
public Integer getTransactionLedgerEntrySequenceNumber()(Code)(Java Doc)
public Date getTransactionPostingDate()(Code)(Java Doc)
public UniversityDate getUniversityDate()(Code)(Java Doc)
public String getUniversityFiscalPeriodCode()(Code)(Java Doc)
public Integer getUniversityFiscalYear()(Code)(Java Doc)
public void setAccount(Account account)(Code)(Java Doc)
public void setAccountNumber(String accountNumber)(Code)(Java Doc)
public void setAccountingPeriod(AccountingPeriod accountingPeriod)(Code)(Java Doc)
public void setBalanceType(BalanceTyp balanceType)(Code)(Java Doc)
public void setChart(Chart chart)(Code)(Java Doc)
public void setChartOfAccountsCode(String chartOfAccountsCode)(Code)(Java Doc)
public void setDocumentNumber(String documentNumber)(Code)(Java Doc)
public void setDocumentType(DocumentType documentType)(Code)(Java Doc)
public void setDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)(Code)(Java Doc)
public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)(Code)(Java Doc)
public void setFinancialDocumentReversalDate(Date financialDocumentReversalDate)(Code)(Java Doc)
public void setFinancialDocumentTypeCode(String financialDocumentTypeCode)(Code)(Java Doc)
public void setFinancialObject(ObjectCode financialObject)(Code)(Java Doc)
public void setFinancialObjectCode(String financialObjectCode)(Code)(Java Doc)
public void setFinancialObjectTypeCode(String financialObjectTypeCode)(Code)(Java Doc)
public void setFinancialSubObject(SubObjCd financialSubObject)(Code)(Java Doc)
public void setFinancialSubObjectCode(String financialSubObjectCode)(Code)(Java Doc)
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)(Code)(Java Doc)
public void setObjectType(ObjectType objectType)(Code)(Java Doc)
public void setOption(Options option)(Code)(Java Doc)
public void setOrganizationDocumentNumber(String organizationDocumentNumber)(Code)(Java Doc)
public void setOrganizationReferenceId(String organizationReferenceId)(Code)(Java Doc)
public void setOriginationCode(OriginationCode originationCode)(Code)(Java Doc)
public void setProject(ProjectCode project)(Code)(Java Doc)
public void setProjectCode(String projectCode)(Code)(Java Doc)
public void setReferenceDocumentType(DocumentType referenceDocumentType)(Code)(Java Doc)
public void setReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)(Code)(Java Doc)
public void setReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)(Code)(Java Doc)
public void setReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)(Code)(Java Doc)
public void setReferenceOriginationCode(OriginationCode referenceOriginationCode)(Code)(Java Doc)
public void setReversalDate(UniversityDate reversalDate)(Code)(Java Doc)
public void setSubAccount(SubAccount subAccount)(Code)(Java Doc)
public void setSubAccountNumber(String subAccountNumber)(Code)(Java Doc)
public void setTransactionDate(Date transactionDate)(Code)(Java Doc)
public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)(Code)(Java Doc)
public void setTransactionDebitCreditCode(String transactionDebitCreditCode)(Code)(Java Doc)
public void setTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)(Code)(Java Doc)
public void setTransactionLedgerEntryAmount(KualiDecimal transactionLedgerEntryAmount)(Code)(Java Doc)
public void setTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)(Code)(Java Doc)
public void setTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)(Code)(Java Doc)
public void setTransactionPostingDate(Date transactionPostingDate)(Code)(Java Doc)
public void setUniversityDate(UniversityDate universityDate)(Code)(Java Doc)
public void setUniversityFiscalPeriodCode(String universityFiscalPeriodCode)(Code)(Java Doc)
public void setUniversityFiscalYear(Integer universityFiscalYear)(Code)(Java Doc)
protected LinkedHashMap toStringMapper()(Code)(Java Doc)

www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.