org.sakaiproject.profile2.model
Class UserProfile
java.lang.Object
org.sakaiproject.profile2.model.UserProfile
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ImportableUserProfile
public class UserProfile
- extends Object
- implements Serializable
This is the model for a user's profile
- Author:
- Steve Swinsburg (s.swinsburg@lancaster.ac.uk)
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserProfile
public UserProfile()
addCompanyProfile
public void addCompanyProfile(CompanyProfile companyProfile)
removeCompanyProfile
public void removeCompanyProfile(CompanyProfile companyProfile)
setProperty
public void setProperty(String key,
String value)
getProperty
public String getProperty(String key)
Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.