org.jbpm.userprofile
Class User

java.lang.Object
  extended by org.jbpm.userprofile.OrganizationalEntity
      extended by org.jbpm.userprofile.User

public class User
extends OrganizationalEntity


Constructor Summary
User()
           
User(String id)
           
 
Method Summary
 UserProfile getUserProfile()
           
 void setUserProfile(UserProfile userProfile)
           
 
Methods inherited from class org.jbpm.userprofile.OrganizationalEntity
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

User

public User()

User

public User(String id)
Method Detail

getUserProfile

public UserProfile getUserProfile()

setUserProfile

public void setUserProfile(UserProfile userProfile)


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