@ProviderType public interface BrowserTrackerModel extends BaseModel<BrowserTracker>, MVCCModel, ShardedModel
This interface and its corresponding implementation com.liferay.portal.model.impl.BrowserTrackerModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.BrowserTrackerImpl
.
BrowserTracker
Modifier and Type | Method and Description |
---|---|
BrowserTracker |
cloneWithOriginalValues() |
long |
getBrowserKey()
Returns the browser key of this browser tracker.
|
long |
getBrowserTrackerId()
Returns the browser tracker ID of this browser tracker.
|
long |
getCompanyId()
Returns the company ID of this browser tracker.
|
long |
getMvccVersion()
Returns the mvcc version of this browser tracker.
|
long |
getPrimaryKey()
Returns the primary key of this browser tracker.
|
long |
getUserId()
Returns the user ID of this browser tracker.
|
String |
getUserUuid()
Returns the user uuid of this browser tracker.
|
void |
setBrowserKey(long browserKey)
Sets the browser key of this browser tracker.
|
void |
setBrowserTrackerId(long browserTrackerId)
Sets the browser tracker ID of this browser tracker.
|
void |
setCompanyId(long companyId)
Sets the company ID of this browser tracker.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this browser tracker.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this browser tracker.
|
void |
setUserId(long userId)
Sets the user ID of this browser tracker.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this browser tracker.
|
default String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this browser trackerlong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this browser trackerlong getBrowserTrackerId()
void setBrowserTrackerId(long browserTrackerId)
browserTrackerId
- the browser tracker ID of this browser trackerlong getCompanyId()
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
companyId
- the company ID of this browser trackerlong getUserId()
void setUserId(long userId)
userId
- the user ID of this browser trackerString getUserUuid()
void setUserUuid(String userUuid)
userUuid
- the user uuid of this browser trackerlong getBrowserKey()
void setBrowserKey(long browserKey)
browserKey
- the browser key of this browser trackerBrowserTracker cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<BrowserTracker>
default String toXmlString()