ZMObject
└─ZMLanguage
public class ZMLanguage
extends ZMObject
| Fields inherited from org.zenmagick.core.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
Create new instance. |
|
| Method Summary | |
|---|---|
| string | getCode() Get the language code. |
| string | Get the language directory name. |
| int | getId() Get the language id. |
| string | getImage() Get the language image. |
| string | getName() Get the language name. |
| void | setCode(string code) Set the language code. |
| void | setDirectory(string directory) Set the language directory name. |
| void | setId(int id) Set the language id. |
| void | setImage(string image) Set the language image. |
| void | setName(string name) Set the language name. |
| Methods inherited from org.zenmagick.core.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMLanguage()
Create new instance.
public string getCode()
Get the language code.
public string getDirectory()
Get the language directory name.
public int getId()
Get the language id.
public string getImage()
Get the language image.
public string getName()
Get the language name.
public void setCode(string code)
Set the language code.
public void setDirectory(string directory)
Set the language directory name.
public void setId(int id)
Set the language id.
public void setImage(string image)
Set the language image.
public void setName(string name)
Set the language name.
A single language.