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
model
Fields inherited from interface com.liferay.portal.kernel.model.UserTrackerPath
USER_TRACKER_PATH_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this user tracker path.long
Returns 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.long
Returns the primary key of this user tracker path.long
Returns the user tracker ID of this user tracker path.long
Returns the user tracker path ID of this user tracker path.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
setCompanyId
(long companyId) Sets the company ID of this user tracker path.void
setModelAttributes
(Map<String, Object> attributes) void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this user tracker path.void
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.protected UserTrackerPathWrapper
wrap
(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, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods 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, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
UserTrackerPathWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<UserTrackerPath>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<UserTrackerPath>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<UserTrackerPath>
- Specified by:
cloneWithOriginalValues
in interfaceUserTrackerPathModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this user tracker path.- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in 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:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceUserTrackerPathModel
- Returns:
- the mvcc version of this user tracker path
-
getPath
Returns the path of this user tracker path.- Specified by:
getPath
in interfaceUserTrackerPathModel
- Returns:
- the path of this user tracker path
-
getPathDate
Returns the path date of this user tracker path.- Specified by:
getPathDate
in 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:
getPrimaryKey
in 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:
getUserTrackerId
in 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:
getUserTrackerPathId
in interfaceUserTrackerPathModel
- Returns:
- the user tracker path ID of this user tracker path
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this user tracker path.- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in 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:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceUserTrackerPathModel
- Parameters:
mvccVersion
- the mvcc version of this user tracker path
-
setPath
Sets the path of this user tracker path.- Specified by:
setPath
in interfaceUserTrackerPathModel
- Parameters:
path
- the path of this user tracker path
-
setPathDate
Sets the path date of this user tracker path.- Specified by:
setPathDate
in 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:
setPrimaryKey
in 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:
setUserTrackerId
in 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:
setUserTrackerPathId
in interfaceUserTrackerPathModel
- Parameters:
userTrackerPathId
- the user tracker path ID of this user tracker path
-
toXmlString
- Specified by:
toXmlString
in interfaceUserTrackerPathModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<UserTrackerPath>
-