com.liferay.portal.model
Class UserTrackerPathSoap

java.lang.Object
  extended by 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

Constructor Summary
UserTrackerPathSoap()
           
 
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)
           
static UserTrackerPathSoap toSoapModel(UserTrackerPath model)
           
static UserTrackerPathSoap[] toSoapModels(java.util.List<UserTrackerPath> models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTrackerPathSoap

public UserTrackerPathSoap()
Method Detail

toSoapModel

public static UserTrackerPathSoap toSoapModel(UserTrackerPath model)

toSoapModels

public static UserTrackerPathSoap[] toSoapModels(java.util.List<UserTrackerPath> 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)