Package de.aeb.xnsg.logistics.bf
Class UpdateCurrencyRateResultDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseItemDTO
de.aeb.xnsg.logistics.bf.UpdateCurrencyRateResultDTO
Messages for this particular item, e.g. for errors or warnings.
The following messageIdentCodes are used:
"INVALID_DATA_ERROR": One of the ident codes send was not recognized by the engine, e.g. an currency code.
"EMPTY_MANDATORY_FIELD" One of the mandatory Fields is empty "LOCK_WARNING" the service or an updated text can not be locked
The following messageIdentCodes are used:
"INVALID_DATA_ERROR": One of the ident codes send was not recognized by the engine, e.g. an currency code.
"EMPTY_MANDATORY_FIELD" One of the mandatory Fields is empty "LOCK_WARNING" the service or an updated text can not be locked
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe ISO code of the currency the rate converts from.The ISO code of the currency the rate converts to.Validity start of the rate.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseItemDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasWarnings, INVALID_DATA_ERROR, LOCK_WARNING, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
validFrom
Validity start of the rate. -
currencyIsoCodeFrom
The ISO code of the currency the rate converts from.length=3
-
currencyIsoCodeTo
The ISO code of the currency the rate converts to.length=3
-
-
Constructor Details
-
UpdateCurrencyRateResultDTO
public UpdateCurrencyRateResultDTO()
-