example.entity
Class LineItem

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

public class LineItem
extends example.entity.LineItemBase


Field Summary
 
Fields inherited from class example.entity.LineItemBase
amount, id, price, quantity, shipDate
 
Constructor Summary
LineItem()
           
 
Method Summary
 void calculate()
           
 
Methods inherited from class example.entity.LineItemBase
getAmount, getId, getInvoice, getPrice, getQuantity, getShipDate, getSku, getXML, setAmount, setId, setInvoice, setPrice, setQuantity, setShipDate, setSku, 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

LineItem

public LineItem()
Method Detail

calculate

public void calculate()


Copyright © -2004 . All Rights Reserved.