Class TextTranslationRestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.rest.TextTranslationRestDTO

public abstract class TextTranslationRestDTO extends Object
  • Field Details

    • language

      @Size(max=2, min=2) @Pattern(regexp="[A-Z]{2}") @NotEmpty public @Size(max=2,min=2) @Pattern(regexp="[A-Z]{2}") @NotEmpty String language
  • Constructor Details

    • TextTranslationRestDTO

      public TextTranslationRestDTO()