org.mobicents.examples.convergeddemo.seam.model
Class OrderLine
java.lang.Object
org.mobicents.examples.convergeddemo.seam.model.OrderLine
- All Implemented Interfaces:
- java.io.Serializable
public class OrderLine
- extends java.lang.Object
- implements java.io.Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OrderLine
public OrderLine()
getLineId
public long getLineId()
setLineId
public void setLineId(long id)
getPosition
public int getPosition()
setPosition
public void setPosition(int position)
getOrder
public Order getOrder()
setOrder
public void setOrder(Order order)
getProduct
public Product getProduct()
setProduct
public void setProduct(Product product)
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
addQuantity
public void addQuantity(int howmany)
Copyright © 2010. All Rights Reserved.