Class UiCurrencyField.SetPrecisionCommand

java.lang.Object
org.teamapps.dto.UiCurrencyField.SetPrecisionCommand
All Implemented Interfaces:
UiCommand<java.lang.Void>
Enclosing class:
UiCurrencyField

public static class UiCurrencyField.SetPrecisionCommand
extends java.lang.Object
implements UiCommand<java.lang.Void>
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String componentId  
    protected int precision  
  • Constructor Summary

    Constructors 
    Constructor Description
    SetPrecisionCommand()
    Deprecated.
    Only for Jackson deserialization.
    SetPrecisionCommand​(java.lang.String componentId, int precision)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getComponentId()  
    int getPrecision()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

  • Constructor Details

    • SetPrecisionCommand

      @Deprecated public SetPrecisionCommand()
      Deprecated.
      Only for Jackson deserialization. Use the other constructor instead.
    • SetPrecisionCommand

      public SetPrecisionCommand​(java.lang.String componentId, int precision)
  • Method Details