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.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright ©2017-2023 Dassault Aviation. All Rights Reserved. Documentation and source under the LGPL v3 licence