Liferay 6.0.3

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

This interface is a model that represents the UserTracker table in the database.

Customize UserTrackerImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
UserTrackerModel, UserTrackerImpl, UserTrackerModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 void addPath(UserTrackerPath path)
           
 int compareTo(UserTracker userTracker)
           
 String getEmailAddress()
           
 String getFullName()
           
 int getHits()
           
 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, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setRemoteAddr, setRemoteHost, setSessionId, setUserAgent, setUserId, setUserTrackerId, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

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

Liferay 6.0.3