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


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.module.financial.bo.CurrencyDetail

CurrencyDetail
public class CurrencyDetail extends PersistableBusinessObjectBase (Code)
Represents a breakdown of currency amounts (i.e. $100, $50, $20, etc.)



Constructor Summary
public  CurrencyDetail()
     Default constructor.

Method Summary
public  voidadd(CurrencyDetail detail)
    
public  StringgetCashieringRecordSource()
     Gets the cashieringRecordSource attribute.
public  StringgetDocumentNumber()
     Gets the documentNumber attribute.
public  IntegergetFiftyDollarCount()
    
public  KualiDecimalgetFinancialDocumentFiftyDollarAmount()
     Gets the financialDocumentFiftyDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentFiveDollarAmount()
     Gets the financialDocumentFiveDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentHundredDollarAmount()
     Gets the financialDocumentHundredDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentOneDollarAmount()
     Gets the financialDocumentOneDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentOtherDollarAmount()
     Gets the financialDocumentOtherDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentTenDollarAmount()
     Gets the financialDocumentTenDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentTwentyDollarAmount()
     Gets the financialDocumentTwentyDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentTwoDollarAmount()
     Gets the financialDocumentTwoDollarAmount attribute.
public  StringgetFinancialDocumentTypeCode()
     Gets the financialDocumentTypeCode attribute.
public  IntegergetFiveDollarCount()
    
public  IntegergetHundredDollarCount()
    
public  IntegergetOneDollarCount()
    
public  IntegergetTenDollarCount()
    
public  KualiDecimalgetTotalAmount()
    
public  IntegergetTwentyDollarCount()
    
public  IntegergetTwoDollarCount()
    
public  booleanisEmpty()
    
public  voidsetCashieringRecordSource(String financialDocumentColumnTypeCode)
     Sets the cashieringRecordSource attribute.
public  voidsetDocumentNumber(String documentNumber)
     Sets the documentNumber attribute.
public  voidsetFiftyDollarCount(Integer count)
    
public  voidsetFinancialDocumentFiftyDollarAmount(KualiDecimal financialDocumentFiftyDollarAmount)
     Sets the financialDocumentFiftyDollarAmount attribute.
public  voidsetFinancialDocumentFiveDollarAmount(KualiDecimal financialDocumentFiveDollarAmount)
     Sets the financialDocumentFiveDollarAmount attribute.
public  voidsetFinancialDocumentHundredDollarAmount(KualiDecimal financialDocumentHundredDollarAmount)
     Sets the financialDocumentHundredDollarAmount attribute.
public  voidsetFinancialDocumentOneDollarAmount(KualiDecimal financialDocumentOneDollarAmount)
     Sets the financialDocumentOneDollarAmount attribute.
public  voidsetFinancialDocumentOtherDollarAmount(KualiDecimal financialDocumentOtherDollarAmount)
     Sets the financialDocumentOtherDollarAmount attribute.
public  voidsetFinancialDocumentTenDollarAmount(KualiDecimal financialDocumentTenDollarAmount)
     Sets the financialDocumentTenDollarAmount attribute.
public  voidsetFinancialDocumentTwentyDollarAmount(KualiDecimal financialDocumentTwentyDollarAmount)
     Sets the financialDocumentTwentyDollarAmount attribute.
public  voidsetFinancialDocumentTwoDollarAmount(KualiDecimal financialDocumentTwoDollarAmount)
     Sets the financialDocumentTwoDollarAmount attribute.
public  voidsetFinancialDocumentTypeCode(String financialDocumentTypeCode)
     Sets the financialDocumentTypeCode attribute.
public  voidsetFiveDollarCount(Integer count)
    
public  voidsetHundredDollarCount(Integer count)
    
public  voidsetOneDollarCount(Integer count)
    
public  voidsetTenDollarCount(Integer count)
    
public  voidsetTwentyDollarCount(Integer count)
    
public  voidsetTwoDollarCount(Integer count)
    
public  voidsubtract(CurrencyDetail detail)
    
protected  LinkedHashMaptoStringMapper()
    
public  voidzeroOutAmounts()
    
public  voidzeroOutUnpopulatedAmounts()
    


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




Method Detail
add
public void add(CurrencyDetail detail)(Code)
This method adds the amounts from the given currency detail record to this one
Parameters:
  detail - the currency detail to add onto this



getCashieringRecordSource
public String getCashieringRecordSource()(Code)
Gets the cashieringRecordSource attribute. Returns the cashieringRecordSource



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



getFiftyDollarCount
public Integer getFiftyDollarCount()(Code)
Returns the actual count of fifty dollar bills the number of fifty dollar bills present in the drawer



getFinancialDocumentFiftyDollarAmount
public KualiDecimal getFinancialDocumentFiftyDollarAmount()(Code)
Gets the financialDocumentFiftyDollarAmount attribute. Returns the financialDocumentFiftyDollarAmount



getFinancialDocumentFiveDollarAmount
public KualiDecimal getFinancialDocumentFiveDollarAmount()(Code)
Gets the financialDocumentFiveDollarAmount attribute. Returns the financialDocumentFiveDollarAmount



getFinancialDocumentHundredDollarAmount
public KualiDecimal getFinancialDocumentHundredDollarAmount()(Code)
Gets the financialDocumentHundredDollarAmount attribute. Returns the financialDocumentHundredDollarAmount



getFinancialDocumentOneDollarAmount
public KualiDecimal getFinancialDocumentOneDollarAmount()(Code)
Gets the financialDocumentOneDollarAmount attribute. Returns the financialDocumentOneDollarAmount



getFinancialDocumentOtherDollarAmount
public KualiDecimal getFinancialDocumentOtherDollarAmount()(Code)
Gets the financialDocumentOtherDollarAmount attribute. Returns the financialDocumentOtherDollarAmount



getFinancialDocumentTenDollarAmount
public KualiDecimal getFinancialDocumentTenDollarAmount()(Code)
Gets the financialDocumentTenDollarAmount attribute. Returns the financialDocumentTenDollarAmount



getFinancialDocumentTwentyDollarAmount
public KualiDecimal getFinancialDocumentTwentyDollarAmount()(Code)
Gets the financialDocumentTwentyDollarAmount attribute. Returns the financialDocumentTwentyDollarAmount



getFinancialDocumentTwoDollarAmount
public KualiDecimal getFinancialDocumentTwoDollarAmount()(Code)
Gets the financialDocumentTwoDollarAmount attribute. Returns the financialDocumentTwoDollarAmount



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



getFiveDollarCount
public Integer getFiveDollarCount()(Code)
Returns the actual count of five dollar bills the number of five dollar bills present in the drawer



getHundredDollarCount
public Integer getHundredDollarCount()(Code)
Returns the actual count of hundred dollar bills the number of hundred dollar bills present in the drawer



getOneDollarCount
public Integer getOneDollarCount()(Code)
Returns the actual count of one dollar bills the number of one dollar bills present in the drawer



getTenDollarCount
public Integer getTenDollarCount()(Code)
Returns the actual count of ten dollar bills the number of ten dollar bills present in the drawer



getTotalAmount
public KualiDecimal getTotalAmount()(Code)
This method calculates the total amount represented by all the currency listed in this detail record total amount of this detail



getTwentyDollarCount
public Integer getTwentyDollarCount()(Code)
Returns the actual count of twenty dollar bills the number of twenty dollar bills present in the drawer



getTwoDollarCount
public Integer getTwoDollarCount()(Code)
Returns the actual count of two dollar bills the number of two dollar bills present in the drawer



isEmpty
public boolean isEmpty()(Code)
Does this currency detail actually have any information in it? true if any field at all is not null and not zero, false if otherwise



setCashieringRecordSource
public void setCashieringRecordSource(String financialDocumentColumnTypeCode)(Code)
Sets the cashieringRecordSource attribute.
Parameters:
  cashieringRecordSource - The cashieringRecordSource to set.



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



setFiftyDollarCount
public void setFiftyDollarCount(Integer count)(Code)
This sets the count of hundred dollar bills present in the drawer
Parameters:
  count - the number of hundred dollar bills present in the drawer



setFinancialDocumentFiftyDollarAmount
public void setFinancialDocumentFiftyDollarAmount(KualiDecimal financialDocumentFiftyDollarAmount)(Code)
Sets the financialDocumentFiftyDollarAmount attribute.
Parameters:
  financialDocumentFiftyDollarAmount - The financialDocumentFiftyDollarAmount to set.



setFinancialDocumentFiveDollarAmount
public void setFinancialDocumentFiveDollarAmount(KualiDecimal financialDocumentFiveDollarAmount)(Code)
Sets the financialDocumentFiveDollarAmount attribute.
Parameters:
  financialDocumentFiveDollarAmount - The financialDocumentFiveDollarAmount to set.



setFinancialDocumentHundredDollarAmount
public void setFinancialDocumentHundredDollarAmount(KualiDecimal financialDocumentHundredDollarAmount)(Code)
Sets the financialDocumentHundredDollarAmount attribute.
Parameters:
  financialDocumentHundredDollarAmount - The financialDocumentHundredDollarAmount to set.



setFinancialDocumentOneDollarAmount
public void setFinancialDocumentOneDollarAmount(KualiDecimal financialDocumentOneDollarAmount)(Code)
Sets the financialDocumentOneDollarAmount attribute.
Parameters:
  financialDocumentOneDollarAmount - The financialDocumentOneDollarAmount to set.



setFinancialDocumentOtherDollarAmount
public void setFinancialDocumentOtherDollarAmount(KualiDecimal financialDocumentOtherDollarAmount)(Code)
Sets the financialDocumentOtherDollarAmount attribute.
Parameters:
  financialDocumentOtherDollarAmount - The financialDocumentOtherDollarAmount to set.



setFinancialDocumentTenDollarAmount
public void setFinancialDocumentTenDollarAmount(KualiDecimal financialDocumentTenDollarAmount)(Code)
Sets the financialDocumentTenDollarAmount attribute.
Parameters:
  financialDocumentTenDollarAmount - The financialDocumentTenDollarAmount to set.



setFinancialDocumentTwentyDollarAmount
public void setFinancialDocumentTwentyDollarAmount(KualiDecimal financialDocumentTwentyDollarAmount)(Code)
Sets the financialDocumentTwentyDollarAmount attribute.
Parameters:
  financialDocumentTwentyDollarAmount - The financialDocumentTwentyDollarAmount to set.



setFinancialDocumentTwoDollarAmount
public void setFinancialDocumentTwoDollarAmount(KualiDecimal financialDocumentTwoDollarAmount)(Code)
Sets the financialDocumentTwoDollarAmount attribute.
Parameters:
  financialDocumentTwoDollarAmount - The financialDocumentTwoDollarAmount to set.



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



setFiveDollarCount
public void setFiveDollarCount(Integer count)(Code)
This sets the count of five dollar bills present in the drawer
Parameters:
  count - the number of five dollar bills present in the drawer



setHundredDollarCount
public void setHundredDollarCount(Integer count)(Code)
This sets the count of hundred dollar bills present in the drawer
Parameters:
  count - the number of hundred dollar bills present in the drawer



setOneDollarCount
public void setOneDollarCount(Integer count)(Code)
This sets the count of one dollar bills present in the drawer
Parameters:
  count - the number of one dollar bills present in the drawer



setTenDollarCount
public void setTenDollarCount(Integer count)(Code)
This sets the count of ten dollar bills present in the drawer
Parameters:
  count - the number of ten dollar bills present in the drawer



setTwentyDollarCount
public void setTwentyDollarCount(Integer count)(Code)
This sets the count of twenty dollar bills present in the drawer
Parameters:
  count - the number of twenty dollar bills present in the drawer



setTwoDollarCount
public void setTwoDollarCount(Integer count)(Code)
This sets the count of two dollar bills present in the drawer
Parameters:
  count - the number of two dollar bills present in the drawer



subtract
public void subtract(CurrencyDetail detail)(Code)
This method subtracts the given currency detail from this one
Parameters:
  detail - the detail to subtract



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

See Also:   org.kuali.core.bo.BusinessObjectBase.toStringMapper



zeroOutAmounts
public void zeroOutAmounts()(Code)
This method sets all the amounts to zero



zeroOutUnpopulatedAmounts
public void zeroOutUnpopulatedAmounts()(Code)
This method sets all amounts that are null to zero



Fields inherited from org.kuali.core.bo.PersistableBusinessObjectBase
protected Long versionNumber(Code)(Java Doc)

Methods inherited from org.kuali.core.bo.PersistableBusinessObjectBase
public boolean addNote(Note note)(Code)(Java Doc)
public void afterDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterLookup(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void afterUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeDelete(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeInsert(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public void beforeUpdate(PersistenceBroker persistenceBroker) throws PersistenceBrokerException(Code)(Java Doc)
public List buildListOfDeletionAwareLists()(Code)(Java Doc)
public boolean deleteNote(Note note)(Code)(Java Doc)
public Note getBoNote(int nbr)(Code)(Java Doc)
public List getBoNotes()(Code)(Java Doc)
public PersistableBusinessObjectExtension getExtension()(Code)(Java Doc)
public String getObjectId()(Code)(Java Doc)
public Long getVersionNumber()(Code)(Java Doc)
public boolean isBoNotesSupport()(Code)(Java Doc)
public boolean isNewCollectionRecord()(Code)(Java Doc)
public void linkEditableUserFields()(Code)(Java Doc)
public void refresh()(Code)(Java Doc)
public void refreshIfEmpty()(Code)(Java Doc)
public void refreshNonUpdateableReferences()(Code)(Java Doc)
public void refreshReferenceObject(String referenceObjectName)(Code)(Java Doc)
public void setBoNotes(List boNotes)(Code)(Java Doc)
public void setExtension(PersistableBusinessObjectExtension extension)(Code)(Java Doc)
public void setNewCollectionRecord(boolean isNewCollectionRecord)(Code)(Java Doc)
public void setObjectId(String objectId)(Code)(Java Doc)
public void setVersionNumber(Long versionNumber)(Code)(Java Doc)
protected Boolean supportsBoNotes()(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.