com.liferay.portal.model
Class UserTrackerPathSoap
java.lang.Object
com.liferay.portal.model.UserTrackerPathSoap
- All Implemented Interfaces:
- java.io.Serializable
- public class UserTrackerPathSoap
- extends java.lang.Object
- implements java.io.Serializable
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This class is used by com.liferay.portal.service.http.UserTrackerPathServiceSoap
.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portal.service.http.UserTrackerPathServiceSoap
,
Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UserTrackerPathSoap
public UserTrackerPathSoap()
toSoapModel
public static UserTrackerPathSoap toSoapModel(UserTrackerPath model)
toSoapModels
public static UserTrackerPathSoap[] toSoapModels(java.util.List models)
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)