Class UiCurrencyValue

java.lang.Object
org.teamapps.dto.UiCurrencyValue
All Implemented Interfaces:
UiObject

public class UiCurrencyValue
extends java.lang.Object
implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected java.lang.String currencyCode  
    protected long value  
  • Constructor Summary

    Constructors 
    Constructor Description
    UiCurrencyValue()
    Deprecated.
    Only for Jackson deserialization.
    UiCurrencyValue​(long value, java.lang.String currencyCode)  
  • Method Summary

    Modifier and Type Method Description
    java.lang.String getCurrencyCode()  
    UiObjectType getUiObjectType()  
    long getValue()  
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • value

      protected long value
    • currencyCode

      protected java.lang.String currencyCode
  • Constructor Details

    • UiCurrencyValue

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

      public UiCurrencyValue​(long value, java.lang.String currencyCode)
  • Method Details