KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > pim > userprofile > UserProfile

javax.pim.userprofile
Class UserProfile

java.lang.Object
  |
  +--javax.pim.userprofile.UserProfile
See Also:
ContactCard

public static ContactCard getCurrentUser()
                                  throws java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setCurrentUser(ContactCard userinfo)
                           throws java.lang.SecurityException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static void setImplementation(UserProfileImpl implementation)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags