com.bm.datagen.random.primitive
Class PrimitiveRandomLongGenerator

java.lang.Object
  extended by com.bm.datagen.random.primitive.PrimitiveRandomLongGenerator
All Implemented Interfaces:
Generator<java.lang.Long>

public class PrimitiveRandomLongGenerator
extends java.lang.Object
implements Generator<java.lang.Long>

Generates random Long values - distinguish between PK and non PK fields.

Author:
Daniel Wiese

Constructor Summary
PrimitiveRandomLongGenerator()
           
 
Method Summary
 java.lang.Long getValue()
          Returns the next Long.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrimitiveRandomLongGenerator

public PrimitiveRandomLongGenerator()
Method Detail

getValue

public java.lang.Long getValue()
Returns the next Long.

Specified by:
getValue in interface Generator<java.lang.Long>
Returns:
- the generated value
See Also:
Generator.getValue()


Copyright © 2008. All Rights Reserved.