Class MShipper

    • Constructor Detail

      • MShipper

        public MShipper​(Properties ctx,
                        int M_Shipper_ID,
                        String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        M_Shipper_ID - id
        trxName - transaction
      • MShipper

        public MShipper​(Properties ctx,
                        ResultSet rs,
                        String trxName)
        Load Constructor
        Parameters:
        ctx - context
        rs - result set
        trxName - transaction
    • Method Detail

      • getShippersForFreightCategory

        public static List<MShipper> getShippersForFreightCategory​(Properties ctx,
                                                                   int FreightCategory_ID,
                                                                   String trxName)
        Parameters:
        ctx -
        FreightCategory_ID -
        trxName -
        Returns:
        A list of shippers having the given freight category
      • getShippingServiceCode

        public String getShippingServiceCode()
      • isInternational

        public boolean isInternational()
      • isResidential

        public boolean isResidential()
      • isSaturdayDelivery

        public boolean isSaturdayDelivery()
      • getTrackingURL

        public String getTrackingURL()