org.kuali.rice.kew.api.user
Interface UserId

All Superinterfaces:
Id, Serializable
All Known Implementing Classes:
EmployeeId, PrincipalId, PrincipalName

public interface UserId
extends Id

A user's Id which has a String representable value.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Method Summary
 String getId()
          Returns the value of the id as a String
 
Methods inherited from interface org.kuali.rice.kew.api.identity.Id
isEmpty
 

Method Detail

getId

String getId()
Returns the value of the id as a String



Copyright © 2005-2013 The Kuali Foundation. All Rights Reserved.