Package de.aeb.xnsg.ftmc.af
Class FTMCOpenCodeResearchDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
de.aeb.xnsg.ftmc.af.FTMCOpenCodeResearchDTO
DTO to hold data to research a code number for a material.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe identCode of the field to classify.ISO code of the country the classification belongs to.ISO code of language for which the descriptions should be displayed.The material number which identifies a material uniquely in the client.From this date on the code number will be valid.Fields inherited from class de.aeb.xnsg.ftmc.bf.FTMCRequestDTO
clientIdentCode, installationIdHost -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
classificationFieldIdentCode
The identCode of the field to classify.
length=20
- See Also:
-
materialNumber
The material number which identifies a material uniquely in the client.
length=50
-
languageISOCode
ISO code of language for which the descriptions should be displayed.length=2
-
countryISOCode
ISO code of the country the classification belongs to.length=2
-
validFrom
From this date on the code number will be valid. Ifnullthe code number will be valid immediately.
-
-
Constructor Details
-
FTMCOpenCodeResearchDTO
public FTMCOpenCodeResearchDTO()
-