public class DefaultApplicationId extends Object implements ApplicationId
| Constructor and Description |
|---|
DefaultApplicationId(Short id,
String name)
Creates a new application ID.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
short |
id()
Returns the application id.
|
String |
name()
Returns the applications supplied identifier.
|
String |
toString() |
public short id()
ApplicationIdid in interface ApplicationIdpublic String name()
ApplicationIdname in interface ApplicationIdCopyright © 2015. All rights reserved.