Class DefaultProfile

java.lang.Object
colesico.framework.profile.DefaultProfile
All Implemented Interfaces:
Profile, java.io.Serializable, java.lang.Cloneable

public class DefaultProfile
extends java.lang.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​(java.util.Locale locale)  
  • Method Summary

    Modifier and Type Method Description
    java.util.Locale getLocale()
    Returns client locale.
    ObjectiveQualifiers getQualifiers()
    Returns localization qualifier values
    void setLocale​(java.util.Locale locale)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait