Class DataAssociation

    • Field Detail

      • sourceRef

        protected String sourceRef
      • targetRef

        protected String targetRef
      • transformation

        protected String transformation
    • Constructor Detail

      • DataAssociation

        public DataAssociation()
    • Method Detail

      • getSourceRef

        public String getSourceRef()
      • setSourceRef

        public void setSourceRef​(String sourceRef)
      • getTargetRef

        public String getTargetRef()
      • setTargetRef

        public void setTargetRef​(String targetRef)
      • getTransformation

        public String getTransformation()
      • setTransformation

        public void setTransformation​(String transformation)
      • setAssignments

        public void setAssignments​(List<Assignment> assignments)