Class TranslationExcelModel


  • public class TranslationExcelModel
    extends java.lang.Object
    This class has been implemented to be used as a mapping object for an Excel document to load meta information for database entities.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String id  
      private java.lang.String isoCode  
      private int rowIndex  
      private java.lang.String text  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • rowIndex

        @ExcelRow
        private int rowIndex
      • id

        @ExcelCell(0)
        private java.lang.String id
      • text

        @ExcelCell(1)
        private java.lang.String text
      • isoCode

        @ExcelCell(2)
        private java.lang.String isoCode
    • Constructor Detail

      • TranslationExcelModel

        public TranslationExcelModel()