Class Lookup

    • Constructor Detail

      • Lookup

        public Lookup()
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • getLocalField

        public String getLocalField()
        Specifies the field from the records input to the join.
        Returns:
        field of the input record.
      • setLocalField

        public void setLocalField​(String localField)
        Specifies the field from the records input to the join.
        Parameters:
        localField - field of the input record.
      • getForeignField

        public String getForeignField()
        Specifies the field from the foreign records.
        Returns:
        field of the foreign record.
      • setForeignField

        public void setForeignField​(String foreignField)
        Specifies the field from the foreign records.
        Parameters:
        foreignField - field of the foreign record.
      • getTargetField

        public String getTargetField()
        Specifies the new field of the joined records.
        Returns:
        field of the joined record.
      • setTargetField

        public void setTargetField​(String targetField)
        Specifies the new field of the joined records.
        Parameters:
        targetField - field of the joined record.