Package overit.geocall.lang
Class ConfigChapter
java.lang.Object
overit.geocall.lang.Chapter
overit.geocall.lang.ConfigChapter
This class extends
This chapter is powered by the translations inserted at runtime by the configurator, on the configuration page for a specific language
Chapter and implements the configuration chapter level.This chapter is powered by the translations inserted at runtime by the configurator, on the configuration page for a specific language
-
Field Summary
Fields inherited from class overit.geocall.lang.Chapter
associations -
Constructor Summary
ConstructorsConstructorDescriptionConfigChapter(String langName, Long companyID) Creates a configuration chapter with a specific language and for a specific company. -
Method Summary
Modifier and TypeMethodDescriptionGets the id of the company to which the chapter refersvoidSets theMapwith the translations for this chapter.Methods inherited from class overit.geocall.lang.Chapter
addImport, convert, exists, getAssociations, getLangName, setExists, splitSourceAndTranslation
-
Constructor Details
-
ConfigChapter
Creates a configuration chapter with a specific language and for a specific company.- Parameters:
langName- The language of the chaptercompanyID- The id of the company to which the chapter refers.
-
-
Method Details