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:
com.liferay.portal.service.model.UserTrackerPath, com.liferay.portal.service.model.impl.UserTrackerPathImpl, com.liferay.portal.service.model.impl.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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getUserTrackerPathId

public long getUserTrackerPathId()

setUserTrackerPathId

public void setUserTrackerPathId(long userTrackerPathId)

getUserTrackerId

public long getUserTrackerId()

setUserTrackerId

public void setUserTrackerId(long userTrackerId)

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getPathDate

public java.util.Date getPathDate()

setPathDate

public void setPathDate(java.util.Date pathDate)