|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.wsrp.model.markup.UserProfile
public abstract class UserProfile
A simple user profile class that encapsulates a user name and an assoicated group name.
| Constructor Summary | |
|---|---|
protected |
UserProfile()
|
|
UserProfile(String userName,
String groupName)
Creates a user profile with the supplied user name and group name. |
| Method Summary | |
|---|---|
String |
getGroupName()
Returns the associated group's name. |
String |
getUserName()
Returns the user's name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.bea.wsrp.model.markup.IUserProfile |
|---|
addUserProperty, getUserProperties |
| Constructor Detail |
|---|
protected UserProfile()
public UserProfile(String userName,
String groupName)
userName - a user's name.groupName - an associated group's name.| Method Detail |
|---|
public String getUserName()
getUserName in interface IUserProfilepublic String getGroupName()
getGroupName in interface IUserProfile
|
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||