org.springframework.batch.sample.domain.order.internal.xml
Class LineItem

java.lang.Object
  extended by org.springframework.batch.sample.domain.order.internal.xml.LineItem

public class LineItem
extends Object

An XML line-item. This is a complex type.


Constructor Summary
LineItem()
           
 
Method Summary
 String getDescription()
           
 double getPerUnitOunces()
           
 double getPrice()
           
 int getQuantity()
           
 void setDescription(String description)
           
 void setPerUnitOunces(double perUnitOunces)
           
 void setPrice(double price)
           
 void setQuantity(int quantity)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LineItem

public LineItem()
Method Detail

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getPerUnitOunces

public double getPerUnitOunces()

setPerUnitOunces

public void setPerUnitOunces(double perUnitOunces)

getPrice

public double getPrice()

setPrice

public void setPrice(double price)

getQuantity

public int getQuantity()

setQuantity

public void setQuantity(int quantity)


Copyright © 2009 SpringSource. All Rights Reserved.