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


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.module.kra.routingform.bo.RoutingFormBudget

RoutingFormBudget
public class RoutingFormBudget extends PersistableBusinessObjectBase (Code)



Constructor Summary
public  RoutingFormBudget()
     Default constructor.

Method Summary
public  StringgetDocumentNumber()
     Gets the documentNumber attribute.
public  KualiIntegergetRoutingFormBudgetDirectAmount()
     Gets the routingFormBudgetDirectAmount attribute.
public  DategetRoutingFormBudgetEndDate()
     Gets the routingFormBudgetEndDate attribute.
public  KualiIntegergetRoutingFormBudgetIndirectCostAmount()
     Gets the routingFormBudgetIndirectCostAmount attribute.
public  StringgetRoutingFormBudgetIndirectCostDescription()
     Gets the routingFormBudgetIndirectCostDescription attribute.
public  IntegergetRoutingFormBudgetMaximumPeriodNumber()
     Gets the routingFormBudgetMaximumPeriodNumber attribute.
public  IntegergetRoutingFormBudgetMinimumPeriodNumber()
     Gets the routingFormBudgetMinimumPeriodNumber attribute.
public  DategetRoutingFormBudgetStartDate()
     Gets the routingFormBudgetStartDate attribute.
public  KualiIntegergetRoutingFormBudgetTotalDirectAmount()
     Gets the routingFormBudgetTotalDirectAmount attribute.
public  DategetRoutingFormBudgetTotalEndDate()
     Gets the routingFormBudgetTotalEndDate attribute.
public  KualiIntegergetRoutingFormBudgetTotalIndirectCostAmount()
     Gets the routingFormBudgetTotalIndirectCostAmount attribute.
public  DategetRoutingFormBudgetTotalStartDate()
     Gets the routingFormBudgetTotalStartDate attribute.
public  KualiIntegergetTotalCostsCurrentPeriod()
     Returns the sum of routingFormBudgetDirectAmount and routingFormBudgetIndirectCostAmount.
public  voidresetRoutingFormBudgetData()
    
public  voidsetDocumentNumber(String documentNumber)
     Sets the documentNumber attribute.
public  voidsetRoutingFormBudgetDirectAmount(KualiInteger routingFormBudgetDirectAmount)
     Sets the routingFormBudgetDirectAmount attribute.
public  voidsetRoutingFormBudgetEndDate(Date routingFormBudgetEndDate)
     Sets the routingFormBudgetEndDate attribute.
public  voidsetRoutingFormBudgetIndirectCostAmount(KualiInteger routingFormBudgetIndirectCostAmount)
     Sets the routingFormBudgetIndirectCostAmount attribute.
public  voidsetRoutingFormBudgetIndirectCostDescription(String routingFormBudgetIndirectCostDescription)
     Sets the routingFormBudgetIndirectCostDescription attribute.
public  voidsetRoutingFormBudgetMaximumPeriodNumber(Integer routingFormBudgetMaximumPeriodNumber)
     Sets the routingFormBudgetMaximumPeriodNumber attribute.
public  voidsetRoutingFormBudgetMinimumPeriodNumber(Integer routingFormBudgetMinimumPeriodNumber)
     Sets the routingFormBudgetMinimumPeriodNumber attribute.
public  voidsetRoutingFormBudgetStartDate(Date routingFormBudgetStartDate)
     Sets the routingFormBudgetStartDate attribute.
public  voidsetRoutingFormBudgetTotalDirectAmount(KualiInteger routingFormBudgetTotalDirectAmount)
     Sets the routingFormBudgetTotalDirectAmount attribute value.
public  voidsetRoutingFormBudgetTotalEndDate(Date routingFormBudgetTotalEndDate)
     Sets the routingFormBudgetTotalEndDate attribute value.
public  voidsetRoutingFormBudgetTotalIndirectCostAmount(KualiInteger routingFormBudgetTotalIndirectCostAmount)
     Sets the routingFormBudgetTotalIndirectCostAmount attribute value.
public  voidsetRoutingFormBudgetTotalStartDate(Date routingFormBudgetTotalStartDate)
     Sets the routingFormBudgetTotalStartDate attribute value.
protected  LinkedHashMaptoStringMapper()
    


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




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



getRoutingFormBudgetDirectAmount
public KualiInteger getRoutingFormBudgetDirectAmount()(Code)
Gets the routingFormBudgetDirectAmount attribute. Returns the routingFormBudgetDirectAmount



getRoutingFormBudgetEndDate
public Date getRoutingFormBudgetEndDate()(Code)
Gets the routingFormBudgetEndDate attribute. Returns the routingFormBudgetEndDate



getRoutingFormBudgetIndirectCostAmount
public KualiInteger getRoutingFormBudgetIndirectCostAmount()(Code)
Gets the routingFormBudgetIndirectCostAmount attribute. Returns the routingFormBudgetIndirectCostAmount



getRoutingFormBudgetIndirectCostDescription
public String getRoutingFormBudgetIndirectCostDescription()(Code)
Gets the routingFormBudgetIndirectCostDescription attribute. Returns the routingFormBudgetIndirectCostDescription



getRoutingFormBudgetMaximumPeriodNumber
public Integer getRoutingFormBudgetMaximumPeriodNumber()(Code)
Gets the routingFormBudgetMaximumPeriodNumber attribute. Returns the routingFormBudgetMaximumPeriodNumber



getRoutingFormBudgetMinimumPeriodNumber
public Integer getRoutingFormBudgetMinimumPeriodNumber()(Code)
Gets the routingFormBudgetMinimumPeriodNumber attribute. Returns the routingFormBudgetMinimumPeriodNumber



getRoutingFormBudgetStartDate
public Date getRoutingFormBudgetStartDate()(Code)
Gets the routingFormBudgetStartDate attribute. Returns the routingFormBudgetStartDate



getRoutingFormBudgetTotalDirectAmount
public KualiInteger getRoutingFormBudgetTotalDirectAmount()(Code)
Gets the routingFormBudgetTotalDirectAmount attribute. Returns the routingFormBudgetTotalDirectAmount.



getRoutingFormBudgetTotalEndDate
public Date getRoutingFormBudgetTotalEndDate()(Code)
Gets the routingFormBudgetTotalEndDate attribute. Returns the routingFormBudgetTotalEndDate.



getRoutingFormBudgetTotalIndirectCostAmount
public KualiInteger getRoutingFormBudgetTotalIndirectCostAmount()(Code)
Gets the routingFormBudgetTotalIndirectCostAmount attribute. Returns the routingFormBudgetTotalIndirectCostAmount.



getRoutingFormBudgetTotalStartDate
public Date getRoutingFormBudgetTotalStartDate()(Code)
Gets the routingFormBudgetTotalStartDate attribute. Returns the routingFormBudgetTotalStartDate.



getTotalCostsCurrentPeriod
public KualiInteger getTotalCostsCurrentPeriod()(Code)
Returns the sum of routingFormBudgetDirectAmount and routingFormBudgetIndirectCostAmount.



resetRoutingFormBudgetData
public void resetRoutingFormBudgetData()(Code)



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



setRoutingFormBudgetDirectAmount
public void setRoutingFormBudgetDirectAmount(KualiInteger routingFormBudgetDirectAmount)(Code)
Sets the routingFormBudgetDirectAmount attribute.
Parameters:
  routingFormBudgetDirectAmount - The routingFormBudgetDirectAmount to set.



setRoutingFormBudgetEndDate
public void setRoutingFormBudgetEndDate(Date routingFormBudgetEndDate)(Code)
Sets the routingFormBudgetEndDate attribute.
Parameters:
  routingFormBudgetEndDate - The routingFormBudgetEndDate to set.



setRoutingFormBudgetIndirectCostAmount
public void setRoutingFormBudgetIndirectCostAmount(KualiInteger routingFormBudgetIndirectCostAmount)(Code)
Sets the routingFormBudgetIndirectCostAmount attribute.
Parameters:
  routingFormBudgetIndirectCostAmount - The routingFormBudgetIndirectCostAmount to set.



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



setRoutingFormBudgetMaximumPeriodNumber
public void setRoutingFormBudgetMaximumPeriodNumber(Integer routingFormBudgetMaximumPeriodNumber)(Code)
Sets the routingFormBudgetMaximumPeriodNumber attribute.
Parameters:
  routingFormBudgetMaximumPeriodNumber - The routingFormBudgetMaximumPeriodNumber to set.



setRoutingFormBudgetMinimumPeriodNumber
public void setRoutingFormBudgetMinimumPeriodNumber(Integer routingFormBudgetMinimumPeriodNumber)(Code)
Sets the routingFormBudgetMinimumPeriodNumber attribute.
Parameters:
  routingFormBudgetMinimumPeriodNumber - The routingFormBudgetMinimumPeriodNumber to set.



setRoutingFormBudgetStartDate
public void setRoutingFormBudgetStartDate(Date routingFormBudgetStartDate)(Code)
Sets the routingFormBudgetStartDate attribute.
Parameters:
  routingFormBudgetStartDate - The routingFormBudgetStartDate to set.



setRoutingFormBudgetTotalDirectAmount
public void setRoutingFormBudgetTotalDirectAmount(KualiInteger routingFormBudgetTotalDirectAmount)(Code)
Sets the routingFormBudgetTotalDirectAmount attribute value.
Parameters:
  routingFormBudgetTotalDirectAmount - The routingFormBudgetTotalDirectAmount to set.



setRoutingFormBudgetTotalEndDate
public void setRoutingFormBudgetTotalEndDate(Date routingFormBudgetTotalEndDate)(Code)
Sets the routingFormBudgetTotalEndDate attribute value.
Parameters:
  routingFormBudgetTotalEndDate - The routingFormBudgetTotalEndDate to set.



setRoutingFormBudgetTotalIndirectCostAmount
public void setRoutingFormBudgetTotalIndirectCostAmount(KualiInteger routingFormBudgetTotalIndirectCostAmount)(Code)
Sets the routingFormBudgetTotalIndirectCostAmount attribute value.
Parameters:
  routingFormBudgetTotalIndirectCostAmount - The routingFormBudgetTotalIndirectCostAmount to set.



setRoutingFormBudgetTotalStartDate
public void setRoutingFormBudgetTotalStartDate(Date routingFormBudgetTotalStartDate)(Code)
Sets the routingFormBudgetTotalStartDate attribute value.
Parameters:
  routingFormBudgetTotalStartDate - The routingFormBudgetTotalStartDate 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.