Package org.adempiere.model
Class MShipperFacade
- java.lang.Object
-
- org.adempiere.model.MShipperFacade
-
public class MShipperFacade extends Object
Facade for MShipper, providing accessor method for custom field- Author:
- Low Heng Sin
-
-
Constructor Summary
Constructors Constructor Description MShipperFacade(MShipper shipper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getConnectionKey()
String
getConnectionPassword()
String
getDutiesShipperAccount(int AD_Org_ID)
String
getHostAddress()
int
getHostPort()
MShipper
getMShipper()
String
getProxyAddress()
String
getProxyLogon()
String
getProxyPassword()
int
getProxyPort()
String
getServicePath()
String
getShipperAccount(int AD_Org_ID)
String
getShipperMeter(int AD_Org_ID)
get Meter Number associated with Account Number, use by the Fedex interface /**String
getShippingProcessorClass()
String
getShippingServiceCode()
String
getUserID()
boolean
isInternational()
boolean
isResidential()
boolean
isSaturdayDelivery()
-
-
-
Constructor Detail
-
MShipperFacade
public MShipperFacade(MShipper shipper)
-
-
Method Detail
-
getMShipper
public MShipper getMShipper()
-
getShippingProcessorClass
public String getShippingProcessorClass()
-
getConnectionKey
public String getConnectionKey()
-
getConnectionPassword
public String getConnectionPassword()
-
getUserID
public String getUserID()
-
getHostAddress
public String getHostAddress()
-
getProxyAddress
public String getProxyAddress()
-
getHostPort
public int getHostPort()
-
getProxyLogon
public String getProxyLogon()
-
getProxyPassword
public String getProxyPassword()
-
getProxyPort
public int getProxyPort()
-
getServicePath
public String getServicePath()
-
getShippingServiceCode
public String getShippingServiceCode()
-
getShipperAccount
public String getShipperAccount(int AD_Org_ID)
-
getDutiesShipperAccount
public String getDutiesShipperAccount(int AD_Org_ID)
-
getShipperMeter
public String getShipperMeter(int AD_Org_ID)
get Meter Number associated with Account Number, use by the Fedex interface /**- Parameters:
AD_Org_ID
-- Returns:
- Shipper Meter Number
-
isResidential
public boolean isResidential()
-
isSaturdayDelivery
public boolean isSaturdayDelivery()
-
isInternational
public boolean isInternational()
-
-