Class MConversionType

    • Field Detail

      • TYPE_SPOT

        public static final int TYPE_SPOT
        These static variables won't have to change unless we change the AD. I've added them here for convenience. Daniel Tamm [usrdno] 090528
        See Also:
        Constant Field Values
    • Constructor Detail

      • MConversionType

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

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

        public MConversionType​(MConversionType copy)
        Parameters:
        copy -
    • Method Detail

      • getDefault

        public static int getDefault​(int AD_Client_ID)
        Get Default Conversion Rate for Client/Org
        Parameters:
        AD_Client_ID - client
        Returns:
        C_ConversionType_ID or 0 if not found