Package de.aeb.xnsg.logistics.bf
Class AmountOfMoneyDTO
java.lang.Object
de.aeb.xnsg.logistics.bf.AmountOfMoneyDTO
An amount of money with a value and an currency ISO code.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe three letter ISO code of the currency of the amount of money.The value of the amount of money. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
value
The value of the amount of money.length=15, scale=2
-
currencyIso
The three letter ISO code of the currency of the amount of money.length=3
-
-
Constructor Details
-
AmountOfMoneyDTO
public AmountOfMoneyDTO()
-
-
Method Details