Package overit.geocall.lang
Class WebResourceChapter
java.lang.Object
overit.geocall.lang.Chapter
overit.geocall.lang.WebResourceChapter
This class extends
This chapter is powered by the translations inserted at runtime by the configurator, into the load dictionaries page for a specific language
Chapter and implements the WebRespurce chapter level.This chapter is powered by the translations inserted at runtime by the configurator, into the load dictionaries page for a specific language
-
Field Summary
Fields inherited from class overit.geocall.lang.Chapter
associations -
Constructor Summary
ConstructorsConstructorDescriptionWebResourceChapter(String lang, Long companyID) Creates a web resource chapter with a specific language and for a specific company. -
Method Summary
Modifier and TypeMethodDescriptionGets the company's identifier to which the chapter refers.Methods inherited from class overit.geocall.lang.Chapter
addImport, convert, exists, getAssociations, getLangName, setExists, splitSourceAndTranslation
-
Constructor Details
-
WebResourceChapter
Creates a web resource chapter with a specific language and for a specific company.- Parameters:
lang- The language of the chaptercompanyID- The id of the company to which the chapter refers.
-
-
Method Details
-
getCompanyID
Gets the company's identifier to which the chapter refers.- Returns:
- the company's identifier.
-