Liferay 6.0.5

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

The model interface for the UserTrackerPath service. Represents a row in the "UserTrackerPath" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to UserTrackerPathImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

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

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