com.liferay.portal.model
Interface UserTrackerPathModel

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
All Known Subinterfaces:
UserTrackerPath

public interface UserTrackerPathModel
extends BaseModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the UserTrackerPath table in the database.

Author:
Brian Wing Shun Chan
See Also:
UserTrackerPath, UserTrackerPathImpl, UserTrackerPathModelImpl

Method Summary
 java.lang.String getPath()
           
 java.util.Date getPathDate()
           
 long getPrimaryKey()
           
 long getUserTrackerId()
           
 long getUserTrackerPathId()
           
 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()
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getUserTrackerPathId

long getUserTrackerPathId()

setUserTrackerPathId

void setUserTrackerPathId(long userTrackerPathId)

getUserTrackerId

long getUserTrackerId()

setUserTrackerId

void setUserTrackerId(long userTrackerId)

getPath

java.lang.String getPath()

setPath

void setPath(java.lang.String path)

getPathDate

java.util.Date getPathDate()

setPathDate

void setPathDate(java.util.Date pathDate)

toEscapedModel

UserTrackerPath toEscapedModel()