Package de.aeb.xnsg.licmgmt.bf
Class ElanGoodDTO
java.lang.Object
de.aeb.xnsg.licmgmt.bf.ElanGoodDTO
- All Implemented Interfaces:
Serializable
Describes a good in an ELAN license application
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionNumber from the German Ausfuhrliste for this good.
SetisGoodNotListed
totrue
if the good is not listed.
Maximum length:12
Numeric identifier according to 'Chemical Abstracts Service' (CAS) relevant for this good.
Maximum length:25
Commodity code.
Maximum length:8
Exact CWUE list number relevant for this good.
Maximum length:10
True, if the good is not listed on the German 'Ausfuhrliste'.
If this flag istrue
the fieldalNumber
in the good is filled with the placeholderNull
which means 'not listed'.IUPAC name of the chemical product, line 1.
Maximum length:40
IUPAC name of the chemical product, line 2.
Maximum length:40
IUPAC name of the chemical product, line 3.
Maximum length:40
IUPAC name of the chemical product, line 4.
Maximum length:40
The name of the good, line 1.
Maximum length:40
The name of the good, line 2.
Maximum length:40
The name of the good, line 3.
Maximum length:40
The name of the good, line 4.
Maximum length:40
Manufacturer of the good.
Maximum length:25
Quantity of the good.Quantity unit.Type description of the good.
Maximum length:25
Value of the good.
Maximum number of digits:12
Currency of the value. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
label1
The name of the good, line 1.
Maximum length:40
-
label2
The name of the good, line 2.
Maximum length:40
-
label3
The name of the good, line 3.
Maximum length:40
-
label4
The name of the good, line 4.
Maximum length:40
-
manufacturer
Manufacturer of the good.
Maximum length:25
-
typeOfGood
Type description of the good.
Maximum length:25
-
commCode
Commodity code.
Maximum length:8
-
isGoodNotListed
True, if the good is not listed on the German 'Ausfuhrliste'.
If this flag istrue
the fieldalNumber
in the good is filled with the placeholderNull
which means 'not listed'. -
alNumber
Number from the German Ausfuhrliste for this good.
SetisGoodNotListed
totrue
if the good is not listed.
Maximum length:12
-
value
Value of the good.
Maximum number of digits:12
-
valueCurrency
Currency of the value. Currently the only allowed currency isEUR
.
Maximum length:3
-
quantity
Quantity of the good. -
quantityUnit
Quantity unit. The ident code must conform to the codes retrieved by querying the webserviceIElanTransactionBF.getDimensions()
.
Maximum length:10
-
casNumber
Numeric identifier according to 'Chemical Abstracts Service' (CAS) relevant for this good.
Maximum length:25
-
cwueList
Exact CWUE list number relevant for this good.
Maximum length:10
-
iupacLabel1
IUPAC name of the chemical product, line 1.
Maximum length:40
-
iupacLabel2
IUPAC name of the chemical product, line 2.
Maximum length:40
-
iupacLabel3
IUPAC name of the chemical product, line 3.
Maximum length:40
-
iupacLabel4
IUPAC name of the chemical product, line 4.
Maximum length:40
-
-
Constructor Details
-
ElanGoodDTO
public ElanGoodDTO()
-