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
    int getIntValue()  
    long getLongValue()  
    java.lang.String getPropertyName()  
    java.lang.String getStringValue()  
    java.lang.Object getValue()  
    boolean isChanged()  
    boolean isRequired()  

    Methods inherited from class java.lang.Object

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

    • RecordValue

      public RecordValue​(java.lang.String propertyName, boolean required, java.lang.Object value, boolean changed)
  • Method Details