com.konakart.bl.modules.shipping.fedex
Class Fedex.StaticData

java.lang.Object
  extended by com.konakart.bl.modules.shipping.fedex.Fedex.StaticData
Enclosing class:
Fedex

protected class Fedex.StaticData
extends java.lang.Object

Used to store the static data of this module


Constructor Summary
protected Fedex.StaticData()
           
 
Method Summary
 java.lang.String getAccountNumber()
           
 com.fedex.rate.stub.DropoffType getDropOffType()
           
 java.lang.String getEndPointUrl()
           
 java.util.HashMap<java.lang.String,java.lang.String> getExludeServiceMap()
           
 java.math.BigDecimal getHandling()
           
 java.lang.String getKey()
           
 java.lang.String getMeasurementUnit()
           
 java.lang.String getMeterNumber()
           
 java.lang.String getPassword()
           
 com.fedex.rate.stub.RateRequestType getRateRequestType()
           
 com.fedex.rate.stub.ServiceType getServiceType()
           
 int getSortOrder()
           
 int getTaxClass()
           
 java.util.List<com.konakart.bl.modules.shipping.fedex.Fedex.WeightPackage> getWeightPackageList()
           
 int getZone()
           
 void setAccountNumber(java.lang.String accountNumber)
           
 void setDropOffType(com.fedex.rate.stub.DropoffType dropOffType)
           
 void setEndPointUrl(java.lang.String endPointUrl)
           
 void setExludeServiceMap(java.util.HashMap<java.lang.String,java.lang.String> exludeServiceMap)
           
 void setHandling(java.math.BigDecimal handling)
           
 void setKey(java.lang.String key)
           
 void setMeasurementUnit(java.lang.String measurementUnit)
           
 void setMeterNumber(java.lang.String meterNumber)
           
 void setPassword(java.lang.String password)
           
 void setRateRequestType(com.fedex.rate.stub.RateRequestType rateRequestType)
           
 void setServiceType(com.fedex.rate.stub.ServiceType serviceType)
           
 void setSortOrder(int sortOrder)
           
 void setTaxClass(int taxClass)
           
 void setWeightPackageList(java.util.List<com.konakart.bl.modules.shipping.fedex.Fedex.WeightPackage> weightPackageList)
           
 void setZone(int zone)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Fedex.StaticData

protected Fedex.StaticData()
Method Detail

getSortOrder

public int getSortOrder()
Returns:
the sortOrder

setSortOrder

public void setSortOrder(int sortOrder)
Parameters:
sortOrder - the sortOrder to set

getTaxClass

public int getTaxClass()
Returns:
the taxClass

setTaxClass

public void setTaxClass(int taxClass)
Parameters:
taxClass - the taxClass to set

getZone

public int getZone()
Returns:
the zone

setZone

public void setZone(int zone)
Parameters:
zone - the zone to set

getKey

public java.lang.String getKey()
Returns:
the key

setKey

public void setKey(java.lang.String key)
Parameters:
key - the key to set

getPassword

public java.lang.String getPassword()
Returns:
the password

setPassword

public void setPassword(java.lang.String password)
Parameters:
password - the password to set

getAccountNumber

public java.lang.String getAccountNumber()
Returns:
the accountNumber

setAccountNumber

public void setAccountNumber(java.lang.String accountNumber)
Parameters:
accountNumber - the accountNumber to set

getMeterNumber

public java.lang.String getMeterNumber()
Returns:
the meterNumber

setMeterNumber

public void setMeterNumber(java.lang.String meterNumber)
Parameters:
meterNumber - the meterNumber to set

getEndPointUrl

public java.lang.String getEndPointUrl()
Returns:
the endPointUrl

setEndPointUrl

public void setEndPointUrl(java.lang.String endPointUrl)
Parameters:
endPointUrl - the endPointUrl to set

getDropOffType

public com.fedex.rate.stub.DropoffType getDropOffType()
Returns:
the dropOffType

setDropOffType

public void setDropOffType(com.fedex.rate.stub.DropoffType dropOffType)
Parameters:
dropOffType - the dropOffType to set

getRateRequestType

public com.fedex.rate.stub.RateRequestType getRateRequestType()
Returns:
the rateRequestType

setRateRequestType

public void setRateRequestType(com.fedex.rate.stub.RateRequestType rateRequestType)
Parameters:
rateRequestType - the rateRequestType to set

getServiceType

public com.fedex.rate.stub.ServiceType getServiceType()
Returns:
the serviceType

setServiceType

public void setServiceType(com.fedex.rate.stub.ServiceType serviceType)
Parameters:
serviceType - the serviceType to set

getExludeServiceMap

public java.util.HashMap<java.lang.String,java.lang.String> getExludeServiceMap()
Returns:
the exludeServiceMap

setExludeServiceMap

public void setExludeServiceMap(java.util.HashMap<java.lang.String,java.lang.String> exludeServiceMap)
Parameters:
exludeServiceMap - the exludeServiceMap to set

getMeasurementUnit

public java.lang.String getMeasurementUnit()
Returns:
the measurementUnit

setMeasurementUnit

public void setMeasurementUnit(java.lang.String measurementUnit)
Parameters:
measurementUnit - the measurementUnit to set

getHandling

public java.math.BigDecimal getHandling()
Returns:
the handling

setHandling

public void setHandling(java.math.BigDecimal handling)
Parameters:
handling - the handling to set

getWeightPackageList

public java.util.List<com.konakart.bl.modules.shipping.fedex.Fedex.WeightPackage> getWeightPackageList()
Returns:
the weightPackageList

setWeightPackageList

public void setWeightPackageList(java.util.List<com.konakart.bl.modules.shipping.fedex.Fedex.WeightPackage> weightPackageList)
Parameters:
weightPackageList - the weightPackageList to set


Copyright © 2011 DS Data Systems UK Ltd.