com.ibm.task.spi

Interface UserData


  1. public interface UserData
This interface provides for a staff user data container.
Since:
6.0.2

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getEMailAddress()
This method returns the user's email address.
  1. java.util.Locale
getLocale()
This method returns the user's locale.
  1. java.lang.String
getUserName()
This method returns the user name.

Method Detail

getEMailAddress

  1. java.lang.String getEMailAddress( )
This method returns the user's email address.
Returns:
The eMail address or null if no address is available.

getLocale

  1. java.util.Locale getLocale()
This method returns the user's locale.
Returns:
The user's locale.

getUserName

  1. java.lang.String getUserName()
This method returns the user name.
Returns:
The user's name.