Class CopyFieldDefinition

    • Constructor Detail

      • CopyFieldDefinition

        public CopyFieldDefinition​(String source,
                                   String destination)
        Build a copy field definition.
        Parameters:
        source - The source field.
        destination - The destination field.
      • CopyFieldDefinition

        public CopyFieldDefinition​(Map<String,​Object> attributes)
        Build a copy field definition from a map of attributes.
        Parameters:
        attributes - the Map of attributes.
    • Method Detail

      • getSource

        public String getSource()
        Get the source field.
        Returns:
        The source field.
      • setSource

        public void setSource​(String source)
        Set the source field.
        Parameters:
        source - the source field.
      • getDestination

        public String getDestination()
        Get the destination field.
        Returns:
        The destination field.
      • setDestination

        public void setDestination​(String destination)
        Set the destination field.
        Parameters:
        destination - the destination field.