Class CreateCertTemplateResponseDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractResponseDTO
de.aeb.xnsg.ftmc.bf.proposals.certtemplate.CreateCertTemplateResponseDTO
public class CreateCertTemplateResponseDTO
extends de.aeb.xnsg.foundation.bf.AbstractResponseDTO
Response DTO holding the data of a created template with
IClassificationProposalBF.createCertTemplate(String, String, CreateCertTemplateRequestDTO).-
Field Summary
FieldsModifier and TypeFieldDescriptionThe unique identification code of a document template.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
-
id
The unique identification code of a document template.
Maximum length: 32
-
-
Constructor Details
-
CreateCertTemplateResponseDTO
public CreateCertTemplateResponseDTO()
-