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


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.module.gl.bo.Balance

All known Subclasses:   org.kuali.module.labor.bo.LedgerBalance,  org.kuali.module.gl.bo.CashBalance,
Balance
public class Balance extends PersistableBusinessObjectBase (Code)
This class contains the monthly balance amounts for a specific fiscal year, chart of accounts code, account number, sub account number, object code, sub object code, balance type code, object type code


Field Summary
final static  longserialVersionUID
    

Constructor Summary
public  Balance()
    
public  Balance(Transaction t)
    

Method Summary
public  voidaddAmount(String period, KualiDecimal amount)
    
public  AccountgetAccount()
     Gets the account attribute.
public  KualiDecimalgetAccountLineAnnualBalanceAmount()
    
public  StringgetAccountNumber()
    
public  KualiDecimalgetAmount(String period)
    
public  BalanceTypgetBalanceType()
     Gets the balanceType attribute.
public  StringgetBalanceTypeCode()
    
public  KualiDecimalgetBeginningBalanceLineAmount()
    
public  ChartgetChart()
     Gets the chart attribute.
public  StringgetChartOfAccountsCode()
    
public  KualiDecimalgetContractsGrantsBeginningBalanceAmount()
    
public  TransientBalanceInquiryAttributesgetDummyBusinessObject()
     Gets the dummyBusinessObject attribute.
public  ObjectCodegetFinancialObject()
     Gets the financialObject attribute.
public  SubObjCdgetFinancialSubObject()
     Gets the financialSubObject attribute.
public  KualiDecimalgetMonth10Amount()
    
public  KualiDecimalgetMonth11Amount()
    
public  KualiDecimalgetMonth12Amount()
    
public  KualiDecimalgetMonth13Amount()
    
public  KualiDecimalgetMonth1Amount()
    
public  KualiDecimalgetMonth2Amount()
    
public  KualiDecimalgetMonth3Amount()
    
public  KualiDecimalgetMonth4Amount()
    
public  KualiDecimalgetMonth5Amount()
    
public  KualiDecimalgetMonth6Amount()
    
public  KualiDecimalgetMonth7Amount()
    
public  KualiDecimalgetMonth8Amount()
    
public  KualiDecimalgetMonth9Amount()
    
public  StringgetObjectCode()
    
public  ObjectTypegetObjectType()
     Gets the objectType attribute.
public  StringgetObjectTypeCode()
    
public  OptionsgetOption()
    
public  PriorYearAccountgetPriorYearAccount()
     Gets the priorYearAccount attribute.
public  SubAccountgetSubAccount()
     Gets the subAccount attribute.
public  StringgetSubAccountNumber()
    
public  StringgetSubObjectCode()
    
public  DategetTimestamp()
    
public  IntegergetUniversityFiscalYear()
    
public  voidsetAccount(Account account)
     Sets the account attribute value.
public  voidsetAccountLineAnnualBalanceAmount(KualiDecimal accountLineAnnualBalanceAmount)
    
public  voidsetAccountNumber(String accountNumber)
    
public  voidsetBalanceType(BalanceTyp balanceType)
     Sets the balanceType attribute value.
public  voidsetBalanceTypeCode(String balanceTypeCode)
    
public  voidsetBeginningBalanceLineAmount(KualiDecimal beginningBalanceLineAmount)
    
public  voidsetChart(Chart chart)
     Sets the chart attribute value.
public  voidsetChartOfAccountsCode(String chartOfAccountsCode)
    
public  voidsetContractsGrantsBeginningBalanceAmount(KualiDecimal contractsGrantsBeginningBalanceAmount)
    
public  voidsetDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)
     Sets the dummyBusinessObject attribute value.
public  voidsetFinancialObject(ObjectCode financialObject)
     Sets the financialObject attribute value.
public  voidsetFinancialSubObject(SubObjCd financialSubObject)
     Sets the financialSubObject attribute value.
public  voidsetMonth10Amount(KualiDecimal month10Amount)
    
public  voidsetMonth11Amount(KualiDecimal month11Amount)
    
public  voidsetMonth12Amount(KualiDecimal month12Amount)
    
public  voidsetMonth13Amount(KualiDecimal month13Amount)
    
public  voidsetMonth1Amount(KualiDecimal month1Amount)
    
public  voidsetMonth2Amount(KualiDecimal month2Amount)
    
public  voidsetMonth3Amount(KualiDecimal month3Amount)
    
public  voidsetMonth4Amount(KualiDecimal month4Amount)
    
public  voidsetMonth5Amount(KualiDecimal month5Amount)
    
public  voidsetMonth6Amount(KualiDecimal month6Amount)
    
public  voidsetMonth7Amount(KualiDecimal month7Amount)
    
public  voidsetMonth8Amount(KualiDecimal month8Amount)
    
public  voidsetMonth9Amount(KualiDecimal month9Amount)
    
public  voidsetObjectCode(String objectCode)
    
public  voidsetObjectType(ObjectType objectType)
     Sets the objectType attribute value.
public  voidsetObjectTypeCode(String objectTypeCode)
    
public  voidsetOption(Options opt)
    
public  voidsetPriorYearAccount(PriorYearAccount priorYearAccount)
     Sets the priorYearAccount attribute value.
public  voidsetSubAccount(SubAccount subAccount)
     Sets the subAccount attribute value.
public  voidsetSubAccountNumber(String subAccountNumber)
    
public  voidsetSubObjectCode(String subObjectCode)
    
public  voidsetTimestamp(Date timestamp)
    
public  voidsetUniversityFiscalYear(Integer universityFiscalYear)
    
protected  LinkedHashMaptoStringMapper()
    

Field Detail
serialVersionUID
final static long serialVersionUID(Code)




Constructor Detail
Balance
public Balance()(Code)



Balance
public Balance(Transaction t)(Code)




Method Detail
addAmount
public void addAmount(String period, KualiDecimal amount)(Code)
Add an amount to a specific period
Parameters:
  period - period to add amount to
Parameters:
  amount - amount to add to period



getAccount
public Account getAccount()(Code)
Gets the account attribute. Returns the account.



getAccountLineAnnualBalanceAmount
public KualiDecimal getAccountLineAnnualBalanceAmount()(Code)
Returns the accountLineAnnualBalanceAmount.



getAccountNumber
public String getAccountNumber()(Code)
Returns the accountNumber.



getAmount
public KualiDecimal getAmount(String period)(Code)
Returns an amount for a specific period
Parameters:
  period - period to grab amount for KualiDecimal amount for that specific period



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



getBalanceTypeCode
public String getBalanceTypeCode()(Code)
Returns the balanceTypeCode.



getBeginningBalanceLineAmount
public KualiDecimal getBeginningBalanceLineAmount()(Code)
Returns the beginningBalanceLineAmount.



getChart
public Chart getChart()(Code)
Gets the chart attribute. Returns the chart.



getChartOfAccountsCode
public String getChartOfAccountsCode()(Code)
Returns the chartOfAccountsCode.



getContractsGrantsBeginningBalanceAmount
public KualiDecimal getContractsGrantsBeginningBalanceAmount()(Code)
Returns the contractsGrantsBeginningBalanceAmount.



getDummyBusinessObject
public TransientBalanceInquiryAttributes getDummyBusinessObject()(Code)
Gets the dummyBusinessObject attribute. Returns the dummyBusinessObject.



getFinancialObject
public ObjectCode getFinancialObject()(Code)
Gets the financialObject attribute. Returns the financialObject.



getFinancialSubObject
public SubObjCd getFinancialSubObject()(Code)
Gets the financialSubObject attribute. Returns the financialSubObject.



getMonth10Amount
public KualiDecimal getMonth10Amount()(Code)
Returns the month10Amount.



getMonth11Amount
public KualiDecimal getMonth11Amount()(Code)
Returns the month11Amount.



getMonth12Amount
public KualiDecimal getMonth12Amount()(Code)
Returns the month12Amount.



getMonth13Amount
public KualiDecimal getMonth13Amount()(Code)
Returns the month13Amount.



getMonth1Amount
public KualiDecimal getMonth1Amount()(Code)
Returns the month1Amount.



getMonth2Amount
public KualiDecimal getMonth2Amount()(Code)
Returns the month2Amount.



getMonth3Amount
public KualiDecimal getMonth3Amount()(Code)
Returns the month3Amount.



getMonth4Amount
public KualiDecimal getMonth4Amount()(Code)
Returns the month4Amount.



getMonth5Amount
public KualiDecimal getMonth5Amount()(Code)
Returns the month5Amount.



getMonth6Amount
public KualiDecimal getMonth6Amount()(Code)
Returns the month6Amount.



getMonth7Amount
public KualiDecimal getMonth7Amount()(Code)
Returns the month7Amount.



getMonth8Amount
public KualiDecimal getMonth8Amount()(Code)
Returns the month8Amount.



getMonth9Amount
public KualiDecimal getMonth9Amount()(Code)
Returns the month9Amount.



getObjectCode
public String getObjectCode()(Code)
Returns the objectCode.



getObjectType
public ObjectType getObjectType()(Code)
Gets the objectType attribute. Returns the objectType.



getObjectTypeCode
public String getObjectTypeCode()(Code)
Returns the objectTypeCode.



getOption
public Options getOption()(Code)
Returns the options.



getPriorYearAccount
public PriorYearAccount getPriorYearAccount()(Code)
Gets the priorYearAccount attribute. Returns the priorYearAccount.



getSubAccount
public SubAccount getSubAccount()(Code)
Gets the subAccount attribute. Returns the subAccount.



getSubAccountNumber
public String getSubAccountNumber()(Code)
Returns the subAccountNumber.



getSubObjectCode
public String getSubObjectCode()(Code)
Returns the subObjectCode.



getTimestamp
public Date getTimestamp()(Code)
Returns the timestamp.



getUniversityFiscalYear
public Integer getUniversityFiscalYear()(Code)
Returns the universityFiscalYear.



setAccount
public void setAccount(Account account)(Code)
Sets the account attribute value.
Parameters:
  account - The account to set.



setAccountLineAnnualBalanceAmount
public void setAccountLineAnnualBalanceAmount(KualiDecimal accountLineAnnualBalanceAmount)(Code)

Parameters:
  accountLineAnnualBalanceAmount - The accountLineAnnualBalanceAmount to set.



setAccountNumber
public void setAccountNumber(String accountNumber)(Code)

Parameters:
  accountNumber - The accountNumber to set.



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



setBalanceTypeCode
public void setBalanceTypeCode(String balanceTypeCode)(Code)

Parameters:
  balanceTypeCode - The balanceTypeCode to set.



setBeginningBalanceLineAmount
public void setBeginningBalanceLineAmount(KualiDecimal beginningBalanceLineAmount)(Code)

Parameters:
  beginningBalanceLineAmount - The beginningBalanceLineAmount to set.



setChart
public void setChart(Chart chart)(Code)
Sets the chart attribute value.
Parameters:
  chart - The chart to set.



setChartOfAccountsCode
public void setChartOfAccountsCode(String chartOfAccountsCode)(Code)

Parameters:
  chartOfAccountsCode - The chartOfAccountsCode to set.



setContractsGrantsBeginningBalanceAmount
public void setContractsGrantsBeginningBalanceAmount(KualiDecimal contractsGrantsBeginningBalanceAmount)(Code)

Parameters:
  contractsGrantsBeginningBalanceAmount - The contractsGrantsBeginningBalanceAmount to set.



setDummyBusinessObject
public void setDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)(Code)
Sets the dummyBusinessObject attribute value.
Parameters:
  dummyBusinessObject - The dummyBusinessObject to set.



setFinancialObject
public void setFinancialObject(ObjectCode financialObject)(Code)
Sets the financialObject attribute value.
Parameters:
  financialObject - The financialObject to set.



setFinancialSubObject
public void setFinancialSubObject(SubObjCd financialSubObject)(Code)
Sets the financialSubObject attribute value.
Parameters:
  financialSubObject - The financialSubObject to set.



setMonth10Amount
public void setMonth10Amount(KualiDecimal month10Amount)(Code)

Parameters:
  month10Amount - The month10Amount to set.



setMonth11Amount
public void setMonth11Amount(KualiDecimal month11Amount)(Code)

Parameters:
  month11Amount - The month11Amount to set.



setMonth12Amount
public void setMonth12Amount(KualiDecimal month12Amount)(Code)

Parameters:
  month12Amount - The month12Amount to set.



setMonth13Amount
public void setMonth13Amount(KualiDecimal month13Amount)(Code)

Parameters:
  month13Amount - The month13Amount to set.



setMonth1Amount
public void setMonth1Amount(KualiDecimal month1Amount)(Code)

Parameters:
  month1Amount - The month1Amount to set.



setMonth2Amount
public void setMonth2Amount(KualiDecimal month2Amount)(Code)

Parameters:
  month2Amount - The month2Amount to set.



setMonth3Amount
public void setMonth3Amount(KualiDecimal month3Amount)(Code)

Parameters:
  month3Amount - The month3Amount to set.



setMonth4Amount
public void setMonth4Amount(KualiDecimal month4Amount)(Code)

Parameters:
  month4Amount - The month4Amount to set.



setMonth5Amount
public void setMonth5Amount(KualiDecimal month5Amount)(Code)

Parameters:
  month5Amount - The month5Amount to set.



setMonth6Amount
public void setMonth6Amount(KualiDecimal month6Amount)(Code)

Parameters:
  month6Amount - The month6Amount to set.



setMonth7Amount
public void setMonth7Amount(KualiDecimal month7Amount)(Code)

Parameters:
  month7Amount - The month7Amount to set.



setMonth8Amount
public void setMonth8Amount(KualiDecimal month8Amount)(Code)

Parameters:
  month8Amount - The month8Amount to set.



setMonth9Amount
public void setMonth9Amount(KualiDecimal month9Amount)(Code)

Parameters:
  month9Amount - The month9Amount to set.



setObjectCode
public void setObjectCode(String objectCode)(Code)

Parameters:
  objectCode - The objectCode to set.



setObjectType
public void setObjectType(ObjectType objectType)(Code)
Sets the objectType attribute value.
Parameters:
  objectType - The objectType to set.



setObjectTypeCode
public void setObjectTypeCode(String objectTypeCode)(Code)

Parameters:
  objectTypeCode - The objectTypeCode to set.



setOption
public void setOption(Options opt)(Code)

Parameters:
  options - The options to set.



setPriorYearAccount
public void setPriorYearAccount(PriorYearAccount priorYearAccount)(Code)
Sets the priorYearAccount attribute value.
Parameters:
  priorYearAccount - The priorYearAccount to set.



setSubAccount
public void setSubAccount(SubAccount subAccount)(Code)
Sets the subAccount attribute value.
Parameters:
  subAccount - The subAccount to set.



setSubAccountNumber
public void setSubAccountNumber(String subAccountNumber)(Code)

Parameters:
  subAccountNumber - The subAccountNumber to set.



setSubObjectCode
public void setSubObjectCode(String subObjectCode)(Code)

Parameters:
  subObjectCode - The subObjectCode to set.



setTimestamp
public void setTimestamp(Date timestamp)(Code)

Parameters:
  timestamp - The timestamp to set.



setUniversityFiscalYear
public void setUniversityFiscalYear(Integer universityFiscalYear)(Code)

Parameters:
  universityFiscalYear - The universityFiscalYear to set.



toStringMapper
protected LinkedHashMap toStringMapper()(Code)



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.