com.liferay.portal.model
Interface UserTracker
- All Superinterfaces:
- BaseModel<UserTracker>, ClassedModel, Cloneable, Comparable<UserTracker>, PersistedModel, Serializable, UserTrackerModel
- All Known Implementing Classes:
- UserTrackerBaseImpl, UserTrackerImpl, 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.
- See Also:
UserTrackerModel
,
UserTrackerImpl
,
UserTrackerModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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, toUnescapedModel, toXmlString |
addPath
void addPath(UserTrackerPath path)
compareTo
int compareTo(UserTracker userTracker)
- Specified by:
compareTo
in interface Comparable<UserTracker>
- Specified by:
compareTo
in interface UserTrackerModel
getEmailAddress
String getEmailAddress()
getFullName
String getFullName()
getHits
int getHits()
getPaths
List<UserTrackerPath> getPaths()