com.liferay.portal.model
Interface UserTracker

All Superinterfaces:
BaseModel<UserTracker>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<UserTracker>, PersistedModel, java.io.Serializable, UserTrackerModel
All Known Implementing Classes:
UserTrackerWrapper

public interface UserTracker
extends UserTrackerModel, PersistedModel

The extended model interface for the UserTracker service. Represents a row in the "UserTracker" database table, with each column mapped to a property of this class.

Author:
Brian Wing Shun Chan
See Also:
UserTrackerModel, UserTrackerImpl, UserTrackerModelImpl
Generated:

Method Summary
 void addPath(UserTrackerPath path)
           
 int compareTo(UserTracker userTracker)
           
 java.lang.String getEmailAddress()
           
 java.lang.String getFullName()
           
 int getHits()
           
 java.util.List<UserTrackerPath> getPaths()
           
 
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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
resetOriginalValues
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFullName

java.lang.String getFullName()

getEmailAddress

java.lang.String getEmailAddress()

getPaths

java.util.List<UserTrackerPath> getPaths()

addPath

void addPath(UserTrackerPath path)

getHits

int getHits()

compareTo

int compareTo(UserTracker userTracker)
Specified by:
compareTo in interface java.lang.Comparable<UserTracker>
Specified by:
compareTo in interface UserTrackerModel