org.sakaiproject.profile2.model
Class UserProfile

java.lang.Object
  extended by 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

Constructor Summary
UserProfile()
           
 
Method Summary
 void addCompanyProfile(CompanyProfile companyProfile)
           
 String getProperty(String key)
           
 void removeCompanyProfile(CompanyProfile companyProfile)
           
 void setProperty(String key, String value)
           
 
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

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.