Package de.aeb.xnsg.ftmc.bf.v3.dtos
Class GetClientInfoResultDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.ftmc.bf.v3.dtos.GetClientInfoResultDTO
public class GetClientInfoResultDTO
extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
Response DTO for IMaterialConfigurationBF.getClientInfo(String, String).
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanIndicates if the client only uses material data from Product Classification.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractResponseDTO
EMPTY_MANDATORY_FIELD, hasErrors, hasOnlyRetryableErrors, hasWarnings, I18N_WARNING, INTERNAL_SERVER_ERROR, INVALID_DATA_ERROR, INVALID_DATA_WARNING, LOCK_ERROR, messages -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
useOnlyMaterialData
public boolean useOnlyMaterialDataIndicates if the client only uses material data from Product Classification.
-
-
Constructor Details
-
GetClientInfoResultDTO
public GetClientInfoResultDTO()
-