Class ConfigChapter

java.lang.Object
overit.geocall.lang.Chapter
overit.geocall.lang.ConfigChapter

public class ConfigChapter extends Chapter
This class extends 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
  • Constructor Details

    • ConfigChapter

      public ConfigChapter(String langName, Long companyID)
      Creates a configuration chapter with a specific language and for a specific company.
      Parameters:
      langName - The language of the chapter
      companyID - The id of the company to which the chapter refers.
  • Method Details

    • getCompanyID

      public Long getCompanyID()
      Gets the id of the company to which the chapter refers
      Returns:
      the id of the company to which the chapter refers
    • setTranslationMap

      public void setTranslationMap(Map m)
      Sets the Map with the translations for this chapter.
      Parameters:
      m - The Map with the translations for this chapter.