org.mobicents.examples.convergeddemo.seam.model
Class OrderLine

java.lang.Object
  extended by 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

Constructor Summary
OrderLine()
           
 
Method Summary
 void addQuantity(int howmany)
           
 long getLineId()
           
 Order getOrder()
           
 int getPosition()
           
 Product getProduct()
           
 int getQuantity()
           
 void setLineId(long id)
           
 void setOrder(Order order)
           
 void setPosition(int position)
           
 void setProduct(Product product)
           
 void setQuantity(int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderLine

public OrderLine()
Method Detail

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.