Class UpdateModel<T>


  • public class UpdateModel<T>
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateModel​(T existingModel, java.util.Map updateProps)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • existingModel

        public T existingModel
      • updateProps

        public java.util.Map updateProps
    • Constructor Detail

      • UpdateModel

        public UpdateModel​(T existingModel,
                           java.util.Map updateProps)