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
Methods inherited from interface java.lang.Comparable |
compareTo |
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)