Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

openfuture.masterdata.test
Class Language  view Language download Language.java

java.lang.Object
  extended byopenfuture.masterdata.MasterData
      extended byopenfuture.masterdata.LDMasterData
          extended byopenfuture.masterdata.test.Language
All Implemented Interfaces:
java.lang.Comparable, openfuture.masterdata.ILanguageDependent, openfuture.masterdata.IMasterData, java.io.Serializable

public class Language
extends openfuture.masterdata.LDMasterData

The class Language is an example for a language dependent master data class Creation date: (10.09.00 09:56:39)


Field Summary
private  java.util.Locale locale
          Field locale (Locale) is used to identify Locale
 
Fields inherited from class openfuture.masterdata.LDMasterData
 
Fields inherited from class openfuture.masterdata.MasterData
 
Constructor Summary
Language()
          Constructor
Language(java.lang.String id, java.lang.String language, java.lang.String text, java.util.Locale locale)
          Constructor
 
Method Summary
 java.util.Locale getLocale()
          Return contents of field locale
 void setLocale(java.util.Locale newValue)
          Set contents of field locale to the given value
 
Methods inherited from class openfuture.masterdata.LDMasterData
equals, getLanguage, hashCode, setLanguage, toString
 
Methods inherited from class openfuture.masterdata.MasterData
compareTo, compareTo, getId, getText, setId, setText
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

locale

private java.util.Locale locale
Field locale (Locale) is used to identify Locale

Constructor Detail

Language

public Language()
Constructor


Language

public Language(java.lang.String id,
                java.lang.String language,
                java.lang.String text,
                java.util.Locale locale)
Constructor

Method Detail

getLocale

public final java.util.Locale getLocale()
Return contents of field locale


setLocale

public final void setLocale(java.util.Locale newValue)
Set contents of field locale to the given value