com.ibm.commerce.promotion.uniquecode.generator
Class AlphaLowerNumericPattern
- java.lang.Object
-
- com.ibm.commerce.promotion.uniquecode.generator.RandomPattern
-
- com.ibm.commerce.promotion.uniquecode.generator.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 Summary
Fields Modifier and Type Field and Description static java.lang.String
ALPHA_NUM_VALUES
The default value of the character set
-
Constructor Summary
Constructors Constructor and Description AlphaLowerNumericPattern()
Constructor of AlphaLowerNumericPattern
-
Method Summary
-
Methods inherited from class com.ibm.commerce.promotion.uniquecode.generator.RandomPattern
getCode, getCodeset, getMaskCharacter, getPatternDefinition, getPatternSpace, setCharacterSet, setMaskCharacter, setPatternDefinition, validatePattern
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.ibm.commerce.promotion.uniquecode.generator.Pattern
getCode, getMaskCharacter, getPatternDefinition, getPatternSpace, setPatternDefinition, validatePattern
-
-
-
-
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
-
-