Class DeploymentModuleIdentifier

  • All Implemented Interfaces:
    Serializable

    public final class DeploymentModuleIdentifier
    extends Object
    implements Serializable
    Identifier for a deployed module, consisting of application + distinct + module name.
    Author:
    Stuart Douglas
    See Also:
    Serialized Form
    • Constructor Detail

      • DeploymentModuleIdentifier

        public DeploymentModuleIdentifier​(String applicationName,
                                          String moduleName,
                                          String distinctName)
    • Method Detail

      • getApplicationName

        public String getApplicationName()
      • getModuleName

        public String getModuleName()
      • getDistinctName

        public String getDistinctName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object