Class FederatedModuleDef


  • public class FederatedModuleDef
    extends java.lang.Object
    Definition of a federated module. Each federated module is mapped to a key.
    Version:
    $Id: $Id
    Author:
    another
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()
      Getter for the field key.
      java.lang.String getName()
      Getter for the field name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKey

        public java.lang.String getKey()

        Getter for the field key.

        Returns:
        a String object.
      • getName

        public java.lang.String getName()

        Getter for the field name.

        Returns:
        a String object.