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

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

public class Shipper
extends Object

An XML shipper. This is a complex type.


Constructor Summary
Shipper()
           
 
Method Summary
 String getName()
           
 double getPerOunceRate()
           
 void setName(String name)
           
 void setPerOunceRate(double perOunceRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shipper

public Shipper()
Method Detail

getName

public String getName()

setName

public void setName(String name)

getPerOunceRate

public double getPerOunceRate()

setPerOunceRate

public void setPerOunceRate(double perOunceRate)


Copyright © 2009 SpringSource. All Rights Reserved.