com.ibm.commerce.edp.beans

Interface EDPSensitiveDataMaskHelperInputDataBean

    • Field Detail

      • COPYRIGHT

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

      • setPlainString

        void setPlainString(java.lang.String plainString)
        This method sets the plain string which will be masked.
        Parameters:
        plainString - A String that specifies the plain string that will be masked.
      • setMaskChar

        void setMaskChar(java.lang.String maskChar)
        This method sets the char used to mark the string.
        Parameters:
        maskChar - A String that specifies the char used to mask the string.
      • setPlainLength

        void setPlainLength(int plainLength)
        This method sets the length of the plain text after masking the string.
        Parameters:
        plainLength - An int that specifies the length of the plain text after masking the string.