Java Doc for EmployeeFunding.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.labor.bo.LedgerBalance
   org.kuali.module.labor.bo.EmployeeFunding

EmployeeFunding
public class EmployeeFunding extends LedgerBalance (Code)
Labor business object for Employee Funding.



Constructor Summary
public  EmployeeFunding()
     Although the title of this class is EmployeeFunding, it is really a representation of the AccountStatusCurrentFunds business object, however it is generated using the fiscal year and employee ID.

Method Summary
public  booleanequals(Object obj)
    
public  KualiDecimalgetCsfAmount()
    
public  StringgetCsfDeleteCode()
     Gets the csfDeleteCode.
public  BigDecimalgetCsfFullTimeEmploymentQuantity()
     Gets the csfFullTimeEmploymentQuantity.
public  StringgetCsfFundingStatusCode()
     Gets the csfFundingStatusCode.
public  BigDecimalgetCsfTimePercent()
     Gets the csfTimePercent.
public  KualiDecimalgetCurrentAmount()
     Gets the currentAmount.
public  KualiDecimalgetOutstandingEncumbrance()
     Gets the outstandingEncumbrance.
public  StringgetPersonName()
     Gets the person name.
public  KualiDecimalgetTotalAmount()
     Returns a total amount based upon adding any outstanding encumberence records to the annual balance amount.
public  inthashCode()
    
public  voidsetCsfAmount(KualiDecimal csfAmount)
     Sets the csfAmount.
public  voidsetCsfDeleteCode(String csfDeleteCode)
     Sets the csfDeleteCode.
public  voidsetCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
     Sets the csfFullTimeEmploymentQuantity.
public  voidsetCsfFundingStatusCode(String csfFundingStatusCode)
     Sets the csfFundingStatusCode.
public  voidsetCsfTimePercent(BigDecimal csfTimePercent)
     Sets the csfTimePercent.
public  voidsetCurrentAmount(KualiDecimal currentAmount)
     Sets the currentAmount.
public  voidsetOutstandingEncumbrance(KualiDecimal outstandingEncumbrance)
     Sets the outstandingEncumbrance.
public  voidsetPersonName(String personName)
     Sets the persons name.
public  voidsetTotalAmount(KualiDecimal totalAmount)
     Sets the total amount.


Constructor Detail
EmployeeFunding
public EmployeeFunding()(Code)
Although the title of this class is EmployeeFunding, it is really a representation of the AccountStatusCurrentFunds business object, however it is generated using the fiscal year and employee ID.




Method Detail
equals
public boolean equals(Object obj)(Code)

See Also:   java.lang.Object.equals(java.lang.Object)



getCsfAmount
public KualiDecimal getCsfAmount()(Code)
Gets the csfAmount Returns the csfAmount.



getCsfDeleteCode
public String getCsfDeleteCode()(Code)
Gets the csfDeleteCode. Returns the csfDeleteCode.



getCsfFullTimeEmploymentQuantity
public BigDecimal getCsfFullTimeEmploymentQuantity()(Code)
Gets the csfFullTimeEmploymentQuantity. Returns the csfFullTimeEmploymentQuantity.



getCsfFundingStatusCode
public String getCsfFundingStatusCode()(Code)
Gets the csfFundingStatusCode. Returns the csfFundingStatusCode.



getCsfTimePercent
public BigDecimal getCsfTimePercent()(Code)
Gets the csfTimePercent. Returns the csfTimePercent.



getCurrentAmount
public KualiDecimal getCurrentAmount()(Code)
Gets the currentAmount. Returns the currentAmount.



getOutstandingEncumbrance
public KualiDecimal getOutstandingEncumbrance()(Code)
Gets the outstandingEncumbrance. Returns the outstandingEncumbrance.



getPersonName
public String getPersonName()(Code)
Gets the person name. Returns the PersonName.



getTotalAmount
public KualiDecimal getTotalAmount()(Code)
Returns a total amount based upon adding any outstanding encumberence records to the annual balance amount. TotalAmount



hashCode
public int hashCode()(Code)

See Also:   java.lang.Object.hashCode



setCsfAmount
public void setCsfAmount(KualiDecimal csfAmount)(Code)
Sets the csfAmount.
Parameters:
  csfAmount - The csfAmount to set.



setCsfDeleteCode
public void setCsfDeleteCode(String csfDeleteCode)(Code)
Sets the csfDeleteCode.
Parameters:
  csfDeleteCode - The csfDeleteCode to set.



setCsfFullTimeEmploymentQuantity
public void setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)(Code)
Sets the csfFullTimeEmploymentQuantity.
Parameters:
  csfFullTimeEmploymentQuantity - The csfFullTimeEmploymentQuantity to set.



setCsfFundingStatusCode
public void setCsfFundingStatusCode(String csfFundingStatusCode)(Code)
Sets the csfFundingStatusCode.
Parameters:
  csfFundingStatusCode - The csfFundingStatusCode to set.



setCsfTimePercent
public void setCsfTimePercent(BigDecimal csfTimePercent)(Code)
Sets the csfTimePercent.
Parameters:
  csfTimePercent - The csfTimePercent to set.



setCurrentAmount
public void setCurrentAmount(KualiDecimal currentAmount)(Code)
Sets the currentAmount.
Parameters:
  currentAmount - The currentAmount to set.



setOutstandingEncumbrance
public void setOutstandingEncumbrance(KualiDecimal outstandingEncumbrance)(Code)
Sets the outstandingEncumbrance.
Parameters:
  outstandingEncumbrance - The outstandingEncumbrance to set.



setPersonName
public void setPersonName(String personName)(Code)
Sets the persons name.
Parameters:
  personName - The personName to set.



setTotalAmount
public void setTotalAmount(KualiDecimal totalAmount)(Code)
Sets the total amount.
Parameters:
  totalAmount - The totalAmount to set.



Methods inherited from org.kuali.module.labor.bo.LedgerBalance
public void addAmount(String period, KualiDecimal amount)(Code)(Java Doc)
public String getBalanceTypeCode()(Code)(Java Doc)
public Chart getChart()(Code)(Java Doc)
public Chart getChartOfAccounts()(Code)(Java Doc)
public String getEmplid()(Code)(Java Doc)
public Balance getFinancialBalance()(Code)(Java Doc)
public String getFinancialBalanceTypeCode()(Code)(Java Doc)
public KualiDecimal getFinancialBeginningBalanceLineAmount()(Code)(Java Doc)
public String getFinancialObjectCode()(Code)(Java Doc)
public ObjectType getFinancialObjectType()(Code)(Java Doc)
public String getFinancialObjectTypeCode()(Code)(Java Doc)
public String getFinancialSubObjectCode()(Code)(Java Doc)
public LaborObject getLaborObject()(Code)(Java Doc)
public UniversalUser getLedgerPerson()(Code)(Java Doc)
public String getPositionNumber()(Code)(Java Doc)
public List<String> getPrimaryKeyList()(Code)(Java Doc)
public Timestamp getTransactionDateTimeStamp()(Code)(Java Doc)
public void setBalanceTypeCode(String balanceTypeCode)(Code)(Java Doc)
public void setChart(Chart chart)(Code)(Java Doc)
public void setChartOfAccounts(Chart chartOfAccounts)(Code)(Java Doc)
public void setEmplid(String emplid)(Code)(Java Doc)
public void setFinancialBalance(Balance financialBalance)(Code)(Java Doc)
public void setFinancialBalanceTypeCode(String financialBalanceTypeCode)(Code)(Java Doc)
public void setFinancialBeginningBalanceLineAmount(KualiDecimal financialBeginningBalanceLineAmount)(Code)(Java Doc)
public void setFinancialObjectCode(String financialObjectCode)(Code)(Java Doc)
public void setFinancialObjectType(ObjectType financialObjectType)(Code)(Java Doc)
public void setFinancialObjectTypeCode(String financialObjectTypeCode)(Code)(Java Doc)
public void setFinancialSubObjectCode(String financialSubObjectCode)(Code)(Java Doc)
public void setLaborObject(LaborObject lobj)(Code)(Java Doc)
public void setLedgerPerson(UniversalUser ledgerPerson)(Code)(Java Doc)
public void setPositionNumber(String positionNumber)(Code)(Java Doc)
public void setTransactionDateTimeStamp(Timestamp transactionDateTimeStamp)(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.