Liferay 6.1.2-ce-ga3

com.liferay.portal.model
Class UserTrackerPathSoap

java.lang.Object
  extended by com.liferay.portal.model.UserTrackerPathSoap
All Implemented Interfaces:
Serializable

public class UserTrackerPathSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
UserTrackerPathSoap()
           
 
Method Summary
 String getPath()
           
 Date getPathDate()
           
 long getPrimaryKey()
           
 long getUserTrackerId()
           
 long getUserTrackerPathId()
           
 void setPath(String path)
           
 void setPathDate(Date pathDate)
           
 void setPrimaryKey(long pk)
           
 void setUserTrackerId(long userTrackerId)
           
 void setUserTrackerPathId(long userTrackerPathId)
           
static UserTrackerPathSoap toSoapModel(UserTrackerPath model)
           
static UserTrackerPathSoap[] toSoapModels(List<UserTrackerPath> models)
           
static UserTrackerPathSoap[] toSoapModels(UserTrackerPath[] models)
           
static UserTrackerPathSoap[][] toSoapModels(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(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)

getUserTrackerPathId

public long getUserTrackerPathId()

setUserTrackerPathId

public void setUserTrackerPathId(long userTrackerPathId)

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)

Liferay 6.1.2-ce-ga3