com.liferay.portal.model
Class UserTrackerPathWrapper

java.lang.Object
  extended by 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:

Constructor Summary
UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(UserTrackerPath userTrackerPath)
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getPath()
           
 java.util.Date getPathDate()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getUserTrackerId()
           
 long getUserTrackerPathId()
           
 UserTrackerPath getWrappedUserTrackerPath()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 boolean setNew(boolean n)
           
 void setPath(java.lang.String path)
           
 void setPathDate(java.util.Date pathDate)
           
 void setPrimaryKey(long pk)
           
 void setUserTrackerId(long userTrackerId)
           
 void setUserTrackerPathId(long userTrackerPathId)
           
 UserTrackerPath toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserTrackerPathWrapper

public UserTrackerPathWrapper(UserTrackerPath userTrackerPath)
Method Detail

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()