Package org.teamapps.dto
Class UiCurrencyValue
- java.lang.Object
-
- org.teamapps.dto.UiCurrencyValue
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.StringcurrencyCodeprotected longvalue
-
Constructor Summary
Constructors Constructor Description UiCurrencyValue()Deprecated.Only for Jackson deserialization.UiCurrencyValue(long value, java.lang.String currencyCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrencyCode()UiObjectTypegetUiObjectType()longgetValue()java.lang.StringtoString()
-
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getValue
public long getValue()
-
getCurrencyCode
public java.lang.String getCurrencyCode()
-
-