Package com.liferay.portal.kernel.model
Class BrowserTrackerWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<BrowserTracker>
com.liferay.portal.kernel.model.BrowserTrackerWrapper
- All Implemented Interfaces:
BaseModel<BrowserTracker>,BrowserTracker,BrowserTrackerModel,ClassedModel,ModelWrapper<BrowserTracker>,MVCCModel,PersistedModel,ShardedModel,Serializable,Cloneable,Comparable<BrowserTracker>
public class BrowserTrackerWrapper
extends BaseModelWrapper<BrowserTracker>
implements BrowserTracker, ModelWrapper<BrowserTracker>
This class is a wrapper for BrowserTracker.
- 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.BrowserTracker
BROWSER_TRACKER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the browser key of this browser tracker.longReturns the browser tracker ID of this browser tracker.longReturns the company ID of this browser tracker.longReturns the mvcc version of this browser tracker.longReturns the primary key of this browser tracker.longReturns the user ID of this browser tracker.Returns the user uuid of this browser tracker.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetBrowserKey(long browserKey) Sets the browser key of this browser tracker.voidsetBrowserTrackerId(long browserTrackerId) Sets the browser tracker ID of this browser tracker.voidsetCompanyId(long companyId) Sets the company ID of this browser tracker.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this browser tracker.voidsetPrimaryKey(long primaryKey) Sets the primary key of this browser tracker.voidsetUserId(long userId) Sets the user ID of this browser tracker.voidsetUserUuid(String userUuid) Sets the user uuid of this browser tracker.protected BrowserTrackerWrapperwrap(BrowserTracker browserTracker) 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
-
BrowserTrackerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<BrowserTracker>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<BrowserTracker>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<BrowserTracker>- Specified by:
cloneWithOriginalValuesin interfaceBrowserTrackerModel
-
getBrowserKey
public long getBrowserKey()Returns the browser key of this browser tracker.- Specified by:
getBrowserKeyin interfaceBrowserTrackerModel- Returns:
- the browser key of this browser tracker
-
getBrowserTrackerId
public long getBrowserTrackerId()Returns the browser tracker ID of this browser tracker.- Specified by:
getBrowserTrackerIdin interfaceBrowserTrackerModel- Returns:
- the browser tracker ID of this browser tracker
-
getCompanyId
public long getCompanyId()Returns the company ID of this browser tracker.- Specified by:
getCompanyIdin interfaceBrowserTrackerModel- Specified by:
getCompanyIdin interfaceShardedModel- Returns:
- the company ID of this browser tracker
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this browser tracker.- Specified by:
getMvccVersionin interfaceBrowserTrackerModel- Specified by:
getMvccVersionin interfaceMVCCModel- Returns:
- the mvcc version of this browser tracker
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this browser tracker.- Specified by:
getPrimaryKeyin interfaceBrowserTrackerModel- Returns:
- the primary key of this browser tracker
-
getUserId
public long getUserId()Returns the user ID of this browser tracker.- Specified by:
getUserIdin interfaceBrowserTrackerModel- Returns:
- the user ID of this browser tracker
-
getUserUuid
Returns the user uuid of this browser tracker.- Specified by:
getUserUuidin interfaceBrowserTrackerModel- Returns:
- the user uuid of this browser 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
-
setBrowserKey
public void setBrowserKey(long browserKey) Sets the browser key of this browser tracker.- Specified by:
setBrowserKeyin interfaceBrowserTrackerModel- Parameters:
browserKey- the browser key of this browser tracker
-
setBrowserTrackerId
public void setBrowserTrackerId(long browserTrackerId) Sets the browser tracker ID of this browser tracker.- Specified by:
setBrowserTrackerIdin interfaceBrowserTrackerModel- Parameters:
browserTrackerId- the browser tracker ID of this browser tracker
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this browser tracker.- Specified by:
setCompanyIdin interfaceBrowserTrackerModel- Specified by:
setCompanyIdin interfaceShardedModel- Parameters:
companyId- the company ID of this browser tracker
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this browser tracker.- Specified by:
setMvccVersionin interfaceBrowserTrackerModel- Specified by:
setMvccVersionin interfaceMVCCModel- Parameters:
mvccVersion- the mvcc version of this browser tracker
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this browser tracker.- Specified by:
setPrimaryKeyin interfaceBrowserTrackerModel- Parameters:
primaryKey- the primary key of this browser tracker
-
setUserId
public void setUserId(long userId) Sets the user ID of this browser tracker.- Specified by:
setUserIdin interfaceBrowserTrackerModel- Parameters:
userId- the user ID of this browser tracker
-
setUserUuid
Sets the user uuid of this browser tracker.- Specified by:
setUserUuidin interfaceBrowserTrackerModel- Parameters:
userUuid- the user uuid of this browser tracker
-
toXmlString
- Specified by:
toXmlStringin interfaceBrowserTrackerModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<BrowserTracker>
-