Liferay 6.1.2-ce-ga3

com.liferay.portal.model.impl
Class UserTrackerPathImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserTrackerPath>
      extended by com.liferay.portal.model.impl.UserTrackerPathModelImpl
          extended by com.liferay.portal.model.impl.UserTrackerPathBaseImpl
              extended by com.liferay.portal.model.impl.UserTrackerPathImpl
All Implemented Interfaces:
BaseModel<UserTrackerPath>, ClassedModel, PersistedModel, UserTrackerPath, UserTrackerPathModel, Serializable, Cloneable, Comparable<UserTrackerPath>

public class UserTrackerPathImpl
extends UserTrackerPathBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserTrackerPathModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERTRACKERID_COLUMN_BITMASK
 
Constructor Summary
UserTrackerPathImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerPathBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerPathModelImpl
clone, compareTo, equals, getColumnBitmask, getExpandoBridge, getModelAttributes, getModelClass, getModelClassName, getOriginalUserTrackerId, getPath, getPathDate, getPrimaryKey, getPrimaryKeyObj, getUserTrackerId, getUserTrackerPathId, hashCode, resetOriginalValues, setExpandoBridgeAttributes, setModelAttributes, setPath, setPathDate, setPrimaryKey, setPrimaryKeyObj, setUserTrackerId, setUserTrackerPathId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portal.model.UserTrackerPathModel
clone, compareTo, getExpandoBridge, getPath, getPathDate, getPrimaryKey, getPrimaryKeyObj, getUserTrackerId, getUserTrackerPathId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setNew, setPath, setPathDate, setPrimaryKey, setPrimaryKeyObj, setUserTrackerId, setUserTrackerPathId, 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

UserTrackerPathImpl

public UserTrackerPathImpl()

Liferay 6.1.2-ce-ga3