|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void setId(long id)
id
- The application identifier.long getId()
void setApplicationName(java.lang.String applicationName)
applicationName
- The application name.java.lang.String getApplicationName()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |