com.liferay.portal.model
Interface UserTracker
- All Superinterfaces:
- BaseModel<UserTracker>, Cloneable, Comparable<UserTracker>, Serializable, UserTrackerModel
- All Known Implementing Classes:
- UserTrackerImpl, UserTrackerWrapper
public interface UserTracker
- extends UserTrackerModel
The model interface for the UserTracker service. Represents a row in the "UserTracker" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to UserTrackerImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
- See Also:
UserTrackerModel,
UserTrackerImpl,
UserTrackerModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toEscapedModel, toString, toXmlString |
getFullName
String getFullName()
getEmailAddress
String getEmailAddress()
getPaths
List<UserTrackerPath> getPaths()
addPath
void addPath(UserTrackerPath path)
getHits
int getHits()
compareTo
int compareTo(UserTracker userTracker)
- Specified by:
compareTo in interface Comparable<UserTracker>- Specified by:
compareTo in interface UserTrackerModel