example.entity
Class Invoice

java.lang.Object
  extended byorg.dentaku.services.persistence.ModelEntity
      extended byexample.entity.InvoiceBase
          extended byexample.entity.Invoice
All Implemented Interfaces:
org.dentaku.services.persistence.XMLBean

public class Invoice
extends example.entity.InvoiceBase


Field Summary
 
Fields inherited from class example.entity.InvoiceBase
dueDate, id, shipDate, subTotal, taxTotal, total, txnDate
 
Constructor Summary
Invoice()
           
 
Method Summary
 void compute()
           
 
Methods inherited from class example.entity.InvoiceBase
getBillAddress, getCcCharges, getCreditCard, getCustomer, getDueDate, getId, getLineItems, getSalesRep, getSalesTax, getShipAddress, getShipDate, getShippingMethod, getSubTotal, getTaxTotal, getTotal, getTxnDate, getXML, setBillAddress, setCcCharges, setCreditCard, setCustomer, setDueDate, setId, setLineItems, setSalesRep, setSalesTax, setShipAddress, setShipDate, setShippingMethod, setSubTotal, setTaxTotal, setTotal, setTxnDate, setXML
 
Methods inherited from class org.dentaku.services.persistence.ModelEntity
initialize, refresh
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Invoice

public Invoice()
Method Detail

compute

public void compute()


Copyright © -2004 . All Rights Reserved.