Class MWebServicePara

    • Constructor Detail

      • MWebServicePara

        public MWebServicePara​(Properties ctx,
                               int WS_WebService_Para_ID,
                               String trxName)
        Standard Constructor
        Parameters:
        ctx - context
        WS_WebService_Para_ID -
        trxName - transaction
      • MWebServicePara

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

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

      • beforeSave

        protected boolean beforeSave​(boolean newRecord)
        Description copied from class: PO
        Called before Save for Pre-Save Operation
        Overrides:
        beforeSave in class PO
        Parameters:
        newRecord - new record
        Returns:
        true if record can be saved