public class UserTrackerWrapper extends BaseModelWrapper<UserTracker> implements ModelWrapper<UserTracker>, UserTracker
This class is a wrapper for UserTracker.
UserTracker,
Serialized FormmodelUSER_TRACKER_ID_ACCESSOR| Constructor and Description |
|---|
UserTrackerWrapper(UserTracker userTracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(UserTrackerPath path) |
UserTracker |
cloneWithOriginalValues() |
int |
compareTo(UserTracker userTracker) |
long |
getCompanyId()
Returns the company ID of this user tracker.
|
String |
getEmailAddress() |
String |
getFullName() |
int |
getHits() |
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this user tracker.
|
long |
getMvccVersion()
Returns the mvcc version of this user tracker.
|
List<UserTrackerPath> |
getPaths() |
long |
getPrimaryKey()
Returns the primary key of this user tracker.
|
String |
getRemoteAddr()
Returns the remote addr of this user tracker.
|
String |
getRemoteHost()
Returns the remote host of this user tracker.
|
String |
getSessionId()
Returns the session ID of this user tracker.
|
String |
getUserAgent()
Returns the user agent of this user tracker.
|
long |
getUserId()
Returns the user ID of this user tracker.
|
long |
getUserTrackerId()
Returns the user tracker ID of this user tracker.
|
String |
getUserUuid()
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) |
clone, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringgetWrappedModelclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic UserTrackerWrapper(UserTracker userTracker)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserTracker>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserTracker>public void addPath(UserTrackerPath path)
addPath in interface UserTrackerpublic UserTracker cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<UserTracker>cloneWithOriginalValues in interface UserTrackerModelpublic int compareTo(UserTracker userTracker)
compareTo in interface UserTrackercompareTo in interface Comparable<UserTracker>compareTo in class BaseModelWrapper<UserTracker>public long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface UserTrackerModelpublic String getEmailAddress()
getEmailAddress in interface UserTrackerpublic String getFullName()
getFullName in interface UserTrackerpublic int getHits()
getHits in interface UserTrackerpublic Date getModifiedDate()
getModifiedDate in interface UserTrackerModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserTrackerModelpublic List<UserTrackerPath> getPaths()
getPaths in interface UserTrackerpublic long getPrimaryKey()
getPrimaryKey in interface UserTrackerModelpublic String getRemoteAddr()
getRemoteAddr in interface UserTrackerModelpublic String getRemoteHost()
getRemoteHost in interface UserTrackerModelpublic String getSessionId()
getSessionId in interface UserTrackerModelpublic String getUserAgent()
getUserAgent in interface UserTrackerModelpublic long getUserId()
getUserId in interface UserTrackerModelpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerModelpublic String getUserUuid()
getUserUuid in interface UserTrackerModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface UserTrackerModelcompanyId - the company ID of this user trackerpublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface UserTrackerModelmodifiedDate - the modified date of this user trackerpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserTrackerModelmvccVersion - the mvcc version of this user trackerpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserTrackerModelprimaryKey - the primary key of this user trackerpublic void setRemoteAddr(String remoteAddr)
setRemoteAddr in interface UserTrackerModelremoteAddr - the remote addr of this user trackerpublic void setRemoteHost(String remoteHost)
setRemoteHost in interface UserTrackerModelremoteHost - the remote host of this user trackerpublic void setSessionId(String sessionId)
setSessionId in interface UserTrackerModelsessionId - the session ID of this user trackerpublic void setUserAgent(String userAgent)
setUserAgent in interface UserTrackerModeluserAgent - the user agent of this user trackerpublic void setUserId(long userId)
setUserId in interface UserTrackerModeluserId - the user ID of this user trackerpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId in interface UserTrackerModeluserTrackerId - the user tracker ID of this user trackerpublic void setUserUuid(String userUuid)
setUserUuid in interface UserTrackerModeluserUuid - the user uuid of this user trackerprotected UserTrackerWrapper wrap(UserTracker userTracker)
wrap in class BaseModelWrapper<UserTracker>