org.apache.commons.betwixt.schema
Class OrderLineBean

java.lang.Object
  extended by org.apache.commons.betwixt.schema.OrderLineBean

public class OrderLineBean
extends java.lang.Object

Version:
$Revision: 561314 $
Author:
Apache Commons Team

Constructor Summary
OrderLineBean()
           
OrderLineBean(int quantity, ProductBean product)
           
 
Method Summary
 ProductBean getProduct()
           
 int getQuantity()
           
 void setProduct(ProductBean product)
           
 void setQuantity(int i)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderLineBean

public OrderLineBean()

OrderLineBean

public OrderLineBean(int quantity,
                     ProductBean product)
Method Detail

getProduct

public ProductBean getProduct()

getQuantity

public int getQuantity()

setProduct

public void setProduct(ProductBean product)

setQuantity

public void setQuantity(int i)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.