| Package | com.adobe.idp.applicationmanager.application |
| Interface | public interface ApplicationId |
ApplicationId object is used to set and retrieve the application identifier and name.| Method | Defined By | ||
|---|---|---|---|
String getApplicationName() Retrieves the application name. | ApplicationId | ||
long getId() Retrieves the application identifier. | ApplicationId | ||
void setApplicationName(String applicationName) Sets the application name. | ApplicationId | ||
void setId(long id) Sets the application identifier. | ApplicationId | ||
| getApplicationName | () |
public String getApplicationName()Retrieves the application name.
Returns| The application name. |
| getId | () |
public long getId()Retrieves the application identifier.
Returns| The application identifier. |
| setApplicationName | () |
public void setApplicationName(String applicationName)Sets the application name.
Parameters
applicationName — The application name. |
| setId | () |
public void setId(long id)Sets the application identifier.
Parameters
id — The application identifier. |
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/applicationmanager/application/ApplicationId.html