Class ComponentInstanceI18NRow


  • public class ComponentInstanceI18NRow
    extends Object
    • Field Detail

      • id

        public int id
      • componentId

        public int componentId
      • description

        public String description
    • Constructor Detail

      • ComponentInstanceI18NRow

        public ComponentInstanceI18NRow()
      • ComponentInstanceI18NRow

        public ComponentInstanceI18NRow​(ComponentI18N componentI18N)
      • ComponentInstanceI18NRow

        public ComponentInstanceI18NRow​(int componentId,
                                        String lang,
                                        String name,
                                        String description)