com.liferay.portal.model
Class UserTrackerPathWrapper
java.lang.Object
com.liferay.portal.model.UserTrackerPathWrapper
- All Implemented Interfaces:
- BaseModel<UserTrackerPath>, UserTrackerPath, UserTrackerPathModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<UserTrackerPath>
public class UserTrackerPathWrapper
- extends java.lang.Object
- implements UserTrackerPath
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for UserTrackerPath
.
- Author:
- Brian Wing Shun Chan
- See Also:
UserTrackerPath
,
Serialized Form- Generated:
Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
UserTrackerPathWrapper
public UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey
in interface UserTrackerPathModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey
in interface UserTrackerPathModel
getUserTrackerPathId
public long getUserTrackerPathId()
- Specified by:
getUserTrackerPathId
in interface UserTrackerPathModel
setUserTrackerPathId
public void setUserTrackerPathId(long userTrackerPathId)
- Specified by:
setUserTrackerPathId
in interface UserTrackerPathModel
getUserTrackerId
public long getUserTrackerId()
- Specified by:
getUserTrackerId
in interface UserTrackerPathModel
setUserTrackerId
public void setUserTrackerId(long userTrackerId)
- Specified by:
setUserTrackerId
in interface UserTrackerPathModel
getPath
public java.lang.String getPath()
- Specified by:
getPath
in interface UserTrackerPathModel
setPath
public void setPath(java.lang.String path)
- Specified by:
setPath
in interface UserTrackerPathModel
getPathDate
public java.util.Date getPathDate()
- Specified by:
getPathDate
in interface UserTrackerPathModel
setPathDate
public void setPathDate(java.util.Date pathDate)
- Specified by:
setPathDate
in interface UserTrackerPathModel
isNew
public boolean isNew()
- Specified by:
isNew
in interface BaseModel<UserTrackerPath>
- Specified by:
isNew
in interface UserTrackerPathModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<UserTrackerPath>
- Specified by:
setNew
in interface UserTrackerPathModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<UserTrackerPath>
- Specified by:
isCachedModel
in interface UserTrackerPathModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<UserTrackerPath>
- Specified by:
setCachedModel
in interface UserTrackerPathModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<UserTrackerPath>
- Specified by:
isEscapedModel
in interface UserTrackerPathModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<UserTrackerPath>
- Specified by:
setEscapedModel
in interface UserTrackerPathModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<UserTrackerPath>
- Specified by:
getPrimaryKeyObj
in interface UserTrackerPathModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<UserTrackerPath>
- Specified by:
getExpandoBridge
in interface UserTrackerPathModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<UserTrackerPath>
- Specified by:
setExpandoBridgeAttributes
in interface UserTrackerPathModel
clone
public java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<UserTrackerPath>
- Specified by:
clone
in interface UserTrackerPathModel
- Overrides:
clone
in class java.lang.Object
compareTo
public int compareTo(UserTrackerPath userTrackerPath)
- Specified by:
compareTo
in interface UserTrackerPathModel
- Specified by:
compareTo
in interface java.lang.Comparable<UserTrackerPath>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface UserTrackerPathModel
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
public UserTrackerPath toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<UserTrackerPath>
- Specified by:
toEscapedModel
in interface UserTrackerPathModel
toString
public java.lang.String toString()
- Specified by:
toString
in interface UserTrackerPathModel
- Overrides:
toString
in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<UserTrackerPath>
- Specified by:
toXmlString
in interface UserTrackerPathModel
getWrappedUserTrackerPath
public UserTrackerPath getWrappedUserTrackerPath()