Class RecordValue
java.lang.Object
org.teamapps.ux.application.validation.RecordValue
public class RecordValue
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description RecordValue(java.lang.String propertyName, boolean required, java.lang.Object value, boolean changed) -
Method Summary
Modifier and Type Method Description intgetIntValue()longgetLongValue()java.lang.StringgetPropertyName()java.lang.StringgetStringValue()java.lang.ObjectgetValue()booleanisChanged()booleanisRequired()
-
Constructor Details
-
RecordValue
public RecordValue(java.lang.String propertyName, boolean required, java.lang.Object value, boolean changed)
-
-
Method Details
-
getPropertyName
public java.lang.String getPropertyName() -
isRequired
public boolean isRequired() -
getValue
public java.lang.Object getValue() -
isChanged
public boolean isChanged() -
getStringValue
public java.lang.String getStringValue() -
getIntValue
public int getIntValue() -
getLongValue
public long getLongValue()
-