org.kuali.ole.pojo.edi
Class OrderItem

java.lang.Object
  extended by org.kuali.ole.pojo.edi.OrderItem

public class OrderItem
extends Object

Author:
tom.fennelly@gmail.com

Constructor Summary
OrderItem()
           
 
Method Summary
 BigDecimal getPrice()
           
 String getProductId()
           
 int getQuantity()
           
 String getTitle()
           
 void setPrice(BigDecimal price)
           
 void setProductId(String productId)
           
 void setQuantity(int quantity)
           
 void setTitle(String title)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OrderItem

public OrderItem()
Method Detail

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)

getProductId

public String getProductId()

setProductId

public void setProductId(String productId)

getPrice

public BigDecimal getPrice()

setPrice

public void setPrice(BigDecimal price)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2004-2012 The Kuali Foundation. All Rights Reserved.