com.liferay.portal.model
Class UserTrackerPathSoap
java.lang.Object
com.liferay.portal.model.UserTrackerPathSoap
- All Implemented Interfaces:
- Serializable
@ProviderType
public class UserTrackerPathSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- 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(UserTrackerPath[] models)
toSoapModels
public static UserTrackerPathSoap[][] toSoapModels(UserTrackerPath[][] models)
toSoapModels
public static UserTrackerPathSoap[] toSoapModels(List<UserTrackerPath> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getMvccVersion
public long getMvccVersion()
setMvccVersion
public void setMvccVersion(long mvccVersion)
getUserTrackerPathId
public long getUserTrackerPathId()
setUserTrackerPathId
public void setUserTrackerPathId(long userTrackerPathId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getUserTrackerId
public long getUserTrackerId()
setUserTrackerId
public void setUserTrackerId(long userTrackerId)
getPath
public String getPath()
setPath
public void setPath(String path)
getPathDate
public Date getPathDate()
setPathDate
public void setPathDate(Date pathDate)