-
- 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 StringgetGroupId()StringgetModuleId()Booleanequals(Object other)IntegerhashCode()final Stringcomponent1()final Stringcomponent2()StringtoString()-
-
Method Detail
-
getGroupId
String getGroupId()
-
getModuleId
String getModuleId()
-
component1
final String component1()
-
component2
final String component2()
-
-
-
-