Class MWFBlock

    • Constructor Detail

      • MWFBlock

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

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

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

      • get

        public static MWFBlock get​(int AD_WF_Block_ID)
        Get MWFBlock from Cache (immutable)
        Parameters:
        AD_WF_Block_ID - id
        Returns:
        MWFBlock
      • get

        public static MWFBlock get​(Properties ctx,
                                   int AD_WF_Block_ID)
        Get MWFBlock from Cache (immutable)
        Parameters:
        ctx - context
        AD_WF_Block_ID - id
        Returns:
        MWFBlock