Open SiteSearch 4.1.1
Final

ORG.oclc.z39
Class ESOrderPriceInfo

java.lang.Object
  |
  +--ORG.oclc.z39.ESOrderPriceInfo

public class ESOrderPriceInfo
extends Object

ESOrderPriceInfo is a class used to contain price info for extended services item price requests


Field Summary
 int deliveryMethod
          The order delivery method
 String price
          The price
 int type
          The order type
 ESOrderVendorInfo vendor
          The vendor for the item
 
Constructor Summary
ESOrderPriceInfo()
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

type

public int type
The order type

deliveryMethod

public int deliveryMethod
The order delivery method

price

public String price
The price

vendor

public ESOrderVendorInfo vendor
The vendor for the item
Constructor Detail

ESOrderPriceInfo

public ESOrderPriceInfo()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

Open SiteSearch 4.1.1
Final