@ProviderType public class UserTrackerWrapper extends java.lang.Object implements UserTracker, ModelWrapper<UserTracker>
This class is a wrapper for UserTracker.
UserTracker,
Serialized Form| Constructor and Description |
|---|
UserTrackerWrapper(UserTracker userTracker) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPath(UserTrackerPath path) |
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(UserTracker userTracker) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this user tracker.
|
java.lang.String |
getEmailAddress() |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.lang.String |
getFullName() |
int |
getHits() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this user tracker.
|
java.util.List<UserTrackerPath> |
getPaths() |
long |
getPrimaryKey()
Returns the primary key of this user tracker.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
java.lang.String |
getRemoteAddr()
Returns the remote addr of this user tracker.
|
java.lang.String |
getRemoteHost()
Returns the remote host of this user tracker.
|
java.lang.String |
getSessionId()
Returns the session ID of this user tracker.
|
java.lang.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.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this user tracker.
|
UserTracker |
getWrappedModel() |
UserTracker |
getWrappedUserTracker()
Deprecated.
As of 6.1.0, replaced by
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
resetOriginalValues()
Reset all original fields to current values.
|
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCompanyId(long companyId)
Sets the company ID of this user tracker.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this user tracker.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user tracker.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setRemoteAddr(java.lang.String remoteAddr)
Sets the remote addr of this user tracker.
|
void |
setRemoteHost(java.lang.String remoteHost)
Sets the remote host of this user tracker.
|
void |
setSessionId(java.lang.String sessionId)
Sets the session ID of this user tracker.
|
void |
setUserAgent(java.lang.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(java.lang.String userUuid)
Sets the user uuid of this user tracker.
|
CacheModel<UserTracker> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
UserTracker |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
UserTracker |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public UserTrackerWrapper(UserTracker userTracker)
public java.lang.Class<?> getModelClass()
getModelClass in interface ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserTracker>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<UserTracker>public long getPrimaryKey()
getPrimaryKey in interface UserTrackerModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserTrackerModelprimaryKey - the primary key of this user trackerpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerModelpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId in interface UserTrackerModeluserTrackerId - the user tracker ID of this user trackerpublic long getCompanyId()
getCompanyId in interface UserTrackerModelpublic void setCompanyId(long companyId)
setCompanyId in interface UserTrackerModelcompanyId - the company ID of this user trackerpublic long getUserId()
getUserId in interface UserTrackerModelpublic void setUserId(long userId)
setUserId in interface UserTrackerModeluserId - the user ID of this user trackerpublic java.lang.String getUserUuid()
throws SystemException
getUserUuid in interface UserTrackerModelSystemException - if a system exception occurredpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface UserTrackerModeluserUuid - the user uuid of this user trackerpublic java.util.Date getModifiedDate()
getModifiedDate in interface UserTrackerModelpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface UserTrackerModelmodifiedDate - the modified date of this user trackerpublic java.lang.String getSessionId()
getSessionId in interface UserTrackerModelpublic void setSessionId(java.lang.String sessionId)
setSessionId in interface UserTrackerModelsessionId - the session ID of this user trackerpublic java.lang.String getRemoteAddr()
getRemoteAddr in interface UserTrackerModelpublic void setRemoteAddr(java.lang.String remoteAddr)
setRemoteAddr in interface UserTrackerModelremoteAddr - the remote addr of this user trackerpublic java.lang.String getRemoteHost()
getRemoteHost in interface UserTrackerModelpublic void setRemoteHost(java.lang.String remoteHost)
setRemoteHost in interface UserTrackerModelremoteHost - the remote host of this user trackerpublic java.lang.String getUserAgent()
getUserAgent in interface UserTrackerModelpublic void setUserAgent(java.lang.String userAgent)
setUserAgent in interface UserTrackerModeluserAgent - the user agent of this user trackerpublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<UserTracker>isNew in interface UserTrackerModeltrue if this model instance does not yet exist in
the database; false otherwisepublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<UserTracker>setNew in interface UserTrackerModeln - whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<UserTracker>isCachedModel in interface UserTrackerModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<UserTracker>setCachedModel in interface UserTrackerModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<UserTracker>isEscapedModel in interface UserTrackerModeltrue if this model instance is escaped;
false otherwisepublic java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<UserTracker>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserTrackerModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<UserTracker>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserTrackerModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<UserTracker>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserTrackerModelpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<UserTracker>setExpandoBridgeAttributes in interface UserTrackerModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<UserTracker>setExpandoBridgeAttributes in interface UserTrackerModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<UserTracker>setExpandoBridgeAttributes in interface UserTrackerModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes(
)public java.lang.Object clone()
BaseModelclone in interface BaseModel<UserTracker>clone in interface UserTrackerModelclone in class java.lang.Objectpublic int compareTo(UserTracker userTracker)
compareTo in interface UserTrackerModelcompareTo in interface java.lang.Comparable<UserTracker>public int hashCode()
hashCode in interface UserTrackerModelhashCode in class java.lang.Objectpublic CacheModel<UserTracker> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<UserTracker>toCacheModel in interface UserTrackerModelpublic UserTracker toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<UserTracker>toEscapedModel in interface UserTrackerModelAutoEscapeBeanHandlerpublic UserTracker toUnescapedModel()
toUnescapedModel in interface BaseModel<UserTracker>toUnescapedModel in interface UserTrackerModelpublic java.lang.String toString()
toString in interface UserTrackerModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<UserTracker>toXmlString in interface UserTrackerModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic void addPath(UserTrackerPath path)
addPath in interface UserTrackerpublic java.lang.String getEmailAddress()
getEmailAddress in interface UserTrackerpublic java.lang.String getFullName()
getFullName in interface UserTrackerpublic int getHits()
getHits in interface UserTrackerpublic java.util.List<UserTrackerPath> getPaths()
getPaths in interface UserTrackerpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic UserTracker getWrappedUserTracker()
getWrappedModel()public UserTracker getWrappedModel()
getWrappedModel in interface ModelWrapper<UserTracker>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<UserTracker>