|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface LanguageIf
Describes a language for use within KonaKart
| Method Summary | |
|---|---|
java.lang.String |
getCode()
Examples of the code are en, es, de etc. |
java.lang.String |
getDirectory()
Examples of the directory are english, german, espanol etc. |
int |
getId()
|
java.lang.String |
getImage()
Normally a flag of the country where the language is spoken, stored in the directory of images specific to this language. |
java.lang.String |
getLocale()
|
java.lang.String |
getName()
|
int |
getSortOrder()
|
void |
setCode(java.lang.String code)
Examples of the code are en, es, de etc. |
void |
setDirectory(java.lang.String directory)
Examples of the directory are english, german, espanol etc. |
void |
setId(int id)
|
void |
setImage(java.lang.String image)
Normally a flag of the country where the language is spoken, stored in the directory of images specific to this language. |
void |
setLocale(java.lang.String locale)
|
void |
setName(java.lang.String name)
|
void |
setSortOrder(int sortOrder)
|
| Method Detail |
|---|
java.lang.String getCode()
void setCode(java.lang.String code)
code - The code to set.java.lang.String getDirectory()
void setDirectory(java.lang.String directory)
directory - The directory to set.java.lang.String getLocale()
void setLocale(java.lang.String locale)
locale - the locale to setint getId()
void setId(int id)
id - The id to set.java.lang.String getImage()
void setImage(java.lang.String image)
image - The image to set.java.lang.String getName()
void setName(java.lang.String name)
name - The name to set.int getSortOrder()
void setSortOrder(int sortOrder)
sortOrder - The sortOrder to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||