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

Encumbrance
public class Encumbrance extends PersistableBusinessObjectBase (Code)
Represents the encumbrance amount for a specific university fiscal year, chart of accounts code, account number, sub account number, object code, sub object code, balance type code, document type code, origin code, and document number. This encumbrance object contains amounts for actual enumbrance amount, closed amount, outstanding amount


Field Summary
final static  longserialVersionUID
    

Constructor Summary
public  Encumbrance()
    
public  Encumbrance(Transaction t)
    

Method Summary
public  AccountgetAccount()
     Gets the account attribute.
public  KualiDecimalgetAccountLineEncumbranceAmount()
    
public  KualiDecimalgetAccountLineEncumbranceClosedAmount()
    
public  KualiDecimalgetAccountLineEncumbranceOutstandingAmount()
    
public  StringgetAccountLineEncumbrancePurgeCode()
    
public  StringgetAccountNumber()
    
public  BalanceTypgetBalanceType()
     Gets the balanceType attribute.
public  StringgetBalanceTypeCode()
    
public  ChartgetChart()
     Gets the chart attribute.
public  StringgetChartOfAccountsCode()
    
public  StringgetDocumentNumber()
    
public  DocumentTypegetDocumentType()
     Gets the documentType attribute.
public  StringgetDocumentTypeCode()
    
public  TransientBalanceInquiryAttributesgetDummyBusinessObject()
     Gets the dummyBusinessObject attribute.
public  ObjectCodegetFinancialObject()
     Gets the financialObject attribute.
public  SubObjCdgetFinancialSubObject()
     Gets the financialSubObject attribute.
public  StringgetObjectCode()
    
public  OptionsgetOption()
     Gets the option attribute.
public  StringgetOriginCode()
    
public  OriginationCodegetOriginationCode()
    
public  SubAccountgetSubAccount()
     Gets the subAccount attribute.
public  StringgetSubAccountNumber()
    
public  StringgetSubObjectCode()
    
public  DategetTimestamp()
    
public  DategetTransactionEncumbranceDate()
    
public  StringgetTransactionEncumbranceDescription()
    
public  IntegergetUniversityFiscalYear()
    
public  voidsetAccount(Account account)
     Sets the account attribute value.
public  voidsetAccountLineEncumbranceAmount(KualiDecimal accountLineEncumbranceAmount)
    
public  voidsetAccountLineEncumbranceClosedAmount(KualiDecimal accountLineEncumbranceClosedAmount)
    
public  voidsetAccountLineEncumbranceOutstandingAmount()
    
public  voidsetAccountLineEncumbrancePurgeCode(String accountLineEncumbrancePurgeCode)
    
public  voidsetAccountNumber(String accountNumber)
    
public  voidsetBalanceType(BalanceTyp balanceType)
     Sets the balanceType attribute value.
public  voidsetBalanceTypeCode(String balanceTypeCode)
    
public  voidsetChart(Chart chart)
     Sets the chart attribute value.
public  voidsetChartOfAccountsCode(String chartOfAccountsCode)
    
public  voidsetDocumentNumber(String documentNumber)
    
public  voidsetDocumentType(DocumentType documentType)
     Sets the documentType attribute value.
public  voidsetDocumentTypeCode(String documentTypeCode)
    
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  voidsetObjectCode(String objectCode)
    
public  voidsetOption(Options option)
     Sets the option attribute value.
public  voidsetOriginCode(String originCode)
    
public  voidsetOriginationCode(OriginationCode originationCode)
    
public  voidsetSubAccount(SubAccount subAccount)
     Sets the subAccount attribute value.
public  voidsetSubAccountNumber(String subAccountNumber)
    
public  voidsetSubObjectCode(String subObjectCode)
    
public  voidsetTimestamp(Date timestamp)
    
public  voidsetTransactionEncumbranceDate(Date transactionEncumbranceDate)
    
public  voidsetTransactionEncumbranceDescription(String transactionEncumbranceDescription)
    
public  voidsetUniversityFiscalYear(Integer universityFiscalYear)
    
protected  LinkedHashMaptoStringMapper()
    

Field Detail
serialVersionUID
final static long serialVersionUID(Code)




Constructor Detail
Encumbrance
public Encumbrance()(Code)



Encumbrance
public Encumbrance(Transaction t)(Code)




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



getAccountLineEncumbranceAmount
public KualiDecimal getAccountLineEncumbranceAmount()(Code)
Returns the accountLineEncumbranceAmount.



getAccountLineEncumbranceClosedAmount
public KualiDecimal getAccountLineEncumbranceClosedAmount()(Code)
Returns the accountLineEncumbranceClearedAmount.



getAccountLineEncumbranceOutstandingAmount
public KualiDecimal getAccountLineEncumbranceOutstandingAmount()(Code)



getAccountLineEncumbrancePurgeCode
public String getAccountLineEncumbrancePurgeCode()(Code)
Returns the accountLineEncumbrancePrg.



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



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



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



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



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



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



getDocumentType
public DocumentType getDocumentType()(Code)
Gets the documentType attribute. Returns the documentType.



getDocumentTypeCode
public String getDocumentTypeCode()(Code)
Returns the documentTypeCode.



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.



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



getOption
public Options getOption()(Code)
Gets the option attribute. Returns the option.



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



getOriginationCode
public OriginationCode getOriginationCode()(Code)



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.



getTransactionEncumbranceDate
public Date getTransactionEncumbranceDate()(Code)
Returns the transactionEncumbranceDate.



getTransactionEncumbranceDescription
public String getTransactionEncumbranceDescription()(Code)
Returns the transactionEncumbranceDescription.



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.



setAccountLineEncumbranceAmount
public void setAccountLineEncumbranceAmount(KualiDecimal accountLineEncumbranceAmount)(Code)

Parameters:
  accountLineEncumbranceAmount - The accountLineEncumbranceAmount to set.



setAccountLineEncumbranceClosedAmount
public void setAccountLineEncumbranceClosedAmount(KualiDecimal accountLineEncumbranceClosedAmount)(Code)

Parameters:
  accountLineEncumbranceClearedAmount - The accountLineEncumbranceClearedAmount to set.



setAccountLineEncumbranceOutstandingAmount
public void setAccountLineEncumbranceOutstandingAmount()(Code)



setAccountLineEncumbrancePurgeCode
public void setAccountLineEncumbrancePurgeCode(String accountLineEncumbrancePurgeCode)(Code)

Parameters:
  accountLineEncumbrancePrg - The accountLineEncumbrancePrg 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.



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.



setDocumentNumber
public void setDocumentNumber(String documentNumber)(Code)

Parameters:
  documentNumber - The documentNumber to set.



setDocumentType
public void setDocumentType(DocumentType documentType)(Code)
Sets the documentType attribute value.
Parameters:
  documentType - The documentType to set.



setDocumentTypeCode
public void setDocumentTypeCode(String documentTypeCode)(Code)

Parameters:
  documentTypeCode - The documentTypeCode 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.



setObjectCode
public void setObjectCode(String objectCode)(Code)

Parameters:
  objectCode - The objectCode to set.



setOption
public void setOption(Options option)(Code)
Sets the option attribute value.
Parameters:
  option - The option to set.



setOriginCode
public void setOriginCode(String originCode)(Code)

Parameters:
  originCode - The originCode to set.



setOriginationCode
public void setOriginationCode(OriginationCode originationCode)(Code)



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.



setTransactionEncumbranceDate
public void setTransactionEncumbranceDate(Date transactionEncumbranceDate)(Code)

Parameters:
  transactionEncumbranceDate - The transactionEncumbranceDate to set.



setTransactionEncumbranceDescription
public void setTransactionEncumbranceDescription(String transactionEncumbranceDescription)(Code)

Parameters:
  transactionEncumbranceDescription - The transactionEncumbranceDescription 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.