- java.lang.Object
-
- colesico.framework.profile.DefaultProfile
-
- All Implemented Interfaces:
Profile,Serializable,Cloneable
public class DefaultProfile extends Object implements Profile
Default profile implementation- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from interface colesico.framework.profile.Profile
GET_LOCALE_METHOD, GET_QUALIFIERS_METHOD
-
-
Constructor Summary
Constructors Constructor Description DefaultProfile(Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalegetLocale()Returns client locale.ObjectiveQualifiersgetQualifiers()Returns localization qualifier valuesvoidsetLocale(Locale locale)
-
-
-
Constructor Detail
-
DefaultProfile
public DefaultProfile(Locale locale)
-
-
Method Detail
-
getLocale
public Locale getLocale()
Description copied from interface:ProfileReturns client locale.
-
setLocale
public void setLocale(Locale locale)
-
getQualifiers
public ObjectiveQualifiers getQualifiers()
Description copied from interface:ProfileReturns localization qualifier values- Specified by:
getQualifiersin interfaceProfile
-
-