Class PersistentFieldChangeImpl

    • Constructor Summary

      Constructors 
      Constructor Description
      PersistentFieldChangeImpl​(java.lang.String componentId, java.lang.String fieldName, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getComponentId()
      Returns the nested id of the component, or the empty string for the page's root component.
      java.lang.String getFieldName()
      Returns the name of the field for which a change was recorded.
      java.lang.Object getValue()
      Returns the new value for the field (which may be null).
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait