java.lang.Object
de.cuioss.test.generator.domain.ZipCodeGenerator
- All Implemented Interfaces:
TypedGenerator<Integer>
Generator for some zipCodes, number between 10000 - 99999
- Author:
- Oliver Wolff
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ZipCodeGenerator
public ZipCodeGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<Integer>- Returns:
- a newly created instance
-
getType
- Specified by:
getTypein interfaceTypedGenerator<Integer>- Returns:
- class information; which type this generator is responsible for.
-