Class SaveFormRepresentation

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.util.Map<java.lang.String,​java.lang.Object> values  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Map<java.lang.String,​java.lang.Object> getValues()  
      void setValues​(java.lang.String fieldName, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

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

      • values

        protected java.util.Map<java.lang.String,​java.lang.Object> values
    • Constructor Detail

      • SaveFormRepresentation

        public SaveFormRepresentation()
    • Method Detail

      • getValues

        public java.util.Map<java.lang.String,​java.lang.Object> getValues()
      • setValues

        public void setValues​(java.lang.String fieldName,
                              java.lang.Object value)