net.sf.josceleton.core.api.entity
Interface User


public interface User

This value object represents a registered user by osceleton. The reason an user got two IDs is that osceleton reuses already used numbers for the ID assignment. Therefore Josceleton adds its own real unique ID.

Since:
0.1

Method Summary
 int getOsceletonId()
           
 int getUniqueId()
           
 

Method Detail

getUniqueId

int getUniqueId()
Returns:
the user's unique ID within a single connection.
Since:
0.1

getOsceletonId

int getOsceletonId()
Returns:
the user's (not necessarily) unique ID provided by OSCeleton.
Since:
0.1


Copyright © 2011 Josceleton. All Rights Reserved.