IBM WebSphere Application ServerTM
Release 7

com.ibm.task.spi
Interface UserData


public interface UserData

This interface provides for a staff user data container.

Since:
6.0.2

Method Summary
 java.lang.String getEMailAddress()
          This method returns the user's email address.
 java.util.Locale getLocale()
          This method returns the user's locale.
 java.lang.String getUserName()
          This method returns the user name.
 

Method Detail

getEMailAddress

java.lang.String getEMailAddress()
This method returns the user's email address.

Returns:
The eMail address or null if no address is available.

getLocale

java.util.Locale getLocale()
This method returns the user's locale.

Returns:
The user's locale.

getUserName

java.lang.String getUserName()
This method returns the user name.

Returns:
The user's name.

IBM WebSphere Application ServerTM
Release 7