com.ibm.commerce.payment.ppc.commands

Interface PPCPaymentechBatchGetCtrlCmd

    • Field Detail

      • COPYRIGHT

        static final java.lang.String COPYRIGHT
        The IBM Copyright notice field.
        See Also:
        Constant Field Values
      • CLASS_NAME

        static final java.lang.String CLASS_NAME
        The full name of this command.
        See Also:
        Constant Field Values
      • defaultCommandClassName

        static final java.lang.String defaultCommandClassName
        The default implementation of this command.
        See Also:
        Constant Field Values
    • Method Detail

      • setBatchId

        void setBatchId(java.lang.String batchId)
        This method sets the batch identifier.
        Parameters:
        batchId - the batch identifier to set.
      • getBatchId

        java.lang.String getBatchId()
        This method returns the batch identifier.
        Returns:
        String the batch identifier.
      • setIsReGetBatch

        void setIsReGetBatch(boolean isReGetBatchLocal)
        This method sets the flag if this is a re-getBatch action.
        Parameters:
        isReGetBatchLocal - A boolean indicating if this is a re-getBatch action.
      • isReGetBatch

        boolean isReGetBatch()
        This method returns the flag if this is a re-getBatch action.
        Returns:
        This method returns a boolean indicating if this is a re-getBatch action.