Class RecordValueChange


  • public class RecordValueChange
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      RecordValueChange​(java.lang.String propertyName, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyName()  
      java.lang.Object getValue()  
      • Methods inherited from class java.lang.Object

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

      • RecordValueChange

        public RecordValueChange​(java.lang.String propertyName,
                                 java.lang.Object value)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
      • getValue

        public java.lang.Object getValue()