@ProviderType public class UserTrackerPathWrapper extends Object implements UserTrackerPath, ModelWrapper<UserTrackerPath>
This class is a wrapper for UserTrackerPath.
UserTrackerPath,
Serialized FormUSER_TRACKER_PATH_ID_ACCESSOR| Constructor and Description |
|---|
UserTrackerPathWrapper(UserTrackerPath userTrackerPath) |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(UserTrackerPath userTrackerPath) |
boolean |
equals(Object obj) |
long |
getCompanyId()
Returns the company ID of this user tracker path.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
long |
getMvccVersion()
Returns the mvcc version of this user tracker path.
|
String |
getPath()
Returns the path of this user tracker path.
|
Date |
getPathDate()
Returns the path date of this user tracker path.
|
long |
getPrimaryKey()
Returns the primary key of this user tracker path.
|
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
long |
getUserTrackerId()
Returns the user tracker ID of this user tracker path.
|
long |
getUserTrackerPathId()
Returns the user tracker path ID of this user tracker path.
|
UserTrackerPath |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEntityCacheEnabled()
Returns
true if this model's entity cache is enabled. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isFinderCacheEnabled()
Returns
true if this model's finder cache is enabled. |
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 path.
|
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(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user tracker path.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPath(String path)
Sets the path of this user tracker path.
|
void |
setPathDate(Date pathDate)
Sets the path date of this user tracker path.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this user tracker path.
|
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setUserTrackerId(long userTrackerId)
Sets the user tracker ID of this user tracker path.
|
void |
setUserTrackerPathId(long userTrackerPathId)
Sets the user tracker path ID of this user tracker path.
|
CacheModel<UserTrackerPath> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
UserTrackerPath |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
String |
toString() |
UserTrackerPath |
toUnescapedModel() |
String |
toXmlString()
Returns the XML representation of this model instance.
|
public UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
public Class<?> getModelClass()
getModelClass in interface ClassedModelpublic String getModelClassName()
getModelClassName in interface ClassedModelpublic Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<UserTrackerPath>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<UserTrackerPath>public CacheModel<UserTrackerPath> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<UserTrackerPath>toCacheModel in interface UserTrackerPathModelpublic UserTrackerPath toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<UserTrackerPath>toEscapedModel in interface UserTrackerPathModelAutoEscapeBeanHandlerpublic UserTrackerPath toUnescapedModel()
toUnescapedModel in interface BaseModel<UserTrackerPath>toUnescapedModel in interface UserTrackerPathModelpublic boolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<UserTrackerPath>isCachedModel in interface UserTrackerPathModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public boolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<UserTrackerPath>isEscapedModel in interface UserTrackerPathModeltrue if this model instance is escaped;
false otherwisepublic boolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<UserTrackerPath>isNew in interface UserTrackerPathModeltrue if this model instance does not yet exist in
the database; false otherwisepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<UserTrackerPath>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserTrackerPathModelpublic int compareTo(UserTrackerPath userTrackerPath)
compareTo in interface UserTrackerPathModelcompareTo in interface Comparable<UserTrackerPath>public int hashCode()
hashCode in interface UserTrackerPathModelhashCode in class Objectpublic Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<UserTrackerPath>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserTrackerPathModelpublic Object clone()
BaseModelclone in interface BaseModel<UserTrackerPath>clone in interface UserTrackerPathModelclone in class Objectpublic String getPath()
getPath in interface UserTrackerPathModelpublic String toString()
toString in interface UserTrackerPathModeltoString in class Objectpublic String toXmlString()
BaseModeltoXmlString in interface BaseModel<UserTrackerPath>toXmlString in interface UserTrackerPathModelpublic Date getPathDate()
getPathDate in interface UserTrackerPathModelpublic long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface UserTrackerPathModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserTrackerPathModelpublic long getPrimaryKey()
getPrimaryKey in interface UserTrackerPathModelpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerPathModelpublic long getUserTrackerPathId()
getUserTrackerPathId in interface UserTrackerPathModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<UserTrackerPath>setCachedModel in interface UserTrackerPathModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface UserTrackerPathModelcompanyId - the company ID of this user tracker pathpublic void setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelpublic void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelpublic void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<UserTrackerPath>setExpandoBridgeAttributes in interface UserTrackerPathModelserviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()public void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserTrackerPathModelmvccVersion - the mvcc version of this user tracker pathpublic void setNew(boolean n)
BaseModelsetNew in interface BaseModel<UserTrackerPath>setNew in interface UserTrackerPathModeln - whether this model instance does not yet exist in the databasepublic void setPath(String path)
setPath in interface UserTrackerPathModelpath - the path of this user tracker pathpublic void setPathDate(Date pathDate)
setPathDate in interface UserTrackerPathModelpathDate - the path date of this user tracker pathpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserTrackerPathModelprimaryKey - the primary key of this user tracker pathpublic void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<UserTrackerPath>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserTrackerPathModelprimaryKeyObj - the primary key of this model instancepublic void setUserTrackerId(long userTrackerId)
setUserTrackerId in interface UserTrackerPathModeluserTrackerId - the user tracker ID of this user tracker pathpublic void setUserTrackerPathId(long userTrackerPathId)
setUserTrackerPathId in interface UserTrackerPathModeluserTrackerPathId - the user tracker path ID of this user tracker pathpublic UserTrackerPath getWrappedModel()
getWrappedModel in interface ModelWrapper<UserTrackerPath>public boolean isEntityCacheEnabled()
BaseModeltrue if this model's entity cache is enabled.isEntityCacheEnabled in interface BaseModel<UserTrackerPath>true if this model's entity cache is enabled;
false otherwisepublic boolean isFinderCacheEnabled()
BaseModeltrue if this model's finder cache is enabled.isFinderCacheEnabled in interface BaseModel<UserTrackerPath>true if this model's finder cache is enabled;
false otherwisepublic void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<UserTrackerPath>