Package de.aeb.xnsg.licmgmt.bf.lm
Class JurisdictionDTO
java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.JurisdictionDTO
Represents the jurisdiction to which a business object refers or for which it
is valid.
- Since:
- 2017/11
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionde.aeb.xnsg.foundation.bf.TextInLanguageDTO[]
Descriptions of the jurisdiction in the requested languages.
Maximum length (ofTextInLanguageDTO.text
):250
ID of jurisdiction.
Maximum length:50
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
identCode
ID of jurisdiction.
Maximum length:50
-
descriptions
public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] descriptionsDescriptions of the jurisdiction in the requested languages.
Maximum length (ofTextInLanguageDTO.text
):250
- See Also:
-
-
Constructor Details
-
JurisdictionDTO
public JurisdictionDTO()
-