@ProviderType public interface UserTrackerPathModel extends BaseModel<UserTrackerPath>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.UserTrackerPathModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.UserTrackerPathImpl.
UserTrackerPath| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId()
Returns the company ID of this user tracker path.
|
long |
getMvccVersion()
Returns the mvcc version of this user tracker path.
|
String |
getPath()
Returns the path of this user tracker path.
|
Date |
getPathDate()
Returns the path date of this user tracker path.
|
long |
getPrimaryKey()
Returns the primary key of this user tracker path.
|
long |
getUserTrackerId()
Returns the user tracker ID of this user tracker path.
|
long |
getUserTrackerPathId()
Returns the user tracker path ID of this user tracker path.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user tracker path.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user tracker path.
|
void |
setPath(String path)
Sets the path of this user tracker path.
|
void |
setPathDate(Date pathDate)
Sets the path date of this user tracker path.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user tracker path.
|
void |
setUserTrackerId(long userTrackerId)
Sets the user tracker ID of this user tracker path.
|
void |
setUserTrackerPathId(long userTrackerPathId)
Sets the user tracker path ID of this user tracker path.
|
clone, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this user tracker pathlong getMvccVersion()
getMvccVersion in interface MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this user tracker pathlong getUserTrackerPathId()
void setUserTrackerPathId(long userTrackerPathId)
userTrackerPathId - the user tracker path ID of this user tracker pathlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this user tracker pathlong getUserTrackerId()
void setUserTrackerId(long userTrackerId)
userTrackerId - the user tracker ID of this user tracker path@AutoEscape String getPath()
void setPath(String path)
path - the path of this user tracker pathDate getPathDate()
void setPathDate(Date pathDate)
pathDate - the path date of this user tracker path