|
Copyright © 2006 BEA Systems, Inc. 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 class UserProfile
A simple user profile class that encapsulates a user name and an assoicated group name.
| Constructor Summary | |
|---|---|
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 |
| Constructor Detail |
|---|
public UserProfile(String userName,
String groupName)
userName - a user's name.groupName - an associated group's name.| Method Detail |
|---|
public String getUserName()
public String getGroupName()
|
Copyright © 2006 BEA Systems, Inc. All Rights Reserved | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||