com.liferay.portal.model.impl
Class UserTrackerImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<UserTracker>
com.liferay.portal.model.impl.UserTrackerModelImpl
com.liferay.portal.model.impl.UserTrackerBaseImpl
com.liferay.portal.model.impl.UserTrackerImpl
- All Implemented Interfaces:
- BaseModel<UserTracker>, ClassedModel, PersistedModel, UserTracker, UserTrackerModel, Serializable, Cloneable, Comparable<UserTracker>
public class UserTrackerImpl
- extends UserTrackerBaseImpl
- See Also:
- Serialized Form
| Fields inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl |
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, SESSIONID_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, USERID_COLUMN_BITMASK |
| Methods inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl |
clone, equals, getColumnBitmask, getCompanyId, getExpandoBridge, getModelClass, getModelClassName, getModifiedDate, getOriginalCompanyId, getOriginalSessionId, getOriginalUserId, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, resetOriginalValues, setCompanyId, setExpandoBridgeAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
| Methods inherited from interface com.liferay.portal.model.UserTrackerModel |
clone, getCompanyId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toCacheModel, toEscapedModel, toString, toXmlString |
UserTrackerImpl
public UserTrackerImpl()
getFullName
public String getFullName()
getEmailAddress
public String getEmailAddress()
getPaths
public List<UserTrackerPath> getPaths()
addPath
public void addPath(UserTrackerPath path)
getHits
public int getHits()
compareTo
public int compareTo(UserTracker userTracker)
- Specified by:
compareTo in interface UserTracker- Specified by:
compareTo in interface UserTrackerModel- Specified by:
compareTo in interface Comparable<UserTracker>- Overrides:
compareTo in class UserTrackerModelImpl