Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class CountryImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<Country>
      extended by com.liferay.portal.model.impl.CountryModelImpl
          extended by com.liferay.portal.model.impl.CountryBaseImpl
              extended by com.liferay.portal.model.impl.CountryImpl
All Implemented Interfaces:
BaseModel<Country>, ClassedModel, Country, CountryModel, Serializable, Cloneable, Comparable<Country>

public class CountryImpl
extends CountryBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.CountryModelImpl
A2_COLUMN_BITMASK, A3_COLUMN_BITMASK, ACTIVE_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, NAME_COLUMN_BITMASK, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
CountryImpl()
           
 
Method Summary
 String getName(Locale locale)
           
 String getNameCurrentLanguageId()
           
 String getNameCurrentValue()
           
 void setNameCurrentLanguageId(String languageId)
           
 
Methods inherited from class com.liferay.portal.model.impl.CountryModelImpl
clone, compareTo, equals, getA2, getA3, getActive, getColumnBitmask, getCountryId, getExpandoBridge, getIdd, getModelAttributes, getModelClass, getModelClassName, getName, getNumber, getOriginalA2, getOriginalA3, getOriginalActive, getOriginalName, getPrimaryKey, getPrimaryKeyObj, getZipRequired, hashCode, isActive, isZipRequired, resetOriginalValues, setA2, setA3, setActive, setCountryId, setExpandoBridgeAttributes, setIdd, setModelAttributes, setName, setNumber, setPrimaryKey, setPrimaryKeyObj, setZipRequired, toCacheModel, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.CountryModel
clone, compareTo, getA2, getA3, getActive, getCountryId, getExpandoBridge, getIdd, getName, getNumber, getPrimaryKey, getPrimaryKeyObj, getZipRequired, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isZipRequired, setA2, setA3, setActive, setCachedModel, setCountryId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setIdd, setName, setNew, setNumber, setPrimaryKey, setPrimaryKeyObj, setZipRequired, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

CountryImpl

public CountryImpl()
Method Detail

getName

public String getName(Locale locale)

getNameCurrentLanguageId

public String getNameCurrentLanguageId()

getNameCurrentValue

@JSON
public String getNameCurrentValue()

setNameCurrentLanguageId

public void setNameCurrentLanguageId(String languageId)

Liferay 6.2-ce-ga5