Package de.aeb.xnsg.ftmc.bf.v3.dtos.data
Class MaterialDataDTO
java.lang.Object
de.aeb.xnsg.ftmc.bf.v3.dtos.data.MaterialDataDTO
DTO to hold data of a material.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe container for the certificates.The container for the classifications.The container for the classification values.The container for the features of the material.The container for link attachments.The container for translated material descriptions.The container for material specific details.The material number identifies the material uniquely. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
materialNumber
The material number identifies the material uniquely.
Only relevant in GET direction. The material number cannot be changed in updates and in case a new material shall be created the API provides another mandatory field.
max length: 50
-
materialDetails
The container for material specific details.
-
materialDescriptions
The container for translated material descriptions.
-
linkAttachments
The container for link attachments.
-
features
The container for the features of the material.
-
classifications
The container for the classifications.
-
classificationValues
The container for the classification values.
-
certificates
The container for the certificates.
-
-
Constructor Details
-
MaterialDataDTO
public MaterialDataDTO()
-