public class ScriptRecord extends Object
| Constructor and Description |
|---|
ScriptRecord() |
| Modifier and Type | Method and Description |
|---|---|
LanguageRecord |
getDefaultLanguage()
Retrieves the default language of the Script Record.
|
LanguageRecord[] |
getLanguages()
Retrieves the languages of the Script Record.
|
String |
getTag()
Retrieves the tag of the Script Record.
|
void |
setDefaultLanguage(LanguageRecord defaultLanguage)
Sets the default language of the Script Record.
|
void |
setLanguages(LanguageRecord[] languages)
Sets the languages of the Script Record.
|
void |
setTag(String tag)
Sets the tag of the Script Record.
|
public String getTag()
public void setTag(String tag)
tag - tag of recordpublic LanguageRecord getDefaultLanguage()
public void setDefaultLanguage(LanguageRecord defaultLanguage)
defaultLanguage - default languagepublic LanguageRecord[] getLanguages()
public void setLanguages(LanguageRecord[] languages)
languages - languagesCopyright © 1998–2025 Apryse Group NV. All rights reserved.