org.jbpm.userprofile
Class UserProfile

java.lang.Object
  extended by org.jbpm.userprofile.UserProfile
Direct Known Subclasses:
DroolsTaskUserProfile

public class UserProfile
extends Object

UserProfile is a base class to represent user profile related information. As the user profile information various from application to application, the only common information we have in this base class is user id. Then it is up to the sub class to provide application specific information, see DroolsTaskUserProfile.


Constructor Summary
UserProfile()
           
 
Method Summary
 String getID()
           
 void setID(String id)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserProfile

public UserProfile()
Method Detail

getID

public String getID()

setID

public void setID(String id)


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.