@ProviderType
public class UserTrackerPathSoap
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
UserTrackerPathSoap() |
Modifier and Type | Method and Description |
---|---|
long |
getCompanyId() |
long |
getMvccVersion() |
java.lang.String |
getPath() |
java.util.Date |
getPathDate() |
long |
getPrimaryKey() |
long |
getUserTrackerId() |
long |
getUserTrackerPathId() |
void |
setCompanyId(long companyId) |
void |
setMvccVersion(long mvccVersion) |
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) |
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(java.util.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 java.lang.String getPath()
public void setPath(java.lang.String path)
public java.util.Date getPathDate()
public void setPathDate(java.util.Date pathDate)