Package de.aeb.xnsg.ftmc.bf.v3.dtos.data
Class MaterialDetailsDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.v3.dtos.data.MaterialDetailsDTO
The container for material specific details.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAn alternative material number.Some attribute to identify this material easier.Deprecated.A container for the product hierarchy data of the Material, contains product category and product groupDate from which the material is valid.Date to which the material is valid. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
alternativeMaterialNumber
An alternative material number. This is typically a representation of the materialNumber that has a better readability.
max length: 50
-
attribute
Some attribute to identify this material easier.
max length: 10
-
priority
Deprecated.Not used anymore. Send values will be mapped to #attribute
max length: 10
-
productHierarchy
A container for the product hierarchy data of the Material, contains product category and product group
-
validFrom
Date from which the material is valid.
Format: YYYY-MM-DD
-
validTo
Date to which the material is valid.
Format: YYYY-MM-DD
-
-
Constructor Details
-
MaterialDetailsDTO
public MaterialDetailsDTO()
-
-
Method Details