public class ContentLanguage extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
code
Name
|
protected String |
globalId
Global ID
|
protected Integer |
id
ID
|
protected String |
name
Code
|
Constructor and Description |
---|
ContentLanguage()
Create empty instance
|
Modifier and Type | Method and Description |
---|---|
String |
getCode()
Language code
|
String |
getGlobalId()
Global ID
|
Integer |
getId()
Language ID
|
String |
getName()
Language name
|
ContentLanguage |
setCode(String code)
Set the language code
|
ContentLanguage |
setGlobalId(String globalId)
Set the global ID
|
ContentLanguage |
setId(Integer id)
Set the language ID
|
ContentLanguage |
setName(String name)
Set the language name
|
protected Integer id
protected String globalId
protected String code
protected String name
public Integer getId()
public ContentLanguage setId(Integer id)
id
- IDpublic String getGlobalId()
public ContentLanguage setGlobalId(String globalId)
globalId
- global IDpublic String getCode()
public ContentLanguage setCode(String code)
code
- codepublic String getName()
public ContentLanguage setName(String name)
name
- nameCopyright © 2024 Gentics Software. All rights reserved.