Java Doc for PaymentDetailSearchForm.java in » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » pdp » form » paymentsearch » 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.form.paymentsearch
Source Cross Reference
Class Diagram
Java Document (Java Doc)
org.kuali.module.pdp.form.paymentsearch
.PaymentDetailSearchForm
PaymentDetailSearchForm
public
class PaymentDetailSearchForm extends ActionForm
(Code)
author:
delyea
Constructor Summary
public
PaymentDetailSearchForm
()
Method Summary
public
void
changeAdvancedSearch
()
public
void
clearForm
()
public
Boolean
getAdvancedSearch
()
public
String
getBeginDisbursementDate
()
public
String
getBeginPaymentDate
()
public
String
getChartCode
()
public
String
getCustPaymentDocNbr
()
public
String
getCustomerInstitutionNumber
()
public
String
getDisbursementNbr
()
public
String
getDisbursementTypeCode
()
public
String
getEndDisbursementDate
()
public
String
getEndPaymentDate
()
public
String
getInvoiceNbr
()
public
String
getNetPaymentAmount
()
public
String
getOldDisbursementNbr
()
public
String
getOrgCode
()
public
String
getPayeeId
()
public
String
getPayeeIdTypeCd
()
public
String
getPayeeName
()
public
PaymentDetailSearch
getPaymentDetailSearch
()
public
String
getPaymentId
()
public
String
getPaymentStatusCode
()
public
String
getProcessId
()
public
String
getProcessImmediate
()
public
String
getPurchaseOrderNbr
()
public
String
getPymtAttachment
()
public
String
getPymtSpecialHandling
()
public
String
getRequisitionNbr
()
public
String
getSubUnitCode
()
public
void
setAdvancedSearch
(
Boolean
advancedSearch)
public
void
setBeginDisbursementDate
(
String
beginDisbursementDate)
public
void
setBeginPaymentDate
(
String
beginPaymentDate)
public
void
setChartCode
(
String
chartCode)
public
void
setCustPaymentDocNbr
(
String
custPaymentDocNbr)
public
void
setCustomerInstitutionNumber
(
String
iuIdForCustomer)
public
void
setDisbursementNbr
(
String
disbursementNbr)
public
void
setDisbursementTypeCode
(
String
disbursementTypeCode)
public
void
setEndDisbursementDate
(
String
endDisbursementDate)
public
void
setEndPaymentDate
(
String
endPaymentDate)
public
void
setInvoiceNbr
(
String
invoiceNbr)
public
void
setNetPaymentAmount
(
String
netPaymentAmount)
public
void
setOldDisbursementNbr
(
String
oldDisbursementNbr)
public
void
setOrgCode
(
String
orgCode)
public
void
setPayeeId
(
String
payeeId)
public
void
setPayeeIdTypeCd
(
String
payeeIdTypeCd)
public
void
setPayeeName
(
String
payeeName)
public
void
setPaymentId
(
String
paymentId)
public
void
setPaymentStatusCode
(
String
paymentStatusCode)
public
void
setProcessId
(
String
processId)
public
void
setProcessImmediate
(
String
processImmediate)
public
void
setPurchaseOrderNbr
(
String
purchaseOrderNbr)
public
void
setPymtAttachment
(
String
pymtAttachment)
public
void
setPymtSpecialHandling
(
String
pymtSpecialHandling)
public
void
setRequisitionNbr
(
String
requisitionNbr)
public
void
setSubUnitCode
(
String
subUnitCode)
public
ActionErrors
validate
(ActionMapping mapping,
HttpServletRequest
request)
Constructor Detail
PaymentDetailSearchForm
public
PaymentDetailSearchForm()
(Code)
Parameters:
advancedSearch -
Method Detail
changeAdvancedSearch
public
void changeAdvancedSearch()
(Code)
Parameters:
advancedSearch - The advancedSearch to set.
clearForm
public
void clearForm()
(Code)
getAdvancedSearch
public
Boolean
getAdvancedSearch()
(Code)
Returns the advancedSearch.
getBeginDisbursementDate
public
String
getBeginDisbursementDate()
(Code)
Returns the beginDisbursementDate.
getBeginPaymentDate
public
String
getBeginPaymentDate()
(Code)
Returns the beginPaymentDate.
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
String
getDisbursementNbr()
(Code)
Returns the disbursementNbr.
getDisbursementTypeCode
public
String
getDisbursementTypeCode()
(Code)
Returns the disbursementTypeCode.
getEndDisbursementDate
public
String
getEndDisbursementDate()
(Code)
Returns the endDisbursementDate.
getEndPaymentDate
public
String
getEndPaymentDate()
(Code)
Returns the endPaymentDate.
getInvoiceNbr
public
String
getInvoiceNbr()
(Code)
Returns the invoiceNbr.
getNetPaymentAmount
public
String
getNetPaymentAmount()
(Code)
Returns the netPaymentAmount.
getOldDisbursementNbr
public
String
getOldDisbursementNbr()
(Code)
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.
getPaymentDetailSearch
public
PaymentDetailSearch
getPaymentDetailSearch()
(Code)
getPaymentId
public
String
getPaymentId()
(Code)
Returns the paymentId.
getPaymentStatusCode
public
String
getPaymentStatusCode()
(Code)
Returns the paymentStatusCode.
getProcessId
public
String
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.
setAdvancedSearch
public
void setAdvancedSearch(
Boolean
advancedSearch)
(Code)
Parameters:
advancedSearch - The advancedSearch to set.
setBeginDisbursementDate
public
void setBeginDisbursementDate(
String
beginDisbursementDate)
(Code)
Parameters:
beginDisbursementDate - The beginDisbursementDate to set.
setBeginPaymentDate
public
void setBeginPaymentDate(
String
beginPaymentDate)
(Code)
Parameters:
beginPaymentDate - The beginPaymentDate 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(
String
disbursementNbr)
(Code)
Parameters:
disbursementNbr - The disbursementNbr to set.
setDisbursementTypeCode
public
void setDisbursementTypeCode(
String
disbursementTypeCode)
(Code)
Parameters:
disbursementTypeCode - The disbursementTypeCode to set.
setEndDisbursementDate
public
void setEndDisbursementDate(
String
endDisbursementDate)
(Code)
Parameters:
endDisbursementDate - The endDisbursementDate to set.
setEndPaymentDate
public
void setEndPaymentDate(
String
endPaymentDate)
(Code)
Parameters:
endPaymentDate - The endPaymentDate to set.
setInvoiceNbr
public
void setInvoiceNbr(
String
invoiceNbr)
(Code)
Parameters:
invoiceNbr - The invoiceNbr to set.
setNetPaymentAmount
public
void setNetPaymentAmount(
String
netPaymentAmount)
(Code)
Parameters:
netPaymentAmount - The netPaymentAmount to set.
setOldDisbursementNbr
public
void setOldDisbursementNbr(
String
oldDisbursementNbr)
(Code)
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(
String
paymentId)
(Code)
Parameters:
paymentId - The paymentId to set.
setPaymentStatusCode
public
void setPaymentStatusCode(
String
paymentStatusCode)
(Code)
Parameters:
paymentStatusCode - The paymentStatusCode to set.
setProcessId
public
void setProcessId(
String
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.
validate
public
ActionErrors validate(ActionMapping mapping,
HttpServletRequest
request)
(Code)
www.java2java.com
|
Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.