Liferay 6.2-ce-ga5

com.liferay.portal.model.impl
Class BrowserTrackerImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<BrowserTracker>
      extended by com.liferay.portal.model.impl.BrowserTrackerModelImpl
          extended by com.liferay.portal.model.impl.BrowserTrackerBaseImpl
              extended by com.liferay.portal.model.impl.BrowserTrackerImpl
All Implemented Interfaces:
BaseModel<BrowserTracker>, BrowserTracker, BrowserTrackerModel, ClassedModel, PersistedModel, Serializable, Cloneable, Comparable<BrowserTracker>

public class BrowserTrackerImpl
extends BrowserTrackerBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.BrowserTrackerModelImpl
BROWSERTRACKERID_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, 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, USERID_COLUMN_BITMASK
 
Constructor Summary
BrowserTrackerImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.BrowserTrackerBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.BrowserTrackerModelImpl
clone, compareTo, equals, getBrowserKey, getBrowserTrackerId, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, resetOriginalValues, setBrowserKey, setBrowserTrackerId, setExpandoBridgeAttributes, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, toCacheModel, toEscapedModel, 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.BrowserTrackerModel
clone, compareTo, getBrowserKey, getBrowserTrackerId, getExpandoBridge, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setBrowserKey, setBrowserTrackerId, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserUuid, 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

BrowserTrackerImpl

public BrowserTrackerImpl()

Liferay 6.2-ce-ga5