org.alfresco.repo.domain
Interface LocaleEntity

All Known Implementing Classes:
LocaleEntityImpl

public interface LocaleEntity

Represents a persistable Locale entity.

Since:
2.2.1

Method Summary
 java.lang.Long getId()
           
 java.util.Locale getLocale()
           
 java.lang.String getLocaleStr()
           
 void setLocale(java.util.Locale locale)
           
 

Method Detail

getId

java.lang.Long getId()

getLocale

java.util.Locale getLocale()

setLocale

void setLocale(java.util.Locale locale)
Parameters:
locale - the locale to set or null to represent the default locale

getLocaleStr

java.lang.String getLocaleStr()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.