Class MPOSKey

    • Constructor Detail

      • MPOSKey

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

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

        public MPOSKey​(MPOSKey copy)
        Parameters:
        copy -
      • MPOSKey

        public MPOSKey​(Properties ctx,
                       MPOSKey copy)
        Parameters:
        ctx -
        copy -
    • Method Detail

      • postDelete

        protected boolean postDelete()
        Description copied from class: PO
        Executed after the Delete operation is committed in the database.
        Overrides:
        postDelete in class PO
        Returns:
        true if post delete is a success