com.liferay.portal.model
Interface UserTrackerPath

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, UserTrackerPathModel

public interface UserTrackerPath
extends UserTrackerPathModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

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

Customize com.liferay.portal.model.impl.UserTrackerPathImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
UserTrackerPathModel, UserTrackerPathImpl, UserTrackerPathModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserTrackerPathModel
getPath, getPathDate, getPrimaryKey, getUserTrackerId, getUserTrackerPathId, setPath, setPathDate, setPrimaryKey, setUserTrackerId, setUserTrackerPathId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo