Package com.liferay.portal.kernel.model
Class UserTrackerWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<UserTracker>
com.liferay.portal.kernel.model.UserTrackerWrapper
- All Implemented Interfaces:
BaseModel<UserTracker>
,ClassedModel
,ModelWrapper<UserTracker>
,MVCCModel
,PersistedModel
,ShardedModel
,UserTracker
,UserTrackerModel
,Serializable
,Cloneable
,Comparable<UserTracker>
public class UserTrackerWrapper
extends BaseModelWrapper<UserTracker>
implements ModelWrapper<UserTracker>, UserTracker
This class is a wrapper for UserTracker
.
- 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.UserTracker
USER_TRACKER_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addPath
(UserTrackerPath path) int
compareTo
(UserTracker userTracker) long
Returns the company ID of this user tracker.int
getHits()
Returns the modified date of this user tracker.long
Returns the mvcc version of this user tracker.getPaths()
long
Returns the primary key of this user tracker.Returns the remote addr of this user tracker.Returns the remote host of this user tracker.Returns the session ID of this user tracker.Returns the user agent of this user tracker.long
Returns the user ID of this user tracker.long
Returns the user tracker ID of this user tracker.Returns the user uuid of this user tracker.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.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this user tracker.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this user tracker.void
setPrimaryKey
(long primaryKey) Sets the primary key of this user tracker.void
setRemoteAddr
(String remoteAddr) Sets the remote addr of this user tracker.void
setRemoteHost
(String remoteHost) Sets the remote host of this user tracker.void
setSessionId
(String sessionId) Sets the session ID of this user tracker.void
setUserAgent
(String userAgent) Sets the user agent of this user tracker.void
setUserId
(long userId) Sets the user ID of this user tracker.void
setUserTrackerId
(long userTrackerId) Sets the user tracker ID of this user tracker.void
setUserUuid
(String userUuid) Sets the user uuid of this user tracker.protected UserTrackerWrapper
wrap
(UserTracker userTracker) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, 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 com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
UserTrackerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<UserTracker>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<UserTracker>
-
addPath
- Specified by:
addPath
in interfaceUserTracker
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<UserTracker>
- Specified by:
cloneWithOriginalValues
in interfaceUserTrackerModel
-
compareTo
- Specified by:
compareTo
in interfaceComparable<UserTracker>
- Specified by:
compareTo
in interfaceUserTracker
- Overrides:
compareTo
in classBaseModelWrapper<UserTracker>
-
getCompanyId
public long getCompanyId()Returns the company ID of this user tracker.- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceUserTrackerModel
- Returns:
- the company ID of this user tracker
-
getEmailAddress
- Specified by:
getEmailAddress
in interfaceUserTracker
-
getFullName
- Specified by:
getFullName
in interfaceUserTracker
-
getHits
public int getHits()- Specified by:
getHits
in interfaceUserTracker
-
getModifiedDate
Returns the modified date of this user tracker.- Specified by:
getModifiedDate
in interfaceUserTrackerModel
- Returns:
- the modified date of this user tracker
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this user tracker.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceUserTrackerModel
- Returns:
- the mvcc version of this user tracker
-
getPaths
- Specified by:
getPaths
in interfaceUserTracker
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this user tracker.- Specified by:
getPrimaryKey
in interfaceUserTrackerModel
- Returns:
- the primary key of this user tracker
-
getRemoteAddr
Returns the remote addr of this user tracker.- Specified by:
getRemoteAddr
in interfaceUserTrackerModel
- Returns:
- the remote addr of this user tracker
-
getRemoteHost
Returns the remote host of this user tracker.- Specified by:
getRemoteHost
in interfaceUserTrackerModel
- Returns:
- the remote host of this user tracker
-
getSessionId
Returns the session ID of this user tracker.- Specified by:
getSessionId
in interfaceUserTrackerModel
- Returns:
- the session ID of this user tracker
-
getUserAgent
Returns the user agent of this user tracker.- Specified by:
getUserAgent
in interfaceUserTrackerModel
- Returns:
- the user agent of this user tracker
-
getUserId
public long getUserId()Returns the user ID of this user tracker.- Specified by:
getUserId
in interfaceUserTrackerModel
- Returns:
- the user ID of this user tracker
-
getUserTrackerId
public long getUserTrackerId()Returns the user tracker ID of this user tracker.- Specified by:
getUserTrackerId
in interfaceUserTrackerModel
- Returns:
- the user tracker ID of this user tracker
-
getUserUuid
Returns the user uuid of this user tracker.- Specified by:
getUserUuid
in interfaceUserTrackerModel
- Returns:
- the user uuid of this user tracker
-
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.- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceUserTrackerModel
- Parameters:
companyId
- the company ID of this user tracker
-
setModifiedDate
Sets the modified date of this user tracker.- Specified by:
setModifiedDate
in interfaceUserTrackerModel
- Parameters:
modifiedDate
- the modified date of this user tracker
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this user tracker.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceUserTrackerModel
- Parameters:
mvccVersion
- the mvcc version of this user tracker
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this user tracker.- Specified by:
setPrimaryKey
in interfaceUserTrackerModel
- Parameters:
primaryKey
- the primary key of this user tracker
-
setRemoteAddr
Sets the remote addr of this user tracker.- Specified by:
setRemoteAddr
in interfaceUserTrackerModel
- Parameters:
remoteAddr
- the remote addr of this user tracker
-
setRemoteHost
Sets the remote host of this user tracker.- Specified by:
setRemoteHost
in interfaceUserTrackerModel
- Parameters:
remoteHost
- the remote host of this user tracker
-
setSessionId
Sets the session ID of this user tracker.- Specified by:
setSessionId
in interfaceUserTrackerModel
- Parameters:
sessionId
- the session ID of this user tracker
-
setUserAgent
Sets the user agent of this user tracker.- Specified by:
setUserAgent
in interfaceUserTrackerModel
- Parameters:
userAgent
- the user agent of this user tracker
-
setUserId
public void setUserId(long userId) Sets the user ID of this user tracker.- Specified by:
setUserId
in interfaceUserTrackerModel
- Parameters:
userId
- the user ID of this user tracker
-
setUserTrackerId
public void setUserTrackerId(long userTrackerId) Sets the user tracker ID of this user tracker.- Specified by:
setUserTrackerId
in interfaceUserTrackerModel
- Parameters:
userTrackerId
- the user tracker ID of this user tracker
-
setUserUuid
Sets the user uuid of this user tracker.- Specified by:
setUserUuid
in interfaceUserTrackerModel
- Parameters:
userUuid
- the user uuid of this user tracker
-
toXmlString
- Specified by:
toXmlString
in interfaceUserTrackerModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<UserTracker>
-