org.jboss.txbridge.ba.id
Class UidGetter

java.lang.Object
  extended by org.jboss.txbridge.ba.id.UidGetter
All Implemented Interfaces:
UniqueValueGetter

public class UidGetter
extends java.lang.Object
implements UniqueValueGetter

Returns a unique String object using the Uid() method.

Version:
0.1
Author:
Maciej P. Machulak (mmachulak@redhat.com)

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

Constructor Detail

UidGetter

public UidGetter()
Method Detail

getUniqueValue

public java.lang.String getUniqueValue()
Specified by:
getUniqueValue in interface UniqueValueGetter