org.objectweb.speedo.naming.api
Interface UserId


public interface UserId

This interface defines a user identifier.

Author:
S.Chassande-Barrioz

Method Summary
 java.lang.String jdoGetPersistentClassName()
           
 void jdoSetPersistentClassName(java.lang.String cn)
          Assignes the class name of the persistent class which is identified by this identifier.
 

Method Detail

jdoGetPersistentClassName

public java.lang.String jdoGetPersistentClassName()
Returns:
the class name of the persistent class which is identified by this identifier.

jdoSetPersistentClassName

public void jdoSetPersistentClassName(java.lang.String cn)
Assignes the class name of the persistent class which is identified by this identifier.

Parameters:
cn -