com.ibm.commerce.promotion.uniquecode.generator

Class AlphaLowerNumericPattern

  • All Implemented Interfaces:
    Pattern


    public class AlphaLowerNumericPattern
    extends RandomPattern
    implements Pattern
    This class defines a pattern to generate the mixed lowercase alphabetic and numeric random code.

    The mask character of this pattern is 'x'.

    • Field Detail

      • ALPHA_NUM_VALUES

        public static final java.lang.String ALPHA_NUM_VALUES
        The default value of the character set
        See Also:
        Constant Field Values
    • Constructor Detail

      • AlphaLowerNumericPattern

        public AlphaLowerNumericPattern()
        Constructor of AlphaLowerNumericPattern

        This method will initialize the numeric character set and the mask character