org.sakaiproject.profile2.model
Class CompanyProfile

java.lang.Object
  extended by org.sakaiproject.profile2.model.CompanyProfile
All Implemented Interfaces:
Serializable

public class CompanyProfile
extends Object
implements Serializable

CompanyProfile is a model for storing information about a business user's company profile. Business users may have more than one company profile.

See Also:
Serialized Form

Constructor Summary
CompanyProfile(String userUuid, String name, String desc, String url)
          Additional constructor
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompanyProfile

public CompanyProfile(String userUuid,
                      String name,
                      String desc,
                      String url)
Additional constructor



Copyright © 2008-2012 The Sakai Foundation. All Rights Reserved.