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


java.lang.Object
   org.kuali.module.pdp.bo.PaymentDetailSearch

PaymentDetailSearch
public class PaymentDetailSearch implements Serializable(Code)

author:
   delyea




Method Summary
public  DategetBeginDisbursementDate()
    
public  DategetBeginPaymentDate()
    
public  StringgetChartCode()
    
public  StringgetCustPaymentDocNbr()
    
public  StringgetCustomerInstitutionNumber()
    
public  IntegergetDisbursementNbr()
    
public  StringgetDisbursementTypeCode()
    
public  DategetEndDisbursementDate()
    
public  DategetEndPaymentDate()
    
public  StringgetInvoiceNbr()
    
public  BigDecimalgetNetPaymentAmount()
    
public  StringgetOrgCode()
    
public  StringgetPayeeId()
    
public  StringgetPayeeIdTypeCd()
    
public  StringgetPayeeName()
    
public  IntegergetPaymentId()
    
public  StringgetPaymentStatusCode()
    
public  IntegergetProcessId()
    
public  StringgetProcessImmediate()
    
public  StringgetPurchaseOrderNbr()
    
public  StringgetPymtAttachment()
    
public  StringgetPymtSpecialHandling()
    
public  StringgetRequisitionNbr()
    
public  StringgetSubUnitCode()
    
public  voidsetBeginDisbursementDate(Date beginDisbursementDate)
    
public  voidsetBeginDisbursementDate(Timestamp beginDisbursementDate)
    
public  voidsetBeginPaymentDate(Date beginPaymentDate)
    
public  voidsetBeginPaymentDate(Timestamp beginPaymentDate)
    
public  voidsetChartCode(String chartCode)
    
public  voidsetCustPaymentDocNbr(String custPaymentDocNbr)
    
public  voidsetCustomerInstitutionNumber(String iuIdForCustomer)
    
public  voidsetDisbursementNbr(Integer disbursementNbr)
    
public  voidsetDisbursementTypeCode(String disbursementTypeCode)
    
public  voidsetEndDisbursementDate(Date endDisbursementDate)
    
public  voidsetEndDisbursementDate(Timestamp endDisbursementDate)
    
public  voidsetEndPaymentDate(Date endPaymentDate)
    
public  voidsetEndPaymentDate(Timestamp endPaymentDate)
    
public  voidsetInvoiceNbr(String invoiceNbr)
    
public  voidsetNetPaymentAmount(BigDecimal netPaymentAmount)
    
public  voidsetOrgCode(String orgCode)
    
public  voidsetPayeeId(String payeeId)
    
public  voidsetPayeeIdTypeCd(String payeeIdTypeCd)
    
public  voidsetPayeeName(String payeeName)
    
public  voidsetPaymentId(Integer paymentId)
    
public  voidsetPaymentStatusCode(String paymentStatusCode)
    
public  voidsetProcessId(Integer processId)
    
public  voidsetProcessImmediate(String processImmediate)
    
public  voidsetPurchaseOrderNbr(String purchaseOrderNbr)
    
public  voidsetPymtAttachment(String pymtAttachment)
    
public  voidsetPymtSpecialHandling(String pymtSpecialHandling)
    
public  voidsetRequisitionNbr(String requisitionNbr)
    
public  voidsetSubUnitCode(String subUnitCode)
    



Method Detail
getBeginDisbursementDate
public Date getBeginDisbursementDate()(Code)
Returns the disbursementDate.



getBeginPaymentDate
public Date getBeginPaymentDate()(Code)
Returns the paymentDate.



getChartCode
public String getChartCode()(Code)
Returns the chartCode.



getCustPaymentDocNbr
public String getCustPaymentDocNbr()(Code)
Returns the custPaymentDocNbr.



getCustomerInstitutionNumber
public String getCustomerInstitutionNumber()(Code)
Returns the iuIdForCustomer.



getDisbursementNbr
public Integer getDisbursementNbr()(Code)
Returns the disbursementNbr.



getDisbursementTypeCode
public String getDisbursementTypeCode()(Code)
Returns the disbursementType.



getEndDisbursementDate
public Date getEndDisbursementDate()(Code)
Returns the disbursementDate.



getEndPaymentDate
public Date getEndPaymentDate()(Code)
Returns the paymentDate.



getInvoiceNbr
public String getInvoiceNbr()(Code)
Returns the invoiceNbr.



getNetPaymentAmount
public BigDecimal getNetPaymentAmount()(Code)
Returns the netPaymentAmount.



getOrgCode
public String getOrgCode()(Code)
Returns the orgCode.



getPayeeId
public String getPayeeId()(Code)
Returns the payeeId.



getPayeeIdTypeCd
public String getPayeeIdTypeCd()(Code)
Returns the payeeIdTypeCd.



getPayeeName
public String getPayeeName()(Code)
Returns the payeeName.



getPaymentId
public Integer getPaymentId()(Code)
Returns the paymentId.



getPaymentStatusCode
public String getPaymentStatusCode()(Code)
Returns the paymentStatus.



getProcessId
public Integer getProcessId()(Code)
Returns the processId.



getProcessImmediate
public String getProcessImmediate()(Code)



getPurchaseOrderNbr
public String getPurchaseOrderNbr()(Code)
Returns the purchaseOrderNbr.



getPymtAttachment
public String getPymtAttachment()(Code)
Returns the pymtAttachment.



getPymtSpecialHandling
public String getPymtSpecialHandling()(Code)
Returns the pymtSpecialHandling.



getRequisitionNbr
public String getRequisitionNbr()(Code)
Returns the requisitionNbr.



getSubUnitCode
public String getSubUnitCode()(Code)
Returns the subUnitCode.



setBeginDisbursementDate
public void setBeginDisbursementDate(Date beginDisbursementDate)(Code)

Parameters:
  beginDisbursementDate - The beginDisbursementDate to set.



setBeginDisbursementDate
public void setBeginDisbursementDate(Timestamp beginDisbursementDate)(Code)

Parameters:
  disbursementDate - The disbursementDate to set.



setBeginPaymentDate
public void setBeginPaymentDate(Date beginPaymentDate)(Code)

Parameters:
  paymentDate - The paymentDate to set.



setBeginPaymentDate
public void setBeginPaymentDate(Timestamp beginPaymentDate)(Code)

Parameters:
  paymentDate - The paymentDate to set.



setChartCode
public void setChartCode(String chartCode)(Code)

Parameters:
  chartCode - The chartCode to set.



setCustPaymentDocNbr
public void setCustPaymentDocNbr(String custPaymentDocNbr)(Code)

Parameters:
  custPaymentDocNbr - The custPaymentDocNbr to set.



setCustomerInstitutionNumber
public void setCustomerInstitutionNumber(String iuIdForCustomer)(Code)

Parameters:
  iuIdForCustomer - The iuIdForCustomer to set.



setDisbursementNbr
public void setDisbursementNbr(Integer disbursementNbr)(Code)

Parameters:
  disbursementNbr - The disbursementNbr to set.



setDisbursementTypeCode
public void setDisbursementTypeCode(String disbursementTypeCode)(Code)

Parameters:
  disbursementType - The disbursementType to set.



setEndDisbursementDate
public void setEndDisbursementDate(Date endDisbursementDate)(Code)

Parameters:
  endDisbursementDate - The endDisbursementDate to set.



setEndDisbursementDate
public void setEndDisbursementDate(Timestamp endDisbursementDate)(Code)

Parameters:
  disbursementDate - The disbursementDate to set.



setEndPaymentDate
public void setEndPaymentDate(Date endPaymentDate)(Code)

Parameters:
  paymentDate - The paymentDate to set.



setEndPaymentDate
public void setEndPaymentDate(Timestamp endPaymentDate)(Code)

Parameters:
  paymentDate - The paymentDate to set.



setInvoiceNbr
public void setInvoiceNbr(String invoiceNbr)(Code)

Parameters:
  invoiceNbr - The invoiceNbr to set.



setNetPaymentAmount
public void setNetPaymentAmount(BigDecimal netPaymentAmount)(Code)

Parameters:
  netPaymentAmount - The netPaymentAmount to set.



setOrgCode
public void setOrgCode(String orgCode)(Code)

Parameters:
  orgCode - The orgCode to set.



setPayeeId
public void setPayeeId(String payeeId)(Code)

Parameters:
  payeeId - The payeeId to set.



setPayeeIdTypeCd
public void setPayeeIdTypeCd(String payeeIdTypeCd)(Code)

Parameters:
  payeeIdTypeCd - The payeeIdTypeCd to set.



setPayeeName
public void setPayeeName(String payeeName)(Code)

Parameters:
  payeeName - The payeeName to set.



setPaymentId
public void setPaymentId(Integer paymentId)(Code)

Parameters:
  paymentId - The paymentId to set.



setPaymentStatusCode
public void setPaymentStatusCode(String paymentStatusCode)(Code)

Parameters:
  paymentStatus - The paymentStatus to set.



setProcessId
public void setProcessId(Integer processId)(Code)

Parameters:
  procId - The processId to set.



setProcessImmediate
public void setProcessImmediate(String processImmediate)(Code)



setPurchaseOrderNbr
public void setPurchaseOrderNbr(String purchaseOrderNbr)(Code)

Parameters:
  purchaseOrderNbr - The purchaseOrderNbr to set.



setPymtAttachment
public void setPymtAttachment(String pymtAttachment)(Code)

Parameters:
  pymtAttachment - The pymtAttachment to set.



setPymtSpecialHandling
public void setPymtSpecialHandling(String pymtSpecialHandling)(Code)

Parameters:
  pymtSpecialHandling - The pymtSpecialHandling to set.



setRequisitionNbr
public void setRequisitionNbr(String requisitionNbr)(Code)

Parameters:
  requisitionNbr - The requisitionNbr to set.



setSubUnitCode
public void setSubUnitCode(String subUnitCode)(Code)

Parameters:
  subUnitCode - The subUnitCode to set.



Methods inherited from java.lang.Object
native protected Object clone() throws CloneNotSupportedException(Code)(Java Doc)
public boolean equals(Object obj)(Code)(Java Doc)
protected void finalize() throws Throwable(Code)(Java Doc)
final native public Class getClass()(Code)(Java Doc)
native public int hashCode()(Code)(Java Doc)
final native public void notify()(Code)(Java Doc)
final native public void notifyAll()(Code)(Java Doc)
public String toString()(Code)(Java Doc)
final native public void wait(long timeout) throws InterruptedException(Code)(Java Doc)
final public void wait(long timeout, int nanos) throws InterruptedException(Code)(Java Doc)
final public void wait() throws InterruptedException(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.