public class UserTrackerPathWrapper extends BaseModelWrapper<UserTrackerPath> implements ModelWrapper<UserTrackerPath>, UserTrackerPath
This class is a wrapper for UserTrackerPath.
UserTrackerPath,
Serialized FormmodelUSER_TRACKER_PATH_ID_ACCESSOR| Constructor and Description |
|---|
UserTrackerPathWrapper(UserTrackerPath userTrackerPath) |
| Modifier and Type | Method and Description |
|---|---|
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()
NOTE FOR DEVELOPERS:
Never modify or reference this class directly.
|
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.
|
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, toXmlStringgetWrappedModelclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamepublic 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 long getCompanyId()
getCompanyId in interface ShardedModelgetCompanyId in interface UserTrackerPathModelpublic long getMvccVersion()
getMvccVersion in interface MVCCModelgetMvccVersion in interface UserTrackerPathModelpublic String getPath()
getPath in interface UserTrackerPathModelpublic Date getPathDate()
getPathDate in interface UserTrackerPathModelpublic long getPrimaryKey()
getPrimaryKey in interface UserTrackerPathModelpublic long getUserTrackerId()
getUserTrackerId in interface UserTrackerPathModelpublic long getUserTrackerPathId()
getUserTrackerPathId in interface UserTrackerPathModelpublic void persist()
UserTrackerPath interface instead.persist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface ShardedModelsetCompanyId in interface UserTrackerPathModelcompanyId - the company ID of this user tracker pathpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelsetMvccVersion in interface UserTrackerPathModelmvccVersion - the mvcc version of this user tracker pathpublic 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 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 pathprotected UserTrackerPathWrapper wrap(UserTrackerPath userTrackerPath)
wrap in class BaseModelWrapper<UserTrackerPath>