Class RecordValueChange
java.lang.Object
org.teamapps.ux.application.validation.RecordValueChange
public class RecordValueChange
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RecordValueChange(java.lang.String propertyName, java.lang.Object value) -
Method Summary
Modifier and Type Method Description java.lang.StringgetPropertyName()java.lang.ObjectgetValue()
-
Constructor Details
-
RecordValueChange
public RecordValueChange(java.lang.String propertyName, java.lang.Object value)
-
-
Method Details
-
getPropertyName
public java.lang.String getPropertyName() -
getValue
public java.lang.Object getValue()
-