com.adobe.idp.applicationmanager.application
Interface ApplicationId


public interface ApplicationId

An ApplicationId object is used to set and retrieve the application identifier and name.


Method Summary
 java.lang.String getApplicationName()
          Retrieves the application name.
 long getId()
          Retrieves the application identifier.
 void setApplicationName(java.lang.String applicationName)
          Sets the application name.
 void setId(long id)
          Sets the application identifier.
 

Method Detail

setId

void setId(long id)
Sets the application identifier.

Parameters:
id - The application identifier.

getId

long getId()
Retrieves the application identifier.

Returns:
The application identifier.

setApplicationName

void setApplicationName(java.lang.String applicationName)
Sets the application name.

Parameters:
applicationName - The application name.

getApplicationName

java.lang.String getApplicationName()
Retrieves the application name.

Returns:
The application name.


[an error occurred while processing this directive] [an error occurred while processing this directive]