Java Doc for CashDrawer.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.CashDrawer

CashDrawer
public class CashDrawer extends PersistableBusinessObjectBase (Code)
This class represents a cash drawer used in cash management document. It contains amounts for different types of denominations for currency and coin.



Constructor Summary
public  CashDrawer()
     Default constructor.

Method Summary
public  voidaddCoin(CoinDetail detail)
    
public  voidaddCurrency(CurrencyDetail detail)
    
public  KualiDecimalgetCashDrawerTotalAmount()
     Gets the cashDrawerTotalAmount attribute.
public  KualiDecimalgetCoinTotalAmount()
    
public  KualiDecimalgetCurrencyTotalAmount()
    
public  IntegergetFiftyCentCount()
    
public  IntegergetFiftyDollarCount()
    
public  KualiDecimalgetFinancialDocumentFiftyCentAmount()
     Gets the financialDocumentFiftyCentAmount attribute.
public  KualiDecimalgetFinancialDocumentFiftyDollarAmount()
     Gets the financialDocumentFiftyDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentFiveCentAmount()
     Gets the financialDocumentFiveCentAmount attribute.
public  KualiDecimalgetFinancialDocumentFiveDollarAmount()
     Gets the financialDocumentFiveDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentHundredCentAmount()
     Gets the financialDocumentHundredCentAmount attribute.
public  KualiDecimalgetFinancialDocumentHundredDollarAmount()
     Gets the financialDocumentHundredDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentMiscellaneousAdvanceAmount()
     Gets the financialDocumentMiscellaneousAdvanceAmount attribute.
public  KualiDecimalgetFinancialDocumentOneCentAmount()
     Gets the financialDocumentOneCentAmount attribute.
public  KualiDecimalgetFinancialDocumentOneDollarAmount()
     Gets the financialDocumentOneDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentOtherCentAmount()
     Gets the financialDocumentOtherCentAmount attribute.
public  KualiDecimalgetFinancialDocumentOtherDollarAmount()
     Gets the financialDocumentOtherDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentTenCentAmount()
     Gets the financialDocumentTenCentAmount attribute.
public  KualiDecimalgetFinancialDocumentTenDollarAmount()
     Gets the financialDocumentTenDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentTwentyDollarAmount()
     Gets the financialDocumentTwentyDollarAmount attribute.
public  KualiDecimalgetFinancialDocumentTwentyFiveCentAmount()
     Gets the financialDocumentTwentyFiveCentAmount attribute.
public  KualiDecimalgetFinancialDocumentTwoDollarAmount()
     Gets the financialDocumentTwoDollarAmount attribute.
public  IntegergetFiveCentCount()
    
public  IntegergetFiveDollarCount()
    
public  IntegergetHundredCentCount()
     Returns the number of dollar coins--Sacajawea, Susan B.
public  IntegergetHundredDollarCount()
    
public  IntegergetOneCentCount()
    
public  IntegergetOneDollarCount()
    
public  StringgetReferenceFinancialDocumentNumber()
     Gets the referenceFinancialDocumentNumber attribute.
public  StringgetStatusCode()
     Gets the statusCode attribute.
public  IntegergetTenCentCount()
    
public  IntegergetTenDollarCount()
    
public  KualiDecimalgetTotalAmount()
    
public  IntegergetTwentyDollarCount()
    
public  IntegergetTwentyFiveCentCount()
    
public  IntegergetTwoDollarCount()
    
public  StringgetWorkgroupName()
     Gets the workgroupName attribute.
public  booleanisClosed()
     This method returns true if the cash drawer is closed.
public  booleanisLocked()
     This method returns true if the cash drawer is locked.
public  booleanisOpen()
     This method returns true if the cash drawer is open.
public  voidremoveCoin(CoinDetail detail)
    
public  voidremoveCurrency(CurrencyDetail detail)
    
public  voidsetCashDrawerTotalAmount(KualiDecimal cashDrawerTotalAmount)
     Sets the cashDrawerTotalAmount attribute.
public  voidsetFiftyCentCount(Integer count)
     Sets the number of fifty cent coins in the drawer.
public  voidsetFiftyDollarCount(Integer count)
    
public  voidsetFinancialDocumentFiftyCentAmount(KualiDecimal financialDocumentFiftyCentAmount)
     Sets the financialDocumentFiftyCentAmount attribute.
public  voidsetFinancialDocumentFiftyDollarAmount(KualiDecimal financialDocumentFiftyDollarAmount)
     Sets the financialDocumentFiftyDollarAmount attribute.
public  voidsetFinancialDocumentFiveCentAmount(KualiDecimal financialDocumentFiveCentAmount)
     Sets the financialDocumentFiveCentAmount attribute.
public  voidsetFinancialDocumentFiveDollarAmount(KualiDecimal financialDocumentFiveDollarAmount)
     Sets the financialDocumentFiveDollarAmount attribute.
public  voidsetFinancialDocumentHundredCentAmount(KualiDecimal financialDocumentHundredCentAmount)
     Sets the financialDocumentHundredCentAmount attribute.
public  voidsetFinancialDocumentHundredDollarAmount(KualiDecimal financialDocumentHundredDollarAmount)
     Sets the financialDocumentHundredDollarAmount attribute.
public  voidsetFinancialDocumentMiscellaneousAdvanceAmount(KualiDecimal financialDocumentMiscellaneousAdvanceAmount)
     Sets the financialDocumentMiscellaneousAdvanceAmount attribute.
public  voidsetFinancialDocumentOneCentAmount(KualiDecimal financialDocumentOneCentAmount)
     Sets the financialDocumentOneCentAmount attribute.
public  voidsetFinancialDocumentOneDollarAmount(KualiDecimal financialDocumentOneDollarAmount)
     Sets the financialDocumentOneDollarAmount attribute.
public  voidsetFinancialDocumentOtherCentAmount(KualiDecimal financialDocumentOtherCentAmount)
     Sets the financialDocumentOtherCentAmount attribute.
public  voidsetFinancialDocumentOtherDollarAmount(KualiDecimal financialDocumentOtherDollarAmount)
     Sets the financialDocumentOtherDollarAmount attribute.
public  voidsetFinancialDocumentTenCentAmount(KualiDecimal financialDocumentTenCentAmount)
     Sets the financialDocumentTenCentAmount attribute.
public  voidsetFinancialDocumentTenDollarAmount(KualiDecimal financialDocumentTenDollarAmount)
     Sets the financialDocumentTenDollarAmount attribute.
public  voidsetFinancialDocumentTwentyDollarAmount(KualiDecimal financialDocumentTwentyDollarAmount)
     Sets the financialDocumentTwentyDollarAmount attribute.
public  voidsetFinancialDocumentTwentyFiveCentAmount(KualiDecimal financialDocumentTwentyFiveCentAmount)
     Sets the financialDocumentTwentyFiveCentAmount attribute.
public  voidsetFinancialDocumentTwoDollarAmount(KualiDecimal financialDocumentTwoDollarAmount)
     Sets the financialDocumentTwoDollarAmount attribute.
public  voidsetFiveCentCount(Integer count)
    
public  voidsetFiveDollarCount(Integer count)
    
public  voidsetHundredCentCount(Integer count)
    
public  voidsetHundredDollarCount(Integer count)
    
public  voidsetOneCentCount(Integer count)
    
public  voidsetOneDollarCount(Integer count)
    
public  voidsetReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
     Sets the referenceFinancialDocumentNumber attribute.
public  voidsetStatusCode(String financialDocumentOpenDepositCode)
     Sets the statusCode attribute.
public  voidsetTenCentCount(Integer count)
    
public  voidsetTenDollarCount(Integer count)
    
public  voidsetTwentyDollarCount(Integer count)
    
public  voidsetTwentyFiveCentCount(Integer count)
    
public  voidsetTwoDollarCount(Integer count)
    
public  voidsetWorkgroupName(String workgroupName)
     Sets the workgroupName attribute.
protected  LinkedHashMaptoStringMapper()
    


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




Method Detail
addCoin
public void addCoin(CoinDetail detail)(Code)
This method puts coin into the cash drawer
Parameters:
  detail - the record indicating how much coin of each denomiation to add



addCurrency
public void addCurrency(CurrencyDetail detail)(Code)
This method adds currency to the cash drawer
Parameters:
  detail - the record indicating how much of each denomination of currency to add



getCashDrawerTotalAmount
public KualiDecimal getCashDrawerTotalAmount()(Code)
Gets the cashDrawerTotalAmount attribute. Returns the cashDrawerTotalAmount



getCoinTotalAmount
public KualiDecimal getCoinTotalAmount()(Code)
This method calculates the total amount of coin in the cash drawer the total amount of coin



getCurrencyTotalAmount
public KualiDecimal getCurrencyTotalAmount()(Code)
This method calculates the total amount of currency in the cash drawer the total amount of currency



getFiftyCentCount
public Integer getFiftyCentCount()(Code)
Returns the number of half-cent coins in the drawer the count of half cent coins in the drawer



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



getFinancialDocumentFiftyCentAmount
public KualiDecimal getFinancialDocumentFiftyCentAmount()(Code)
Gets the financialDocumentFiftyCentAmount attribute. Returns the financialDocumentFiftyCentAmount



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



getFinancialDocumentFiveCentAmount
public KualiDecimal getFinancialDocumentFiveCentAmount()(Code)
Gets the financialDocumentFiveCentAmount attribute. Returns the financialDocumentFiveCentAmount



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



getFinancialDocumentHundredCentAmount
public KualiDecimal getFinancialDocumentHundredCentAmount()(Code)
Gets the financialDocumentHundredCentAmount attribute. Returns the financialDocumentHundredCentAmount



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



getFinancialDocumentMiscellaneousAdvanceAmount
public KualiDecimal getFinancialDocumentMiscellaneousAdvanceAmount()(Code)
Gets the financialDocumentMiscellaneousAdvanceAmount attribute. Returns the financialDocumentMiscellaneousAdvanceAmount



getFinancialDocumentOneCentAmount
public KualiDecimal getFinancialDocumentOneCentAmount()(Code)
Gets the financialDocumentOneCentAmount attribute. Returns the financialDocumentOneCentAmount



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



getFinancialDocumentOtherCentAmount
public KualiDecimal getFinancialDocumentOtherCentAmount()(Code)
Gets the financialDocumentOtherCentAmount attribute. Returns the financialDocumentOtherCentAmount



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



getFinancialDocumentTenCentAmount
public KualiDecimal getFinancialDocumentTenCentAmount()(Code)
Gets the financialDocumentTenCentAmount attribute. Returns the financialDocumentTenCentAmount



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



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



getFinancialDocumentTwentyFiveCentAmount
public KualiDecimal getFinancialDocumentTwentyFiveCentAmount()(Code)
Gets the financialDocumentTwentyFiveCentAmount attribute. Returns the financialDocumentTwentyFiveCentAmount



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



getFiveCentCount
public Integer getFiveCentCount()(Code)
Returns the number of nickels in the drawer the count of nickels in the drawer



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



getHundredCentCount
public Integer getHundredCentCount()(Code)
Returns the number of dollar coins--Sacajawea, Susan B. Anthony, or otherwise--in the drawer the count of dollar coins 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



getOneCentCount
public Integer getOneCentCount()(Code)
Returns the number of pennies in the drawer the count of pennies 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



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



getStatusCode
public String getStatusCode()(Code)
Gets the statusCode attribute. Returns the statusCode



getTenCentCount
public Integer getTenCentCount()(Code)
Returns the number of dimes in the drawer the count of dimes 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 calculates the total amount of money currently in the cash drawer the amount currently in the cash drawer



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



getTwentyFiveCentCount
public Integer getTwentyFiveCentCount()(Code)
Returns the number of quarters in the drawer the count of quarters 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



getWorkgroupName
public String getWorkgroupName()(Code)
Gets the workgroupName attribute. Returns the workgroupName



isClosed
public boolean isClosed()(Code)
This method returns true if the cash drawer is closed. boolean



isLocked
public boolean isLocked()(Code)
This method returns true if the cash drawer is locked. boolean



isOpen
public boolean isOpen()(Code)
This method returns true if the cash drawer is open. boolean



removeCoin
public void removeCoin(CoinDetail detail)(Code)
This method takes coin out of the cash drawer
Parameters:
  detail - the record indicating how much coin of each denomination to remove



removeCurrency
public void removeCurrency(CurrencyDetail detail)(Code)
This method removes currency amounts from the cash drawer
Parameters:
  detail - the record indicating how much currency of each denomination to remove



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



setFiftyCentCount
public void setFiftyCentCount(Integer count)(Code)
Sets the number of fifty cent coins in the drawer. This is useful if, you know, you're in da club, with, say a bottle full of "bub"
Parameters:
  count - the number of fifty cent coins present in the drawer



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



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



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



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



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



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



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



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



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



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



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



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



setFinancialDocumentTenCentAmount
public void setFinancialDocumentTenCentAmount(KualiDecimal financialDocumentTenCentAmount)(Code)
Sets the financialDocumentTenCentAmount attribute.
Parameters:
  financialDocumentTenCentAmount - The financialDocumentTenCentAmount 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.



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



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



setFiveCentCount
public void setFiveCentCount(Integer count)(Code)
Sets the number of nickels in the drawer
Parameters:
  count - the number of nickels present in the drawer



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



setHundredCentCount
public void setHundredCentCount(Integer count)(Code)
Sets the number of hundred cent coins in the drawer
Parameters:
  count - the number of hundred cent coins 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



setOneCentCount
public void setOneCentCount(Integer count)(Code)
Sets the number of pennies in the drawer
Parameters:
  count - the number of pennies 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



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



setStatusCode
public void setStatusCode(String financialDocumentOpenDepositCode)(Code)
Sets the statusCode attribute.
Parameters:
  financialDocumentOpenDepositCode - The statusCode to set.



setTenCentCount
public void setTenCentCount(Integer count)(Code)
Sets the number of dimes in the drawer
Parameters:
  count - the number of dimes 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



setTwentyFiveCentCount
public void setTwentyFiveCentCount(Integer count)(Code)
Sets the number of quarters in the drawer
Parameters:
  count - the number of quarters 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



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



toStringMapper
protected LinkedHashMap toStringMapper()(Code)

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



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.