public class UserTrackerWrapper extends BaseModelWrapper<UserTracker> implements ModelWrapper<UserTracker>, UserTracker
This class is a wrapper for UserTracker
.
UserTracker
,
Serialized Formmodel
USER_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, toXmlString
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
public 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 UserTracker
public UserTracker cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<UserTracker>
cloneWithOriginalValues
in interface UserTrackerModel
public int compareTo(UserTracker userTracker)
compareTo
in interface UserTracker
compareTo
in interface Comparable<UserTracker>
compareTo
in class BaseModelWrapper<UserTracker>
public long getCompanyId()
getCompanyId
in interface ShardedModel
getCompanyId
in interface UserTrackerModel
public String getEmailAddress()
getEmailAddress
in interface UserTracker
public String getFullName()
getFullName
in interface UserTracker
public int getHits()
getHits
in interface UserTracker
public Date getModifiedDate()
getModifiedDate
in interface UserTrackerModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface UserTrackerModel
public List<UserTrackerPath> getPaths()
getPaths
in interface UserTracker
public long getPrimaryKey()
getPrimaryKey
in interface UserTrackerModel
public String getRemoteAddr()
getRemoteAddr
in interface UserTrackerModel
public String getRemoteHost()
getRemoteHost
in interface UserTrackerModel
public String getSessionId()
getSessionId
in interface UserTrackerModel
public String getUserAgent()
getUserAgent
in interface UserTrackerModel
public long getUserId()
getUserId
in interface UserTrackerModel
public long getUserTrackerId()
getUserTrackerId
in interface UserTrackerModel
public String getUserUuid()
getUserUuid
in interface UserTrackerModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
setCompanyId
in interface UserTrackerModel
companyId
- the company ID of this user trackerpublic void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface UserTrackerModel
modifiedDate
- the modified date of this user trackerpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface UserTrackerModel
mvccVersion
- the mvcc version of this user trackerpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface UserTrackerModel
primaryKey
- the primary key of this user trackerpublic void setRemoteAddr(String remoteAddr)
setRemoteAddr
in interface UserTrackerModel
remoteAddr
- the remote addr of this user trackerpublic void setRemoteHost(String remoteHost)
setRemoteHost
in interface UserTrackerModel
remoteHost
- the remote host of this user trackerpublic void setSessionId(String sessionId)
setSessionId
in interface UserTrackerModel
sessionId
- the session ID of this user trackerpublic void setUserAgent(String userAgent)
setUserAgent
in interface UserTrackerModel
userAgent
- the user agent of this user trackerpublic void setUserId(long userId)
setUserId
in interface UserTrackerModel
userId
- the user ID of this user trackerpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId
in interface UserTrackerModel
userTrackerId
- the user tracker ID of this user trackerpublic void setUserUuid(String userUuid)
setUserUuid
in interface UserTrackerModel
userUuid
- the user uuid of this user trackerprotected UserTrackerWrapper wrap(UserTracker userTracker)
wrap
in class BaseModelWrapper<UserTracker>