Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Interface UserTrackerPath

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

public interface UserTrackerPath
extends UserTrackerPathModel, PersistedModel

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

See Also:
UserTrackerPathModel, UserTrackerPathImpl, UserTrackerPathModelImpl

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, setExpandoBridgeAttributes, setNew, setPath, setPathDate, setPrimaryKey, setPrimaryKeyObj, setUserTrackerId, setUserTrackerPathId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3