| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--theory.smart.foundation.SmartValue
        |
        +--theory.smart.ebusiness.invoicing.InvoiceValue
An Invoice is the primary mechanism for billing a customer for items purchased.  It associates a PackingList with a payment method.
Inventory Records are managed by the InventoryManager  and referenced by the ItemInventory 
Invoice, 
InvoiceHome, 
Invoice.getInvoiceByValue(), 
Invoice.setInvoiceByValue(InvoiceValue), Serialized Form| Field Summary | |
|  java.lang.String | authorizationCodeauthorizationCode [Invoice] <*>------> [ String] | 
|  java.sql.Date | creationDatecreationDate [Invoice] <*>------> [ java.sql.Date] | 
|  java.lang.String | orderKeyorderKey [Invoice] <*>------> [ String] (Primary Key) | 
|  SmartHandle | packingListpackingList [Invoice] <>------> [ theory.smart.ebusiness.shipping.PackingList] | 
|  CreditCard | paymentMethodpaymentMethod [Invoice] <*>------> [ theory.smart.axiom.contact.CreditCard] | 
|  Price | shippingCostshippingCost [Invoice] <*>------> [ theory.smart.axiom.units.Price] | 
| Constructor Summary | |
| protected  | InvoiceValue()Only get/setInvoiceByValue methods are allowed to call this constructor. | 
| Methods inherited from class java.lang.Object | 
| clone, 
equals, 
finalize, 
getClass, 
hashCode, 
notify, 
notifyAll, 
toString, 
wait, 
wait, 
wait | 
| Field Detail | 
public java.lang.String orderKey
                  orderKey
 [Invoice] <*>------> [String] (Primary Key)
 public java.lang.String authorizationCode
                  authorizationCode
 [Invoice] <*>------> [String] 
 public java.sql.Date creationDate
                  creationDate
 [Invoice] <*>------> [java.sql.Date] 
 public CreditCard paymentMethod
                  paymentMethod
 [Invoice] <*>------> [theory.smart.axiom.contact.CreditCard] 
 public SmartHandle packingList
                  packingList
 [Invoice] <>------> [theory.smart.ebusiness.shipping.PackingList] 
 public Price shippingCost
                  shippingCost
 [Invoice] <*>------> [theory.smart.axiom.units.Price] 
 | Constructor Detail | 
protected InvoiceValue()
| 
 | bea Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||