-
- All Implemented Interfaces:
-
java.io.Serializable
public class ModuleDependencyIdentifier implements Serializable
-
-
Constructor Summary
Constructors Constructor Description ModuleDependencyIdentifier(String groupId, String moduleId)
-
Method Summary
Modifier and Type Method Description String
getGroupId()
String
getModuleId()
Boolean
equals(Object other)
Integer
hashCode()
final String
component1()
final String
component2()
String
toString()
-
-
-
Method Detail
-
getGroupId
String getGroupId()
-
getModuleId
String getModuleId()
-
component1
final String component1()
-
component2
final String component2()
-
-