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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetIntValue()longgetLongValue()java.lang.StringgetPropertyName()java.lang.StringgetStringValue()java.lang.ObjectgetValue()booleanisChanged()booleanisRequired()
-
-
-
Method Detail
-
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()
-
-