Oracle© Collaboration Suite Workspaces Web Services API Reference
10g Release 1 (10.1.2.2)

Part No. B28209-01


oracle.workspaces.ws.beans
Class User

java.lang.Object
  extended byoracle.workspaces.ws.beans.User


public class User
extends java.lang.Object

This class represents a user of workspace.


Constructor Summary
User()
          Default constructor.

 

Method Summary
 NamedValue[] getAttributes()
          Gets the extra attributes requested for by clients.
 java.lang.String getDisplayName()
          Gets the user's display name.
 java.lang.String getDN()
          Gets the user's DN.
 java.lang.String getEmail()
          Gets the user's email.
 java.lang.String getFirstName()
          Returns the user's first name.
 java.lang.String getId()
          Gets the user's Id.
 java.lang.String getLastName()
          Gets the user's last name.
 java.lang.String getName()
          Returns the user's name.
 java.lang.String getNickname()
          Gets the user's nickname.
 void setNickname(java.lang.String userNickname)
          Sets the user's nickname.

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

User

public User()
Default constructor.

Method Detail

getAttributes

public NamedValue[] getAttributes()
Gets the extra attributes requested for by clients.
Returns:
The additional attributes requested. The following attributes can be requested CLIENT_LAUNCH_URI - URI to launch the RTC client for the user. STATUS_IMAGE_URL - Image indicating the status of the user. STATUS_URL - URL which gives the status of the user.

getDN

public java.lang.String getDN()
Gets the user's DN.
Returns:
userDN

getDisplayName

public java.lang.String getDisplayName()
Gets the user's display name.
Returns:
userDisplayName

getEmail

public java.lang.String getEmail()
Gets the user's email.
Returns:
userEmail

getId

public java.lang.String getId()
Gets the user's Id.
Returns:
userId

getLastName

public java.lang.String getLastName()
Gets the user's last name.
Returns:
userLastName

getNickname

public java.lang.String getNickname()
Gets the user's nickname.
Returns:
userNickname

setNickname

public void setNickname(java.lang.String userNickname)
Sets the user's nickname.
Parameters:
userNickname -

getFirstName

public java.lang.String getFirstName()
Returns the user's first name.
Returns:
string - user's first name

getName

public java.lang.String getName()
Returns the user's name.
Returns:
String - User's name.

Copyright © 2001, 2006, Oracle. All rights reserved.