Class JurisdictionDTO

java.lang.Object
de.aeb.xnsg.licmgmt.bf.lm.JurisdictionDTO

public class JurisdictionDTO extends Object
Represents the jurisdiction to which a business object refers or for which it is valid.
Since:
2017/11
See Also:
  • Field Details

    • identCode

      public String identCode
      ID of jurisdiction.

      Maximum length: 50
    • descriptions

      public de.aeb.xnsg.foundation.bf.TextInLanguageDTO[] descriptions
      Descriptions of the jurisdiction in the requested languages.

      Maximum length (of TextInLanguageDTO.text): 250
      See Also:
      • AbstractRequestDTO.resultLanguageIsoCodes
  • Constructor Details

    • JurisdictionDTO

      public JurisdictionDTO()