Liferay 6.0.5

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.

Never reference this interface directly. All methods that expect a user tracker model instance should use the UserTracker interface instead.

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.5