org.springframework.batch.item.sample
Class Shipper

java.lang.Object
  extended by org.springframework.batch.item.sample.Shipper

public class Shipper
extends Object

An XML shipper. This is a complex type.


Constructor Summary
Shipper()
           
 
Method Summary
 boolean equals(Object obj)
           
 String getName()
           
 double getPerOunceRate()
           
 int hashCode()
           
 void setName(String name)
           
 void setPerOunceRate(double perOunceRate)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, 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)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008 SpringSource. All Rights Reserved.