uk.ac.essex.common.app
Interface ApplicationDescriptor

All Known Implementing Classes:
ApplicationDescriptorImpl

public interface ApplicationDescriptor


Created Date: 02-Nov-2003

You should have received a copy of Lesser GNU public license with this code. If not please visit this site


Method Summary
 java.lang.String getId()
          Get a (process?) unique identifier
 java.lang.String getName()
          Get an internationalised description using the default locale
 java.lang.String getName(java.util.Locale currentLocale)
          Get an internationalised description using the locale provided
 

Method Detail

getId

java.lang.String getId()
Get a (process?) unique identifier

Returns:

getName

java.lang.String getName()
Get an internationalised description using the default locale

Returns:
String - the app name

getName

java.lang.String getName(java.util.Locale currentLocale)
Get an internationalised description using the locale provided

Parameters:
currentLocale - - The applications current locale
Returns:
String - the app name