Class GenericParameterInfoDTO
java.lang.Object
de.aeb.xnsg.tariffcontent.af.v3.dto.GenericParameterInfoDTO
Information about a specific parameter for an application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
Defines whether or not the parameter is mandatory for opening the application.The maximal length of the sent value.The minimal length of the sent value.static final String
A description of the parameter in the application.The name of the parameter in the application.The type that the transmitted value will be casted to.A description of the parameter type.static final String
-
Constructor Summary
ConstructorsConstructorDescriptionGenericParameterInfoDTO
(String fieldName, String fieldDescription, String fieldType, boolean mandatory) -
Method Summary
-
Field Details
-
STRING
- See Also:
-
BOOLEAN
- See Also:
-
NUMBER
- See Also:
-
DECIMAL
- See Also:
-
DATE
- See Also:
-
DATE_SPECIFICATION
- See Also:
-
parameterName
The name of the parameter in the application. -
parameterDescription
A description of the parameter in the application. -
parameterType
The type that the transmitted value will be casted to. The values are always transmitted as string. -
parameterTypeDescription
A description of the parameter type. -
mandatory
Defines whether or not the parameter is mandatory for opening the application. Mandatory parameters must be transmitted and will lead to an exception page on a cast error. Optional parameters may be omitted, and will only lead to an in-application warning on a cast error. -
minLength
The minimal length of the sent value. -
maxLength
The maximal length of the sent value.
-
-
Constructor Details
-
GenericParameterInfoDTO
public GenericParameterInfoDTO() -
GenericParameterInfoDTO
-
-
Method Details
-
withMinLength
-
withMaxLength
-