net.incongru.taskman.id
Class NullIdGenerator

java.lang.Object
  extended by net.incongru.taskman.id.NullIdGenerator
All Implemented Interfaces:
IdGenerator

public class NullIdGenerator
extends java.lang.Object
implements IdGenerator

This is an IdGenerator which will always return null, i.e. depend on an underlying (possibly native) id generator.

Version:
$Revision: $
Author:
gjoseph, $Author: $ (last edit)

Constructor Summary
NullIdGenerator()
           
 
Method Summary
 java.lang.String generate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NullIdGenerator

public NullIdGenerator()
Method Detail

generate

public java.lang.String generate()
Specified by:
generate in interface IdGenerator


Copyright © 2004-2007. All Rights Reserved.