org.jtheque.core.managers.language
Class LanguageState

java.lang.Object
  extended by org.jtheque.core.managers.state.AbstractState
      extended by org.jtheque.core.managers.language.LanguageState
All Implemented Interfaces:
IState

public final class LanguageState
extends AbstractState

The persistent state of the language. This classe must be public, it will be accessed with reflection.

Author:
Baptiste Wicht

Constructor Summary
LanguageState()
           
 
Method Summary
 java.lang.String getLanguage()
          Return the language of the state.
 void setLanguage(java.lang.String language)
          Set the language.
 
Methods inherited from class org.jtheque.core.managers.state.AbstractState
delegateLoad, delegateSave, getProperties, getProperty, getProperty, isDelegated, setProperty
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LanguageState

public LanguageState()
Method Detail

setLanguage

public void setLanguage(java.lang.String language)
Set the language.

Parameters:
language - The language.

getLanguage

public java.lang.String getLanguage()
Return the language of the state.

Returns:
The language.


Copyright © 2009 JTheque. All Rights Reserved.