Packagecom.adobe.idp.applicationmanager.application
Interfacepublic interface ApplicationId

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



Public Methods
 MethodDefined By
  
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
Method Detail
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