Java Doc for XmlDetail.java in » ERP-CRM-Financial » Kuali-Financial-System » org » kuali » module » pdp » xml » 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.xml
Source Cross Reference
Class Diagram
Java Document (Java Doc)
java.lang
.Object
org.kuali.module.pdp.xml
.XmlDetail
XmlDetail
public
class XmlDetail implements
Serializable
(Code)
Constructor Summary
public
XmlDetail
()
Method Summary
public
void
addAccounting
(
XmlAccounting
a)
public
void
addPayment_text
(
String
text)
public
BigDecimal
getAccountTotal
()
public
List
getAccounting
()
public
BigDecimal
getCalculatedPaymentAmount
()
public
String
getFdoc_typ_cd
()
public
Date
getInvoice_date
()
public
String
getInvoice_nbr
()
public
BigDecimal
getInvoice_tot_discount_amt
()
public
BigDecimal
getInvoice_tot_other_credits
()
public
BigDecimal
getInvoice_tot_other_debits
()
public
BigDecimal
getInvoice_tot_ship_amt
()
public
BigDecimal
getNet_payment_amt
()
public
String
getOrg_doc_nbr
()
public
BigDecimal
getOrig_invoice_amt
()
public
PaymentDetail
getPaymentDetail
()
public
List
getPayment_text
()
public
String
getPo_nbr
()
public
String
getReq_nbr
()
public
String
getSource_doc_nbr
()
public
boolean
isDetailAmountProvided
()
public
void
setAccounting
(
List
accounting)
public
void
setFdoc_typ_cd
(
String
fdoc_typ_cd)
public
void
setField
(
String
name,
String
value)
public
void
setInvoice_date
(
Date
invoice_date)
public
void
setInvoice_nbr
(
String
invoice_nbr)
public
void
setInvoice_tot_discount_amt
(
BigDecimal
invoice_tot_discount_amt)
public
void
setInvoice_tot_other_credits
(
BigDecimal
invoice_tot_other_credits)
public
void
setInvoice_tot_other_debits
(
BigDecimal
invoice_tot_other_debits)
public
void
setInvoice_tot_ship_amt
(
BigDecimal
invoice_tot_ship_amt)
public
void
setNet_payment_amt
(
BigDecimal
net_payment_amt)
public
void
setOrg_doc_nbr
(
String
org_doc_nbr)
public
void
setOrig_invoice_amt
(
BigDecimal
orig_invoice_amt)
public
void
setPayment_text
(
List
payment_text)
public
void
setPo_nbr
(
String
po_nbr)
public
void
setReq_nbr
(
String
req_nbr)
public
void
setSource_doc_nbr
(
String
source_doc_nbr)
public
void
updateAmounts
()
Constructor Detail
XmlDetail
public
XmlDetail()
(Code)
Method Detail
addAccounting
public
void addAccounting(
XmlAccounting
a)
(Code)
addPayment_text
public
void addPayment_text(
String
text)
(Code)
getAccountTotal
public
BigDecimal
getAccountTotal()
(Code)
getAccounting
public
List
getAccounting()
(Code)
Returns the accounting.
getCalculatedPaymentAmount
public
BigDecimal
getCalculatedPaymentAmount()
(Code)
getFdoc_typ_cd
public
String
getFdoc_typ_cd()
(Code)
Returns the fdoc_typ_cd.
getInvoice_date
public
Date
getInvoice_date()
(Code)
getInvoice_nbr
public
String
getInvoice_nbr()
(Code)
Returns the invoice_nbr.
getInvoice_tot_discount_amt
public
BigDecimal
getInvoice_tot_discount_amt()
(Code)
Returns the invoice_tot_discount_amt.
getInvoice_tot_other_credits
public
BigDecimal
getInvoice_tot_other_credits()
(Code)
Returns the invoice_tot_other_credits.
getInvoice_tot_other_debits
public
BigDecimal
getInvoice_tot_other_debits()
(Code)
Returns the invoice_tot_other_debits.
getInvoice_tot_ship_amt
public
BigDecimal
getInvoice_tot_ship_amt()
(Code)
Returns the invoice_tot_ship_amt.
getNet_payment_amt
public
BigDecimal
getNet_payment_amt()
(Code)
Returns the net_payment_amt.
getOrg_doc_nbr
public
String
getOrg_doc_nbr()
(Code)
Returns the org_doc_nbr.
getOrig_invoice_amt
public
BigDecimal
getOrig_invoice_amt()
(Code)
Returns the orig_invoice_amt.
getPaymentDetail
public
PaymentDetail
getPaymentDetail()
(Code)
getPayment_text
public
List
getPayment_text()
(Code)
Returns the payment_text.
getPo_nbr
public
String
getPo_nbr()
(Code)
Returns the po_nbr.
getReq_nbr
public
String
getReq_nbr()
(Code)
Returns the req_nbr.
getSource_doc_nbr
public
String
getSource_doc_nbr()
(Code)
Returns the source_doc_nbr.
isDetailAmountProvided
public
boolean isDetailAmountProvided()
(Code)
setAccounting
public
void setAccounting(
List
accounting)
(Code)
Parameters:
accounting - The accounting to set.
setFdoc_typ_cd
public
void setFdoc_typ_cd(
String
fdoc_typ_cd)
(Code)
Parameters:
fdoc_typ_cd - The fdoc_typ_cd to set.
setField
public
void setField(
String
name,
String
value)
(Code)
setInvoice_date
public
void setInvoice_date(
Date
invoice_date)
(Code)
setInvoice_nbr
public
void setInvoice_nbr(
String
invoice_nbr)
(Code)
Parameters:
invoice_nbr - The invoice_nbr to set.
setInvoice_tot_discount_amt
public
void setInvoice_tot_discount_amt(
BigDecimal
invoice_tot_discount_amt)
(Code)
Parameters:
invoice_tot_discount_amt - The invoice_tot_discount_amt to set.
setInvoice_tot_other_credits
public
void setInvoice_tot_other_credits(
BigDecimal
invoice_tot_other_credits)
(Code)
Parameters:
invoice_tot_other_credits - The invoice_tot_other_credits to set.
setInvoice_tot_other_debits
public
void setInvoice_tot_other_debits(
BigDecimal
invoice_tot_other_debits)
(Code)
Parameters:
invoice_tot_other_debits - The invoice_tot_other_debits to set.
setInvoice_tot_ship_amt
public
void setInvoice_tot_ship_amt(
BigDecimal
invoice_tot_ship_amt)
(Code)
Parameters:
invoice_tot_ship_amt - The invoice_tot_ship_amt to set.
setNet_payment_amt
public
void setNet_payment_amt(
BigDecimal
net_payment_amt)
(Code)
Parameters:
net_payment_amt - The net_payment_amt to set.
setOrg_doc_nbr
public
void setOrg_doc_nbr(
String
org_doc_nbr)
(Code)
Parameters:
org_doc_nbr - The org_doc_nbr to set.
setOrig_invoice_amt
public
void setOrig_invoice_amt(
BigDecimal
orig_invoice_amt)
(Code)
Parameters:
orig_invoice_amt - The orig_invoice_amt to set.
setPayment_text
public
void setPayment_text(
List
payment_text)
(Code)
Parameters:
payment_text - The payment_text to set.
setPo_nbr
public
void setPo_nbr(
String
po_nbr)
(Code)
Parameters:
po_nbr - The po_nbr to set.
setReq_nbr
public
void setReq_nbr(
String
req_nbr)
(Code)
Parameters:
req_nbr - The req_nbr to set.
setSource_doc_nbr
public
void setSource_doc_nbr(
String
source_doc_nbr)
(Code)
Parameters:
source_doc_nbr - The source_doc_nbr to set.
updateAmounts
public
void updateAmounts()
(Code)
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.