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

java.lang.Object
  extended by org.geebis.books.model.item.nonretail.BundleLine<RetailItem>
      extended by org.geebis.books.model.item.nonretail.RetailBundleLine
All Implemented Interfaces:
java.io.Serializable

@Name(value="retailBundleLine")
public class RetailBundleLine
extends BundleLine<RetailItem>
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
RetailBundleLine()
           
 
Method Summary
 java.lang.Double getQuantity()
          Gets the RetailBundleLine's quantity
 void setQuantity(java.lang.Double quantity)
          Sets the RetailBundleLine's quantity
 
Methods inherited from class org.geebis.books.model.item.nonretail.BundleLine
getId, getItem, getVersion, setId, setItem, setVersion
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetailBundleLine

public RetailBundleLine()
Method Detail

getQuantity

public java.lang.Double getQuantity()
Gets the RetailBundleLine's quantity

Returns:
the RetailBundleLine's quantity

setQuantity

public void setQuantity(java.lang.Double quantity)
Sets the RetailBundleLine's quantity

Parameters:
quantity - the new quantity for the RetailBundleLine