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


org.kuali.core.bo.PersistableBusinessObjectBase
   org.kuali.kfs.bo.GeneralLedgerPendingEntry

All known Subclasses:   org.kuali.module.gl.bo.AccountBalancePendingEntry,  org.kuali.module.labor.bo.LaborLedgerPendingEntry,
GeneralLedgerPendingEntry
public class GeneralLedgerPendingEntry extends PersistableBusinessObjectBase implements Transaction,Serializable,Cloneable(Code)
The general ledger pending entry structure holds financial transaction info that will post to the general ledger as an entry.



Constructor Summary
public  GeneralLedgerPendingEntry()
     Default no-arg constructor.
public  GeneralLedgerPendingEntry(GeneralLedgerPendingEntry original)
     Copy constructor Constructs a GeneralLedgerPendingEntry.java.

Method Summary
public  A21SubAccountgetA21SubAccount()
     Gets the a21SubAccount attribute.
public  AccountgetAccount()
     Gets the account attribute.
public  StringgetAccountNumber()
     Gets the accountNumber attribute.
public  StringgetAcctSufficientFundsFinObjCd()
     Gets the acctSufficientFundsFinObjCd attribute.
public  BalanceTypgetBalanceType()
     Gets the balanceType attribute.
public  ChartgetChart()
     Gets the chart attribute.
public  StringgetChartOfAccountsCode()
     Gets the chartOfAccountsCode attribute.
public  DocumentHeadergetDocumentHeader()
     Gets the documentHeader attribute.
public  StringgetDocumentNumber()
     Gets the documentNumber attribute.
public  DocumentTypegetDocumentType()
     Gets the documentType attribute.
public  TransientBalanceInquiryAttributesgetDummyBusinessObject()
     Gets the dummyBusinessObject attribute.
public  StringgetFinancialBalanceTypeCode()
     Gets the financialBalanceTypeCode attribute.
public  StringgetFinancialDocumentApprovedCode()
     Gets the financialDocumentApprovedCode attribute.
public  DategetFinancialDocumentReversalDate()
     Gets the financialDocumentReversalDate attribute.
public  StringgetFinancialDocumentTypeCode()
     Gets the financialDocumentTypeCode attribute.
public  ObjectCodegetFinancialObject()
     Gets the financialObject attribute.
public  StringgetFinancialObjectCode()
     Gets the financialObjectCode attribute.
public  StringgetFinancialObjectTypeCode()
     Gets the financialObjectTypeCode attribute.
public  SubObjCdgetFinancialSubObject()
    
public  StringgetFinancialSubObjectCode()
     Gets the financialSubObjectCode attribute.
public  StringgetFinancialSystemOriginationCode()
    
public  ObjectTypegetObjectType()
     Gets the objectType attribute.
public  OptionsgetOption()
    
public  StringgetOrganizationDocumentNumber()
     Gets the organizationDocumentNumber attribute.
public  StringgetOrganizationReferenceId()
     Gets the organizationReferenceId attribute.
public  OriginationCodegetOriginationCode()
    
public  ProjectCodegetProject()
    
public  StringgetProjectCode()
     Gets the projectCode attribute.
public  DocumentTypegetReferenceDocumentType()
    
public  StringgetReferenceFinancialDocumentNumber()
     Gets the referenceFinancialDocumentNumber attribute.
public  StringgetReferenceFinancialDocumentTypeCode()
     Gets the referenceFinancialDocumentTypeCode attribute.
public  StringgetReferenceFinancialSystemOriginationCode()
     Gets the referenceFinancialSystemOriginationCode attribute.
public  OriginationCodegetReferenceOriginationCode()
    
public  SubAccountgetSubAccount()
    
public  StringgetSubAccountNumber()
     Gets the subAccountNumber attribute.
public  DategetTransactionDate()
     Gets the transactionDate attribute.
public  StringgetTransactionDebitCreditCode()
     Gets the transactionDebitCreditCode attribute.
public  StringgetTransactionEncumbranceUpdateCode()
     Gets the transactionEncumbranceUpdateCode attribute.
public  DategetTransactionEntryProcessedTs()
     Gets the transactionEntryProcessedTs attribute.
public  KualiDecimalgetTransactionLedgerEntryAmount()
     Gets the transactionLedgerEntryAmount attribute.
public  StringgetTransactionLedgerEntryDescription()
     Gets the transactionLedgerEntryDescription attribute.
public  IntegergetTransactionLedgerEntrySequenceNumber()
     Gets the transactionLedgerEntrySequenceNumber attribute.
public  StringgetUniversityFiscalPeriodCode()
     Gets the universityFiscalPeriodCode attribute.
public  IntegergetUniversityFiscalYear()
     Gets the universityFiscalYear attribute.
public  booleanisFinancialObjectCodeBlank()
    
public  booleanisFinancialObjectTypeCodeBlank()
    
public  booleanisFinancialSubObjectCodeBlank()
    
public  booleanisProjectCodeBlank()
    
public  booleanisSubAccountNumberBlank()
    
public  booleanisTransactionEntryOffsetIndicator()
     Gets the transactionEntryOffsetIndicator attribute.
public  voidsetA21SubAccount(A21SubAccount a21SubAccount)
     Sets the a21SubAccount attribute value.
public  voidsetAccount(Account account)
     Sets the account attribute value.
public  voidsetAccountNumber(String accountNumber)
     Sets the accountNumber attribute.
public  voidsetAccountingPeriod(AccountingPeriod accountingPeriod)
    
public  voidsetAcctSufficientFundsFinObjCd(String acctSufficientFundsFinObjCd)
     Sets the acctSufficientFundsFinObjCd attribute.
public  voidsetBalanceType(BalanceTyp balanceType)
     Sets the balanceType attribute value.
public  voidsetChart(Chart chart)
     Sets the chart attribute value.
public  voidsetChartOfAccountsCode(String chartOfAccountsCode)
     Sets the chartOfAccountsCode attribute.
public  voidsetDocumentHeader(DocumentHeader documentHeader)
     Sets the documentHeader attribute value.
public  voidsetDocumentNumber(String documentNumber)
     Sets the documentNumber attribute.
public  voidsetDocumentType(DocumentType documentType)
     Sets the documentType attribute value.
public  voidsetDummyBusinessObject(TransientBalanceInquiryAttributes dummyBusinessObject)
     Sets the dummyBusinessObject attribute value.
public  voidsetFinancialBalanceTypeCode(String financialBalanceTypeCode)
     Sets the financialBalanceTypeCode attribute.
public  voidsetFinancialDocumentApprovedCode(String financialDocumentApprovedCode)
     Sets the financialDocumentApprovedCode attribute.
public  voidsetFinancialDocumentReversalDate(Date financialDocumentReversalDate)
     Sets the financialDocumentReversalDate attribute.
public  voidsetFinancialDocumentTypeCode(String financialDocumentTypeCode)
     Sets the financialDocumentTypeCode attribute.
public  voidsetFinancialObject(ObjectCode financialObject)
     Sets the financialObject attribute value.
public  voidsetFinancialObjectCode(String financialObjectCode)
     Sets the financialObjectCode attribute.
public  voidsetFinancialObjectTypeCode(String financialObjectTypeCode)
     Sets the financialObjectTypeCode attribute.
public  voidsetFinancialSubObject(SubObjCd financialSubObject)
    
public  voidsetFinancialSubObjectCode(String financialSubObjectCode)
     Sets the financialSubObjectCode attribute.
public  voidsetFinancialSystemOriginationCode(String financialSystemOriginationCode)
    
public  voidsetObjectType(ObjectType objectType)
     Sets the objectType attribute value.
public  voidsetOption(Options option)
    
public  voidsetOrganizationDocumentNumber(String organizationDocumentNumber)
     Sets the organizationDocumentNumber attribute.
public  voidsetOrganizationReferenceId(String organizationReferenceId)
     Sets the organizationReferenceId attribute.
public  voidsetOriginationCode(OriginationCode originationCode)
    
public  voidsetProject(ProjectCode project)
    
public  voidsetProjectCode(String projectCode)
     Sets the projectCode attribute.
public  voidsetReferenceDocumentType(DocumentType referenceDocumentType)
    
public  voidsetReferenceFinancialDocumentNumber(String referenceFinancialDocumentNumber)
     Sets the referenceFinancialDocumentNumber attribute.
public  voidsetReferenceFinancialDocumentTypeCode(String referenceFinancialDocumentTypeCode)
     Sets the referenceFinancialDocumentTypeCode attribute.
public  voidsetReferenceFinancialSystemOriginationCode(String referenceFinancialSystemOriginationCode)
     Sets the referenceFinancialSystemOriginationCode attribute.
public  voidsetReferenceOriginationCode(OriginationCode referenceOriginationCode)
    
public  voidsetSubAccount(SubAccount subAccount)
    
public  voidsetSubAccountNumber(String subAccountNumber)
     Sets the subAccountNumber attribute.
public  voidsetTransactionDate(Date transactionDate)
     Sets the transactionDate attribute.
public  voidsetTransactionDebitCreditCode(String transactionDebitCreditCode)
     Sets the transactionDebitCreditCode attribute.
public  voidsetTransactionEncumbranceUpdateCode(String transactionEncumbranceUpdateCode)
     Sets the transactionEncumbranceUpdateCode attribute.
public  voidsetTransactionEntryOffsetIndicator(boolean transactionEntryOffsetIndicator)
     Sets the transactionEntryOffsetIndicator attribute.
public  voidsetTransactionEntryProcessedTs(Date transactionEntryProcessedTs)
     Sets the transactionEntryProcessedTs attribute.
public  voidsetTransactionLedgerEntryAmount(KualiDecimal transactionLedgerEntryAmount)
     Sets the transactionLedgerEntryAmount attribute.
public  voidsetTransactionLedgerEntryDescription(String transactionLedgerEntryDescription)
     Sets the transactionLedgerEntryDescription attribute.
public  voidsetTransactionLedgerEntrySequenceNumber(Integer transactionLedgerEntrySequenceNumber)
     Sets the transactionLedgerEntrySequenceNumber attribute.
public  voidsetUniversityFiscalPeriodCode(String universityFiscalPeriodCode)
     Sets the universityFiscalPeriodCode attribute.
public  voidsetUniversityFiscalYear(Integer universityFiscalYear)
     Sets the universityFiscalYear attribute.
protected  LinkedHashMaptoStringMapper()
    


Constructor Detail
GeneralLedgerPendingEntry
public GeneralLedgerPendingEntry()(Code)
Default no-arg constructor.



GeneralLedgerPendingEntry
public GeneralLedgerPendingEntry(GeneralLedgerPendingEntry original)(Code)
Copy constructor Constructs a GeneralLedgerPendingEntry.java.
Parameters:
  original - entry to copy




Method Detail
getA21SubAccount
public A21SubAccount getA21SubAccount()(Code)
Gets the a21SubAccount attribute. Returns the a21SubAccount.



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



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



getAcctSufficientFundsFinObjCd
public String getAcctSufficientFundsFinObjCd()(Code)
Gets the acctSufficientFundsFinObjCd attribute. Returns the acctSufficientFundsFinObjCd



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



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



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



getDocumentHeader
public DocumentHeader getDocumentHeader()(Code)
Gets the documentHeader attribute. Returns the documentHeader.



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



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



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



getFinancialBalanceTypeCode
public String getFinancialBalanceTypeCode()(Code)
Gets the financialBalanceTypeCode attribute. Returns the financialBalanceTypeCode



getFinancialDocumentApprovedCode
public String getFinancialDocumentApprovedCode()(Code)
Gets the financialDocumentApprovedCode attribute. Returns the financialDocumentApprovedCode



getFinancialDocumentReversalDate
public Date getFinancialDocumentReversalDate()(Code)
Gets the financialDocumentReversalDate attribute. Returns the financialDocumentReversalDate



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



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



getFinancialObjectCode
public String getFinancialObjectCode()(Code)
Gets the financialObjectCode attribute. Returns the financialObjectCode



getFinancialObjectTypeCode
public String getFinancialObjectTypeCode()(Code)
Gets the financialObjectTypeCode attribute. Returns the financialObjectTypeCode



getFinancialSubObject
public SubObjCd getFinancialSubObject()(Code)



getFinancialSubObjectCode
public String getFinancialSubObjectCode()(Code)
Gets the financialSubObjectCode attribute. Returns the financialSubObjectCode



getFinancialSystemOriginationCode
public String getFinancialSystemOriginationCode()(Code)
Returns the financialSystemOriginationCode.



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



getOption
public Options getOption()(Code)



getOrganizationDocumentNumber
public String getOrganizationDocumentNumber()(Code)
Gets the organizationDocumentNumber attribute. Returns the organizationDocumentNumber



getOrganizationReferenceId
public String getOrganizationReferenceId()(Code)
Gets the organizationReferenceId attribute. Returns the organizationReferenceId



getOriginationCode
public OriginationCode getOriginationCode()(Code)



getProject
public ProjectCode getProject()(Code)



getProjectCode
public String getProjectCode()(Code)
Gets the projectCode attribute. Returns the projectCode



getReferenceDocumentType
public DocumentType getReferenceDocumentType()(Code)



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



getReferenceFinancialDocumentTypeCode
public String getReferenceFinancialDocumentTypeCode()(Code)
Gets the referenceFinancialDocumentTypeCode attribute. Returns the referenceFinancialDocumentTypeCode



getReferenceFinancialSystemOriginationCode
public String getReferenceFinancialSystemOriginationCode()(Code)
Gets the referenceFinancialSystemOriginationCode attribute. Returns the referenceFinancialSystemOriginationCode



getReferenceOriginationCode
public OriginationCode getReferenceOriginationCode()(Code)



getSubAccount
public SubAccount getSubAccount()(Code)



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



getTransactionDate
public Date getTransactionDate()(Code)
Gets the transactionDate attribute. Returns the transactionDate



getTransactionDebitCreditCode
public String getTransactionDebitCreditCode()(Code)
Gets the transactionDebitCreditCode attribute. Returns the transactionDebitCreditCode



getTransactionEncumbranceUpdateCode
public String getTransactionEncumbranceUpdateCode()(Code)
Gets the transactionEncumbranceUpdateCode attribute. Returns the transactionEncumbranceUpdateCode



getTransactionEntryProcessedTs
public Date getTransactionEntryProcessedTs()(Code)
Gets the transactionEntryProcessedTs attribute. Returns the transactionEntryProcessedTs



getTransactionLedgerEntryAmount
public KualiDecimal getTransactionLedgerEntryAmount()(Code)
Gets the transactionLedgerEntryAmount attribute. Returns the transactionLedgerEntryAmount



getTransactionLedgerEntryDescription
public String getTransactionLedgerEntryDescription()(Code)
Gets the transactionLedgerEntryDescription attribute. Returns the transactionLedgerEntryDescription



getTransactionLedgerEntrySequenceNumber
public Integer getTransactionLedgerEntrySequenceNumber()(Code)
Gets the transactionLedgerEntrySequenceNumber attribute. Returns the transactionLedgerEntrySequenceNumber



getUniversityFiscalPeriodCode
public String getUniversityFiscalPeriodCode()(Code)
Gets the universityFiscalPeriodCode attribute. Returns the universityFiscalPeriodCode



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



isFinancialObjectCodeBlank
public boolean isFinancialObjectCodeBlank()(Code)



isFinancialObjectTypeCodeBlank
public boolean isFinancialObjectTypeCodeBlank()(Code)



isFinancialSubObjectCodeBlank
public boolean isFinancialSubObjectCodeBlank()(Code)



isProjectCodeBlank
public boolean isProjectCodeBlank()(Code)



isSubAccountNumberBlank
public boolean isSubAccountNumberBlank()(Code)



isTransactionEntryOffsetIndicator
public boolean isTransactionEntryOffsetIndicator()(Code)
Gets the transactionEntryOffsetIndicator attribute. Returns the transactionEntryOffsetIndicator



setA21SubAccount
public void setA21SubAccount(A21SubAccount a21SubAccount)(Code)
Sets the a21SubAccount attribute value.
Parameters:
  a21SubAccount - The a21SubAccount to set.



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



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



setAccountingPeriod
public void setAccountingPeriod(AccountingPeriod accountingPeriod)(Code)



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



setBalanceType
public void setBalanceType(BalanceTyp balanceType)(Code)
Sets the balanceType attribute value.
Parameters:
  balanceType - The balanceType 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)
Sets the chartOfAccountsCode attribute.
Parameters:
  chartOfAccountsCode - The chartOfAccountsCode to set.



setDocumentHeader
public void setDocumentHeader(DocumentHeader documentHeader)(Code)
Sets the documentHeader attribute value.
Parameters:
  documentHeader - The documentHeader to set.



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



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



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



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



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



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



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



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



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



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



setFinancialSubObject
public void setFinancialSubObject(SubObjCd financialSubObject)(Code)



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



setFinancialSystemOriginationCode
public void setFinancialSystemOriginationCode(String financialSystemOriginationCode)(Code)

Parameters:
  financialSystemOriginationCode - The financialSystemOriginationCode to set.



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



setOption
public void setOption(Options option)(Code)



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



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



setOriginationCode
public void setOriginationCode(OriginationCode originationCode)(Code)



setProject
public void setProject(ProjectCode project)(Code)



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



setReferenceDocumentType
public void setReferenceDocumentType(DocumentType referenceDocumentType)(Code)



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



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



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



setReferenceOriginationCode
public void setReferenceOriginationCode(OriginationCode referenceOriginationCode)(Code)



setSubAccount
public void setSubAccount(SubAccount subAccount)(Code)



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



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



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



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



setTransactionEntryOffsetIndicator
public void setTransactionEntryOffsetIndicator(boolean transactionEntryOffsetIndicator)(Code)
Sets the transactionEntryOffsetIndicator attribute.
Parameters:
  transactionEntryOffsetIndicator - The transactionEntryOffsetIndicator to set.



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



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



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



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



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



setUniversityFiscalYear
public void setUniversityFiscalYear(Integer universityFiscalYear)(Code)
Sets the universityFiscalYear attribute.
Parameters:
  universityFiscalYear - The universityFiscalYear 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.