Liferay 6.0.5

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.UserTrackerPathImpl
All Implemented Interfaces:
BaseModel<UserTrackerPath>, UserTrackerPath, UserTrackerPathModel, Serializable, Cloneable, Comparable<UserTrackerPath>

public class UserTrackerPathImpl
extends UserTrackerPathModelImpl
implements UserTrackerPath

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserTrackerPathModelImpl
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
 
Constructor Summary
UserTrackerPathImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerPathModelImpl
clone, compareTo, equals, getExpandoBridge, getPath, getPathDate, getPrimaryKey, getPrimaryKeyObj, getUserTrackerId, getUserTrackerPathId, hashCode, setExpandoBridgeAttributes, setPath, setPathDate, setPrimaryKey, setUserTrackerId, setUserTrackerPathId, toEscapedModel, 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.UserTrackerPathModel
clone, compareTo, getExpandoBridge, getPath, getPathDate, getPrimaryKey, getPrimaryKeyObj, getUserTrackerId, getUserTrackerPathId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew, setPath, setPathDate, setPrimaryKey, setUserTrackerId, setUserTrackerPathId, toEscapedModel, toString, toXmlString
 

Constructor Detail

UserTrackerPathImpl

public UserTrackerPathImpl()

Liferay 6.0.5