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

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

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

getLocale

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

Returns:
The user's locale.

getUserName

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

Returns:
The user's name.