Liferay 6.0-ee

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.CountryImpl
All Implemented Interfaces:
BaseModel<Country>, Country, CountryModel, Serializable, Cloneable, Comparable<Country>

public class CountryImpl
extends CountryModelImpl
implements Country

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.CountryModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, 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
 
Methods inherited from class com.liferay.portal.model.impl.CountryModelImpl
clone, compareTo, equals, getA2, getA3, getActive, getCountryId, getExpandoBridge, getIdd, getName, getNumber, getOriginalA2, getOriginalA3, getOriginalName, getPrimaryKey, getPrimaryKeyObj, hashCode, isActive, setA2, setA3, setActive, setCountryId, setExpandoBridgeAttributes, setIdd, setName, setNumber, setPrimaryKey, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
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, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setA2, setA3, setActive, setCachedModel, setCountryId, setEscapedModel, setExpandoBridgeAttributes, setIdd, setName, setNew, setNumber, setPrimaryKey, toEscapedModel, toString, toXmlString
 

Constructor Detail

CountryImpl

public CountryImpl()

Liferay 6.0-ee