Class FederatedDocumentMapping


  • public class FederatedDocumentMapping
    extends java.lang.Object
    Represents a document mapping in the federation.
    Version:
    $Id: $Id
    Author:
    lrosenberg
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getSourceDocument()
      Getter for the field sourceDocument.
      java.lang.String getTargetDocument()
      Getter for the field targetDocument.
      java.lang.String getTargetKey()
      Getter for the field targetKey.
      void setSourceDocument​(java.lang.String sourceDocument)
      Setter for the field sourceDocument.
      void setTargetDocument​(java.lang.String targetDocument)
      Setter for the field targetDocument.
      void setTargetKey​(java.lang.String targetKey)
      Setter for the field targetKey.
      java.lang.String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • FederatedDocumentMapping

        public FederatedDocumentMapping()
    • Method Detail

      • getSourceDocument

        public java.lang.String getSourceDocument()

        Getter for the field sourceDocument.

        Returns:
        a String object.
      • setSourceDocument

        public void setSourceDocument​(java.lang.String sourceDocument)

        Setter for the field sourceDocument.

        Parameters:
        sourceDocument - a String object.
      • getTargetDocument

        public java.lang.String getTargetDocument()

        Getter for the field targetDocument.

        Returns:
        a String object.
      • setTargetDocument

        public void setTargetDocument​(java.lang.String targetDocument)

        Setter for the field targetDocument.

        Parameters:
        targetDocument - a String object.
      • getTargetKey

        public java.lang.String getTargetKey()

        Getter for the field targetKey.

        Returns:
        a String object.
      • setTargetKey

        public void setTargetKey​(java.lang.String targetKey)

        Setter for the field targetKey.

        Parameters:
        targetKey - a String object.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object