Liferay 7.0-ce-b4

com.liferay.portal.model
Interface UserTrackerPath

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

@ProviderType
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
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Field Summary
static Accessor<UserTrackerPath,Long> USER_TRACKER_PATH_ID_ACCESSOR
           
 
Method Summary
 
Methods inherited from interface com.liferay.portal.model.UserTrackerPathModel
clone, compareTo, getCompanyId, getExpandoBridge, getMvccVersion, getPath, getPathDate, getPrimaryKey, getPrimaryKeyObj, getUserTrackerId, getUserTrackerPathId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setMvccVersion, setNew, setPath, setPathDate, setPrimaryKey, setPrimaryKeyObj, setUserTrackerId, setUserTrackerPathId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

USER_TRACKER_PATH_ID_ACCESSOR

static final Accessor<UserTrackerPath,Long> USER_TRACKER_PATH_ID_ACCESSOR

Liferay 7.0-ce-b4