org.geebis.books.model.item.nonretail
Class SubTotal

java.lang.Object
  extended by org.geebis.books.model.item.Item
      extended by org.geebis.books.model.item.nonretail.NonRetailItem
          extended by org.geebis.books.model.item.nonretail.SubTotal
All Implemented Interfaces:
java.io.Serializable

@Name(value="subTotal")
public class SubTotal
extends NonRetailItem
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
SubTotal()
           
 
Method Summary
 
Methods inherited from class org.geebis.books.model.item.Item
getDescription, getId, getName, getSalesAccount, getVersion, setDescription, setId, setName, setSalesAccount, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SubTotal

public SubTotal()