Class MShippingProcessor

All Implemented Interfaces:
Serializable, Cloneable, Comparator<Object>, I_M_ShippingProcessor, I_Persistent, Evaluatee

public class MShippingProcessor extends X_M_ShippingProcessor
Online shipping processor model
See Also:
  • Constructor Details

    • MShippingProcessor

      public MShippingProcessor(Properties ctx, String M_ShippingProcessor_UU, String trxName)
      UUID based Constructor
      Parameters:
      ctx - Context
      M_ShippingProcessor_UU - UUID key
      trxName - Transaction
    • MShippingProcessor

      public MShippingProcessor(Properties ctx, int M_ShippingProcessor_ID, String trxName)
      Parameters:
      ctx -
      M_ShippingProcessor_ID -
      trxName -
    • MShippingProcessor

      public MShippingProcessor(Properties ctx, ResultSet rs, String trxName)
      Parameters:
      ctx -
      rs -
      trxName -
  • Method Details

    • getShippingProcessorClass

      public String getShippingProcessorClass()
      Returns:
      shipping process Java class name
    • getHostAddress

      public String getHostAddress()
      Returns:
      host address of shipping processor
    • getHostPort

      public int getHostPort()
      Returns:
      host port of shipping processor
    • getProxyAddress

      public String getProxyAddress()
      Returns:
      proxy address of shipping processor
    • getProxyPort

      public int getProxyPort()
      Returns:
      proxy port of shipping processor
    • getProxyLogon

      public String getProxyLogon()
      Returns:
      proxy login of shipping processor
    • getProxyPassword

      public String getProxyPassword()
      Returns:
      proxy password of shipping processor
    • getServicePath

      public String getServicePath()
      Returns:
      path to access service provided by this shipping processor