org.janux.bus.persistence
Interface Identifiable

All Superinterfaces:
Serializable

public interface Identifiable
extends Serializable

Defines a random alphanumeric string that uniquely identifies the objects. This is the code that external clients must use to reference the objects.

Version:
$Revision: $ - $Date: 2011-01-12 00:00:00 $
Author:
Alberto Buffagni

Method Summary
 String getUuid()
          A random alphanumeric string that uniquely identifies the objects.
 void setUuid(String uuid)
           
 

Method Detail

getUuid

String getUuid()
A random alphanumeric string that uniquely identifies the objects.


setUuid

void setUuid(String uuid)


Copyright © 2005-2013 Janux. All Rights Reserved.