Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


oracle.dss.bicontext
Interface User

All Superinterfaces:
java.io.Serializable
All Known Subinterfaces:
Group
All Known Implementing Classes:
UserImpl, BIUser

public interface User
extends java.io.Serializable

Methods that are required for a user.


Method Summary
 boolean equals(java.lang.Object obj)
          Indicates whether the specified user is equivalent to this user.
 java.lang.String getFullName()
          Retrieves detailed information for this user.
 java.lang.String getName()
          Retrieves the name of this user.
 java.lang.String toString()
          Converts all of the information about this user to a String.

 

Method Detail

equals

public boolean equals(java.lang.Object obj)
Indicates whether the specified user is equivalent to this user.
Overrides:
equals in class java.lang.Object
Parameters:
obj - The object to compare with this user.
Returns:
true if user is equivalent to this user, false if it is not.

getName

public java.lang.String getName()
Retrieves the name of this user.
Returns:
The name of this user.

getFullName

public java.lang.String getFullName()
Retrieves detailed information for this user.
Returns:
The full name of this user.

toString

public java.lang.String toString()
Converts all of the information about this user to a String.
Overrides:
toString in class java.lang.Object
Returns:
The String representation of this user.

Oracle™ Business Intelligence Beans Java API Reference
Release 10
g (9.0.4)
Part number B12159_01


Copyright © 2003, Oracle. All Rights Reserved.