com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model
Class ProfileMgrModel
java.lang.Object
|
+--com.sun.j2ee.blueprints.petstore.personalize.profilemgr.model.ProfileMgrModel
- Direct Known Subclasses:
- ProfileMgrWebImpl
- public class ProfileMgrModel
- extends java.lang.Object
- implements java.io.Serializable
This class provides methods to view and modify personalization profile
information for a particular user.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
ProfileMgrModel
public ProfileMgrModel(java.lang.String userId,
ExplicitInformation eInfo)
ProfileMgrModel
public ProfileMgrModel()
getUserId
public java.lang.String getUserId()
getExplicitInformation
public ExplicitInformation getExplicitInformation()
getBanner
public java.lang.String getBanner(java.lang.String favCategory)
throws java.lang.Exception
copy
public void copy(ProfileMgrModel other)
- shallow copy
Copyright © 2000 Sun Microsystems Inc. All Rights Reserved.