org.springframework.batch.sample.domain.order
Class ShippingInfo

java.lang.Object
  extended by org.springframework.batch.sample.domain.order.ShippingInfo

public class ShippingInfo
extends Object


Field Summary
static String LINE_ID_SHIPPING_INFO
           
 
Constructor Summary
ShippingInfo()
           
 
Method Summary
 boolean equals(Object o)
           
 String getShipperId()
           
 String getShippingInfo()
           
 String getShippingTypeId()
           
 int hashCode()
           
 void setShipperId(String shipperId)
           
 void setShippingInfo(String shippingInfo)
           
 void setShippingTypeId(String shippingTypeId)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LINE_ID_SHIPPING_INFO

public static final String LINE_ID_SHIPPING_INFO
See Also:
Constant Field Values
Constructor Detail

ShippingInfo

public ShippingInfo()
Method Detail

getShipperId

public String getShipperId()

setShipperId

public void setShipperId(String shipperId)

getShippingInfo

public String getShippingInfo()

setShippingInfo

public void setShippingInfo(String shippingInfo)

getShippingTypeId

public String getShippingTypeId()

setShippingTypeId

public void setShippingTypeId(String shippingTypeId)

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2009 SpringSource. All Rights Reserved.