Liferay 6.0.5

com.liferay.portal.model.impl
Class UserTrackerImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<UserTracker>
      extended by com.liferay.portal.model.impl.UserTrackerModelImpl
          extended by com.liferay.portal.model.impl.UserTrackerImpl
All Implemented Interfaces:
BaseModel<UserTracker>, UserTracker, UserTrackerModel, Serializable, Cloneable, Comparable<UserTracker>

public class UserTrackerImpl
extends UserTrackerModelImpl
implements UserTracker

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl
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
UserTrackerImpl()
           
 
Method Summary
 void addPath(UserTrackerPath path)
           
 int compareTo(UserTracker userTracker)
           
 String getEmailAddress()
           
 String getFullName()
           
 int getHits()
           
 List<UserTrackerPath> getPaths()
           
 
Methods inherited from class com.liferay.portal.model.impl.UserTrackerModelImpl
clone, equals, getCompanyId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, setCompanyId, setExpandoBridgeAttributes, setModifiedDate, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, 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.UserTrackerModel
clone, getCompanyId, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, getUserUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

UserTrackerImpl

public UserTrackerImpl()
Method Detail

getFullName

public String getFullName()
Specified by:
getFullName in interface UserTracker

getEmailAddress

public String getEmailAddress()
Specified by:
getEmailAddress in interface UserTracker

getPaths

public List<UserTrackerPath> getPaths()
Specified by:
getPaths in interface UserTracker

addPath

public void addPath(UserTrackerPath path)
Specified by:
addPath in interface UserTracker

getHits

public int getHits()
Specified by:
getHits in interface UserTracker

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

Liferay 6.0.5