com.liferay.portal.model.impl
Class UserTrackerImpl

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

public class UserTrackerImpl
extends UserTrackerModelImpl
implements com.liferay.portal.model.UserTracker

View Source

Author:
Brian Wing Shun Chan
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(com.liferay.portal.model.UserTrackerPath path)
           
 int compareTo(com.liferay.portal.model.UserTracker userTracker)
           
 java.lang.String getEmailAddress()
           
 java.lang.String getFullName()
           
 int getHits()
           
 java.util.List<com.liferay.portal.model.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, hashCode, setCompanyId, setModifiedDate, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, toEscapedModel, toModel, toModels, 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
getCompanyId, getModifiedDate, getPrimaryKey, getRemoteAddr, getRemoteHost, getSessionId, getUserAgent, getUserId, getUserTrackerId, setCompanyId, setModifiedDate, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 

Constructor Detail

UserTrackerImpl

public UserTrackerImpl()
Method Detail

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in interface com.liferay.portal.model.UserTracker

getEmailAddress

public java.lang.String getEmailAddress()
Specified by:
getEmailAddress in interface com.liferay.portal.model.UserTracker

getPaths

public java.util.List<com.liferay.portal.model.UserTrackerPath> getPaths()
Specified by:
getPaths in interface com.liferay.portal.model.UserTracker

addPath

public void addPath(com.liferay.portal.model.UserTrackerPath path)
Specified by:
addPath in interface com.liferay.portal.model.UserTracker

getHits

public int getHits()
Specified by:
getHits in interface com.liferay.portal.model.UserTracker

compareTo

public int compareTo(com.liferay.portal.model.UserTracker userTracker)
Specified by:
compareTo in interface com.liferay.portal.model.UserTracker
Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portal.model.UserTracker>
Overrides:
compareTo in class UserTrackerModelImpl