| Constructor and Description |
|---|
ModuleKey(java.lang.String appliName,
java.lang.String moduleName)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(ModuleKey o) |
static ModuleKey |
create(java.lang.String appliName,
java.lang.String moduleName)
Create a ModuleKey.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getAppliName()
Return the application name.
|
java.lang.String |
getModuleName()
Return the module name.
|
int |
hashCode() |
java.lang.String |
toString() |
public ModuleKey(java.lang.String appliName,
java.lang.String moduleName)
appliName - the application namemoduleName - the module namepublic static ModuleKey create(java.lang.String appliName, java.lang.String moduleName)
appliName - the application namemoduleName - the module namepublic java.lang.String getAppliName()
public java.lang.String getModuleName()
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence