Java Doc for LedgerEntry.java in  » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » gl » util » 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.gl.util 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


java.lang.Object
   org.kuali.module.gl.util.LedgerEntry

LedgerEntry
public class LedgerEntry (Code)
A representation of LedgerEntries, which are summaries that show up on Ledger Reports created by the scrubber and poster.



Constructor Summary
public  LedgerEntry()
     Constructs a LedgerEntry.java.
public  LedgerEntry(Integer fiscalYear, String period, String balanceType, String originCode)
     Constructs a LedgerEntry.java.

Method Summary
public  voidadd(LedgerEntry addend)
    
public static  LedgerEntrybuildLedgerEntry(Object[] entrySummary)
    
public  StringgetBalanceType()
     Gets the balanceType attribute.
public  KualiDecimalgetCreditAmount()
     Gets the creditAmount attribute.
public  intgetCreditCount()
     Gets the creditCount attribute.
public  KualiDecimalgetDebitAmount()
     Gets the debitAmount attribute.
public  intgetDebitCount()
     Gets the debitCount attribute.
public  IntegergetFiscalYear()
     Gets the fiscalYear attribute.
public  KualiDecimalgetNoDCAmount()
     Gets the noDCAmount attribute.
public  intgetNoDCCount()
     Gets the noDCCount attribute.
public  StringgetOriginCode()
     Gets the originCode attribute.
public  StringgetPeriod()
     Gets the period attribute.
public  intgetRecordCount()
     Gets the recordCount attribute.
public  voidsetBalanceType(String balanceType)
     Sets the balanceType attribute value.
public  voidsetCreditAmount(KualiDecimal creditAmount)
     Sets the creditAmount attribute value.
public  voidsetCreditCount(int creditCount)
     Sets the creditCount attribute value.
public  voidsetDebitAmount(KualiDecimal debitAmount)
     Sets the debitAmount attribute value.
public  voidsetDebitCount(int debitCount)
     Sets the debitCount attribute value.
public  voidsetFiscalYear(Integer fiscalYear)
     Sets the fiscalYear attribute value.
public  voidsetNoDCAmount(KualiDecimal noDCAmount)
     Sets the noDCAmount attribute value.
public  voidsetNoDCCount(int noDCCount)
     Sets the noDCCount attribute value.
public  voidsetOriginCode(String originCode)
     Sets the originCode attribute value.
public  voidsetPeriod(String period)
     Sets the period attribute value.
public  voidsetRecordCount(int recordCount)
     Sets the recordCount attribute value.
public  StringtoString()
    


Constructor Detail
LedgerEntry
public LedgerEntry()(Code)
Constructs a LedgerEntry.java.



LedgerEntry
public LedgerEntry(Integer fiscalYear, String period, String balanceType, String originCode)(Code)
Constructs a LedgerEntry.java.
Parameters:
  fiscalYear -
Parameters:
  period -
Parameters:
  balanceType -
Parameters:
  originCode -




Method Detail
add
public void add(LedgerEntry addend)(Code)
Add the amounts of the given ledger entry into those of current ledger entry, and update the counts of corresponding fields
Parameters:
  addend - the given ledger entry to be added into current one



buildLedgerEntry
public static LedgerEntry buildLedgerEntry(Object[] entrySummary)(Code)
create or update a ledger entry with the array of information from the given entry summary object
Parameters:
  entrySummary - an entry summary to turn into a ledger entry a LedgerEntry created from the entrySummary array



getBalanceType
public String getBalanceType()(Code)
Gets the balanceType attribute. Returns the balanceType.



getCreditAmount
public KualiDecimal getCreditAmount()(Code)
Gets the creditAmount attribute. Returns the creditAmount.



getCreditCount
public int getCreditCount()(Code)
Gets the creditCount attribute. Returns the creditCount.



getDebitAmount
public KualiDecimal getDebitAmount()(Code)
Gets the debitAmount attribute. Returns the debitAmount.



getDebitCount
public int getDebitCount()(Code)
Gets the debitCount attribute. Returns the debitCount.



getFiscalYear
public Integer getFiscalYear()(Code)
Gets the fiscalYear attribute. Returns the fiscalYear.



getNoDCAmount
public KualiDecimal getNoDCAmount()(Code)
Gets the noDCAmount attribute. Returns the noDCAmount.



getNoDCCount
public int getNoDCCount()(Code)
Gets the noDCCount attribute. Returns the noDCCount.



getOriginCode
public String getOriginCode()(Code)
Gets the originCode attribute. Returns the originCode.



getPeriod
public String getPeriod()(Code)
Gets the period attribute. Returns the period.



getRecordCount
public int getRecordCount()(Code)
Gets the recordCount attribute. Returns the recordCount.



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



setCreditAmount
public void setCreditAmount(KualiDecimal creditAmount)(Code)
Sets the creditAmount attribute value.
Parameters:
  creditAmount - The creditAmount to set.



setCreditCount
public void setCreditCount(int creditCount)(Code)
Sets the creditCount attribute value.
Parameters:
  creditCount - The creditCount to set.



setDebitAmount
public void setDebitAmount(KualiDecimal debitAmount)(Code)
Sets the debitAmount attribute value.
Parameters:
  debitAmount - The debitAmount to set.



setDebitCount
public void setDebitCount(int debitCount)(Code)
Sets the debitCount attribute value.
Parameters:
  debitCount - The debitCount to set.



setFiscalYear
public void setFiscalYear(Integer fiscalYear)(Code)
Sets the fiscalYear attribute value.
Parameters:
  fiscalYear - The fiscalYear to set.



setNoDCAmount
public void setNoDCAmount(KualiDecimal noDCAmount)(Code)
Sets the noDCAmount attribute value.
Parameters:
  noDCAmount - The noDCAmount to set.



setNoDCCount
public void setNoDCCount(int noDCCount)(Code)
Sets the noDCCount attribute value.
Parameters:
  noDCCount - The noDCCount to set.



setOriginCode
public void setOriginCode(String originCode)(Code)
Sets the originCode attribute value.
Parameters:
  originCode - The originCode to set.



setPeriod
public void setPeriod(String period)(Code)
Sets the period attribute value.
Parameters:
  period - The period to set.



setRecordCount
public void setRecordCount(int recordCount)(Code)
Sets the recordCount attribute value.
Parameters:
  recordCount - The recordCount to set.



toString
public String toString()(Code)

See Also:   java.lang.Object.toString



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.