@ProviderType public class UserTrackerPathWrapper extends java.lang.Object implements UserTrackerPath, ModelWrapper<UserTrackerPath>
This class is a wrapper for UserTrackerPath.
UserTrackerPath,
Serialized Form| Constructor and Description |
|---|
UserTrackerPathWrapper(UserTrackerPath userTrackerPath) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(UserTrackerPath userTrackerPath) |
boolean |
equals(java.lang.Object obj) |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getPath()
Returns the path of this user tracker path.
|
java.util.Date |
getPathDate()
Returns the path date of this user tracker path.
|
long |
getPrimaryKey()
Returns the primary key of this user tracker path.
|
java.io.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() |
UserTrackerPath |
getWrappedUserTrackerPath()
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 |
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 |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPath(java.lang.String path)
Sets the path of this user tracker path.
|
void |
setPathDate(java.util.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(java.io.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. |
java.lang.String |
toString() |
UserTrackerPath |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
public UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
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<UserTrackerPath>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<UserTrackerPath>public long getPrimaryKey()
getPrimaryKey in interface UserTrackerPathModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface UserTrackerPathModelprimaryKey - the primary key of this user tracker pathpublic long getUserTrackerPathId()
getUserTrackerPathId in interface UserTrackerPathModelpublic void setUserTrackerPathId(long userTrackerPathId)
setUserTrackerPathId in interface UserTrackerPathModeluserTrackerPathId - the user tracker path ID of this user tracker pathpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerPathModelpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId in interface UserTrackerPathModeluserTrackerId - the user tracker ID of this user tracker pathpublic java.lang.String getPath()
getPath in interface UserTrackerPathModelpublic void setPath(java.lang.String path)
setPath in interface UserTrackerPathModelpath - the path of this user tracker pathpublic java.util.Date getPathDate()
getPathDate in interface UserTrackerPathModelpublic void setPathDate(java.util.Date pathDate)
setPathDate in interface UserTrackerPathModelpathDate - the path date of this user tracker pathpublic 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 void setNew(boolean n)
BaseModelsetNew in interface BaseModel<UserTrackerPath>setNew in interface UserTrackerPathModeln - 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<UserTrackerPath>isCachedModel in interface UserTrackerPathModeltrue if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)public void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<UserTrackerPath>setCachedModel in interface UserTrackerPathModelcachedModel - whether this model instance was retrieved from the
entity cacheEntityCachepublic 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 java.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<UserTrackerPath>getPrimaryKeyObj in interface ClassedModelgetPrimaryKeyObj in interface UserTrackerPathModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<UserTrackerPath>setPrimaryKeyObj in interface ClassedModelsetPrimaryKeyObj in interface UserTrackerPathModelprimaryKeyObj - the primary key of this model instancepublic ExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<UserTrackerPath>getExpandoBridge in interface ClassedModelgetExpandoBridge in interface UserTrackerPathModelpublic 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 java.lang.Object clone()
BaseModelclone in interface BaseModel<UserTrackerPath>clone in interface UserTrackerPathModelclone in class java.lang.Objectpublic int compareTo(UserTrackerPath userTrackerPath)
compareTo in interface UserTrackerPathModelcompareTo in interface java.lang.Comparable<UserTrackerPath>public int hashCode()
hashCode in interface UserTrackerPathModelhashCode in class java.lang.Objectpublic 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 java.lang.String toString()
toString in interface UserTrackerPathModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<UserTrackerPath>toXmlString in interface UserTrackerPathModelpublic void persist()
throws SystemException
PersistedModelpersist in interface PersistedModelSystemException - if a system exception occurredpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic UserTrackerPath getWrappedUserTrackerPath()
getWrappedModel()public UserTrackerPath getWrappedModel()
getWrappedModel in interface ModelWrapper<UserTrackerPath>public void resetOriginalValues()
BaseModelresetOriginalValues in interface BaseModel<UserTrackerPath>