Liferay 6.0.3

com.liferay.portal.model
Interface UserTrackerPath

All Superinterfaces:
BaseModel<UserTrackerPath>, Cloneable, Comparable<UserTrackerPath>, Serializable, UserTrackerPathModel
All Known Implementing Classes:
UserTrackerPathImpl, UserTrackerPathWrapper

public interface UserTrackerPath
extends UserTrackerPathModel

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

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

See Also:
UserTrackerPathModel, UserTrackerPathImpl, UserTrackerPathModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserTrackerPathModel
clone, compareTo, getExpandoBridge, getPath, getPathDate, getPrimaryKey, getPrimaryKeyObj, getUserTrackerId, getUserTrackerPathId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setNew, setPath, setPathDate, setPrimaryKey, setUserTrackerId, setUserTrackerPathId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3