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
modelFields inherited from interface com.liferay.portal.kernel.model.UserTracker
USER_TRACKER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPath(UserTrackerPath path) intcompareTo(UserTracker userTracker) longReturns the company ID of this user tracker.intgetHits()Returns the modified date of this user tracker.longReturns the mvcc version of this user tracker.getPaths()longReturns 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.longReturns the user ID of this user tracker.longReturns the user tracker ID of this user tracker.Returns the user uuid of this user tracker.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.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this user tracker.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this user tracker.voidsetPrimaryKey(long primaryKey) Sets the primary key of this user tracker.voidsetRemoteAddr(String remoteAddr) Sets the remote addr of this user tracker.voidsetRemoteHost(String remoteHost) Sets the remote host of this user tracker.voidsetSessionId(String sessionId) Sets the session ID of this user tracker.voidsetUserAgent(String userAgent) Sets the user agent of this user tracker.voidsetUserId(long userId) Sets the user ID of this user tracker.voidsetUserTrackerId(long userTrackerId) Sets the user tracker ID of this user tracker.voidsetUserUuid(String userUuid) Sets the user uuid of this user tracker.protected UserTrackerWrapperwrap(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, 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 com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
UserTrackerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<UserTracker>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<UserTracker>
-
addPath
- Specified by:
addPathin interfaceUserTracker
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<UserTracker>- Specified by:
cloneWithOriginalValuesin interfaceUserTrackerModel
-
compareTo
- Specified by:
compareToin interfaceComparable<UserTracker>- Specified by:
compareToin interfaceUserTracker- Overrides:
compareToin classBaseModelWrapper<UserTracker>
-
getCompanyId
public long getCompanyId()Returns the company ID of this user tracker.- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceUserTrackerModel- Returns:
- the company ID of this user tracker
-
getEmailAddress
- Specified by:
getEmailAddressin interfaceUserTracker
-
getFullName
- Specified by:
getFullNamein interfaceUserTracker
-
getHits
public int getHits()- Specified by:
getHitsin interfaceUserTracker
-
getModifiedDate
Returns the modified date of this user tracker.- Specified by:
getModifiedDatein interfaceUserTrackerModel- Returns:
- the modified date of this user tracker
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this user tracker.- Specified by:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin interfaceUserTrackerModel- Returns:
- the mvcc version of this user tracker
-
getPaths
- Specified by:
getPathsin interfaceUserTracker
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this user tracker.- Specified by:
getPrimaryKeyin interfaceUserTrackerModel- Returns:
- the primary key of this user tracker
-
getRemoteAddr
Returns the remote addr of this user tracker.- Specified by:
getRemoteAddrin interfaceUserTrackerModel- Returns:
- the remote addr of this user tracker
-
getRemoteHost
Returns the remote host of this user tracker.- Specified by:
getRemoteHostin interfaceUserTrackerModel- Returns:
- the remote host of this user tracker
-
getSessionId
Returns the session ID of this user tracker.- Specified by:
getSessionIdin interfaceUserTrackerModel- Returns:
- the session ID of this user tracker
-
getUserAgent
Returns the user agent of this user tracker.- Specified by:
getUserAgentin interfaceUserTrackerModel- Returns:
- the user agent of this user tracker
-
getUserId
public long getUserId()Returns the user ID of this user tracker.- Specified by:
getUserIdin interfaceUserTrackerModel- Returns:
- the user ID of this user tracker
-
getUserTrackerId
public long getUserTrackerId()Returns the user tracker ID of this user tracker.- Specified by:
getUserTrackerIdin interfaceUserTrackerModel- Returns:
- the user tracker ID of this user tracker
-
getUserUuid
Returns the user uuid of this user tracker.- Specified by:
getUserUuidin interfaceUserTrackerModel- Returns:
- the user uuid of this user tracker
-
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.- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceUserTrackerModel- Parameters:
companyId- the company ID of this user tracker
-
setModifiedDate
Sets the modified date of this user tracker.- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceUserTrackerModel- Parameters:
primaryKey- the primary key of this user tracker
-
setRemoteAddr
Sets the remote addr of this user tracker.- Specified by:
setRemoteAddrin interfaceUserTrackerModel- Parameters:
remoteAddr- the remote addr of this user tracker
-
setRemoteHost
Sets the remote host of this user tracker.- Specified by:
setRemoteHostin interfaceUserTrackerModel- Parameters:
remoteHost- the remote host of this user tracker
-
setSessionId
Sets the session ID of this user tracker.- Specified by:
setSessionIdin interfaceUserTrackerModel- Parameters:
sessionId- the session ID of this user tracker
-
setUserAgent
Sets the user agent of this user tracker.- Specified by:
setUserAgentin 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:
setUserIdin 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:
setUserTrackerIdin interfaceUserTrackerModel- Parameters:
userTrackerId- the user tracker ID of this user tracker
-
setUserUuid
Sets the user uuid of this user tracker.- Specified by:
setUserUuidin interfaceUserTrackerModel- Parameters:
userUuid- the user uuid of this user tracker
-
toXmlString
- Specified by:
toXmlStringin interfaceUserTrackerModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<UserTracker>
-