public class UserTrackerPathSoap
extends Object
implements Serializable
Constructor and Description |
---|
UserTrackerPathSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
long |
getMvccVersion() |
String |
getPath() |
Date |
getPathDate() |
long |
getPrimaryKey() |
long |
getUserTrackerId() |
long |
getUserTrackerPathId() |
void |
setCompanyId(long companyId) |
void |
setMvccVersion(long mvccVersion) |
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) |
public static UserTrackerPathSoap toSoapModel(UserTrackerPath model)
public static UserTrackerPathSoap[] toSoapModels(UserTrackerPath[] models)
public static UserTrackerPathSoap[][] toSoapModels(UserTrackerPath[][] models)
public static UserTrackerPathSoap[] toSoapModels(List<UserTrackerPath> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getMvccVersion()
public void setMvccVersion(long mvccVersion)
public long getUserTrackerPathId()
public void setUserTrackerPathId(long userTrackerPathId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserTrackerId()
public void setUserTrackerId(long userTrackerId)
public String getPath()
public void setPath(String path)
public Date getPathDate()
public void setPathDate(Date pathDate)