Class ComboboxEntryDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.ComboboxEntryDTO

public class ComboboxEntryDTO extends Object
For common use in BF methods which return combobox entries, e.g. for a list of master file data.
  • Field Details

    • identCode

      public String identCode
      The identCode of the entry.

      length=50

    • descriptions

      public TextInLanguageDTO[] descriptions
      The description of the entry in the requested result languages.
  • Constructor Details

    • ComboboxEntryDTO

      public ComboboxEntryDTO()