Package de.aeb.xnsg.ftmc.af
Class FTMCOpenMaterialClassificationDTO
java.lang.Object
de.aeb.xnsg.ftmc.af.FTMCOpenMaterialClassificationDTO
DTO to specify which material classification for which country for which material should be opened.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe identCode of the field to classify.This country iso code for which a classification should be made.The material number which identifies a material uniquely in the client. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
materialNumber
The material number which identifies a material uniquely in the client.
length=50
-
classificationFieldIdentCode
The identCode of the field to classify.
length=20
- See Also:
-
countryIsoCode
This country iso code for which a classification should be made.
-
-
Constructor Details
-
FTMCOpenMaterialClassificationDTO
public FTMCOpenMaterialClassificationDTO()
-