com.konakart.appif
Interface LanguageIf

All Known Implementing Classes:
Language

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

getCode

java.lang.String getCode()
Examples of the code are en, es, de etc.

Returns:
Returns the code.

setCode

void setCode(java.lang.String code)
Examples of the code are en, es, de etc.

Parameters:
code - The code to set.

getDirectory

java.lang.String getDirectory()
Examples of the directory are english, german, espanol etc.

Returns:
Returns the directory.

setDirectory

void setDirectory(java.lang.String directory)
Examples of the directory are english, german, espanol etc.

Parameters:
directory - The directory to set.

getLocale

java.lang.String getLocale()
Returns:
the locale

setLocale

void setLocale(java.lang.String locale)
Parameters:
locale - the locale to set

getId

int getId()
Returns:
Returns the id.

setId

void setId(int id)
Parameters:
id - The id to set.

getImage

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.

Returns:
Returns the image.

setImage

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.

Parameters:
image - The image to set.

getName

java.lang.String getName()
Returns:
Returns the name.

setName

void setName(java.lang.String name)
Parameters:
name - The name to set.

getSortOrder

int getSortOrder()
Returns:
Returns the sortOrder.

setSortOrder

void setSortOrder(int sortOrder)
Parameters:
sortOrder - The sortOrder to set.


Copyright © 2011 DS Data Systems UK Ltd.