public class UserProfileImpl extends Object implements org.exoplatform.services.organization.UserProfile, org.exoplatform.services.organization.ExtendedCloneable
| Constructor and Description |
|---|
UserProfileImpl()
UserProfileImpl constructor.
|
UserProfileImpl(String name)
UserProfileImpl constructor.
|
| Modifier and Type | Method and Description |
|---|---|
UserProfileImpl |
clone() |
String |
getAttribute(String attName) |
Map<String,String> |
getUserInfoMap() |
String |
getUserName() |
void |
setAttribute(String key,
String value) |
void |
setUserInfoMap(Map<String,String> map) |
void |
setUserName(String username) |
String |
toString() |
public UserProfileImpl()
public UserProfileImpl(String name)
public String getAttribute(String attName)
getAttribute in interface org.exoplatform.services.organization.UserProfilepublic Map<String,String> getUserInfoMap()
getUserInfoMap in interface org.exoplatform.services.organization.UserProfilepublic String getUserName()
getUserName in interface org.exoplatform.services.organization.UserProfilepublic void setAttribute(String key, String value)
setAttribute in interface org.exoplatform.services.organization.UserProfilepublic void setUserInfoMap(Map<String,String> map)
setUserInfoMap in interface org.exoplatform.services.organization.UserProfilepublic void setUserName(String username)
setUserName in interface org.exoplatform.services.organization.UserProfilepublic UserProfileImpl clone()
Copyright © 2014 eXo Platform SAS. All Rights Reserved.