Package com.liferay.portal.kernel.model
Class UserTrackerPathWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<UserTrackerPath>
com.liferay.portal.kernel.model.UserTrackerPathWrapper
- All Implemented Interfaces:
BaseModel<UserTrackerPath>,ClassedModel,ModelWrapper<UserTrackerPath>,MVCCModel,PersistedModel,ShardedModel,UserTrackerPath,UserTrackerPathModel,Serializable,Cloneable,Comparable<UserTrackerPath>
public class UserTrackerPathWrapper
extends BaseModelWrapper<UserTrackerPath>
implements ModelWrapper<UserTrackerPath>, UserTrackerPath
This class is a wrapper for UserTrackerPath.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.portal.kernel.model.UserTrackerPath
USER_TRACKER_PATH_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this user tracker path.longReturns the mvcc version of this user tracker path.getPath()Returns the path of this user tracker path.Returns the path date of this user tracker path.longReturns the primary key of this user tracker path.longReturns the user tracker ID of this user tracker path.longReturns the user tracker path ID of this user tracker path.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetCompanyId(long companyId) Sets the company ID of this user tracker path.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this user tracker path.voidSets the path of this user tracker path.voidsetPathDate(Date pathDate) Sets the path date of this user tracker path.voidsetPrimaryKey(long primaryKey) Sets the primary key of this user tracker path.voidsetUserTrackerId(long userTrackerId) Sets the user tracker ID of this user tracker path.voidsetUserTrackerPathId(long userTrackerPathId) Sets the user tracker path ID of this user tracker path.protected UserTrackerPathWrapperwrap(UserTrackerPath userTrackerPath) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
UserTrackerPathWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<UserTrackerPath>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<UserTrackerPath>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<UserTrackerPath>- Specified by:
cloneWithOriginalValuesin interfaceUserTrackerPathModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this user tracker path.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceUserTrackerPathModel- Returns:
- the company ID of this user tracker path
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this user tracker path.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceUserTrackerPathModel- Returns:
- the mvcc version of this user tracker path
-
getPath
Returns the path of this user tracker path.- Specified by:
getPathin interfaceUserTrackerPathModel- Returns:
- the path of this user tracker path
-
getPathDate
Returns the path date of this user tracker path.- Specified by:
getPathDatein interfaceUserTrackerPathModel- Returns:
- the path date of this user tracker path
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this user tracker path.- Specified by:
getPrimaryKeyin interfaceUserTrackerPathModel- Returns:
- the primary key of this user tracker path
-
getUserTrackerId
public long getUserTrackerId()Returns the user tracker ID of this user tracker path.- Specified by:
getUserTrackerIdin interfaceUserTrackerPathModel- Returns:
- the user tracker ID of this user tracker path
-
getUserTrackerPathId
public long getUserTrackerPathId()Returns the user tracker path ID of this user tracker path.- Specified by:
getUserTrackerPathIdin interfaceUserTrackerPathModel- Returns:
- the user tracker path ID of this user tracker path
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this user tracker path.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceUserTrackerPathModel- Parameters:
companyId- the company ID of this user tracker path
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this user tracker path.- Specified by:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin interfaceUserTrackerPathModel- Parameters:
mvccVersion- the mvcc version of this user tracker path
-
setPath
Sets the path of this user tracker path.- Specified by:
setPathin interfaceUserTrackerPathModel- Parameters:
path- the path of this user tracker path
-
setPathDate
Sets the path date of this user tracker path.- Specified by:
setPathDatein interfaceUserTrackerPathModel- Parameters:
pathDate- the path date of this user tracker path
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this user tracker path.- Specified by:
setPrimaryKeyin interfaceUserTrackerPathModel- Parameters:
primaryKey- the primary key of this user tracker path
-
setUserTrackerId
public void setUserTrackerId(long userTrackerId) Sets the user tracker ID of this user tracker path.- Specified by:
setUserTrackerIdin interfaceUserTrackerPathModel- Parameters:
userTrackerId- the user tracker ID of this user tracker path
-
setUserTrackerPathId
public void setUserTrackerPathId(long userTrackerPathId) Sets the user tracker path ID of this user tracker path.- Specified by:
setUserTrackerPathIdin interfaceUserTrackerPathModel- Parameters:
userTrackerPathId- the user tracker path ID of this user tracker path
-
toXmlString
- Specified by:
toXmlStringin interfaceUserTrackerPathModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<UserTrackerPath>
-