public class UserTrackerPathWrapper extends BaseModelWrapper<UserTrackerPath> implements ModelWrapper<UserTrackerPath>, UserTrackerPath
This class is a wrapper for UserTrackerPath
.
UserTrackerPath
,
Serialized Formmodel
USER_TRACKER_PATH_ID_ACCESSOR
Constructor and Description |
---|
UserTrackerPathWrapper(UserTrackerPath userTrackerPath) |
Modifier and Type | Method and Description |
---|---|
UserTrackerPath |
cloneWithOriginalValues() |
long |
getCompanyId()
Returns the company ID of this user tracker path.
|
Map<String,Object> |
getModelAttributes() |
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.
|
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.
|
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 path.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this user tracker path.
|
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 |
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.
|
String |
toXmlString() |
protected UserTrackerPathWrapper |
wrap(UserTrackerPath userTrackerPath) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
getWrappedModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
getModelClass, getModelClassName
public UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<UserTrackerPath>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<UserTrackerPath>
public UserTrackerPath cloneWithOriginalValues()
cloneWithOriginalValues
in interface BaseModel<UserTrackerPath>
cloneWithOriginalValues
in interface UserTrackerPathModel
public long getCompanyId()
getCompanyId
in interface ShardedModel
getCompanyId
in interface UserTrackerPathModel
public long getMvccVersion()
getMvccVersion
in interface MVCCModel
getMvccVersion
in interface UserTrackerPathModel
public String getPath()
getPath
in interface UserTrackerPathModel
public Date getPathDate()
getPathDate
in interface UserTrackerPathModel
public long getPrimaryKey()
getPrimaryKey
in interface UserTrackerPathModel
public long getUserTrackerId()
getUserTrackerId
in interface UserTrackerPathModel
public long getUserTrackerPathId()
getUserTrackerPathId
in interface UserTrackerPathModel
public void persist()
PersistedModel
persist
in interface PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface ShardedModel
setCompanyId
in interface UserTrackerPathModel
companyId
- the company ID of this user tracker pathpublic void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
setMvccVersion
in interface UserTrackerPathModel
mvccVersion
- the mvcc version of this user tracker pathpublic void setPath(String path)
setPath
in interface UserTrackerPathModel
path
- the path of this user tracker pathpublic void setPathDate(Date pathDate)
setPathDate
in interface UserTrackerPathModel
pathDate
- the path date of this user tracker pathpublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface UserTrackerPathModel
primaryKey
- the primary key of this user tracker pathpublic void setUserTrackerId(long userTrackerId)
setUserTrackerId
in interface UserTrackerPathModel
userTrackerId
- the user tracker ID of this user tracker pathpublic void setUserTrackerPathId(long userTrackerPathId)
setUserTrackerPathId
in interface UserTrackerPathModel
userTrackerPathId
- the user tracker path ID of this user tracker pathpublic String toXmlString()
toXmlString
in interface UserTrackerPathModel
protected UserTrackerPathWrapper wrap(UserTrackerPath userTrackerPath)
wrap
in class BaseModelWrapper<UserTrackerPath>