com.liferay.portal.model
Class UserTrackerWrapper

java.lang.Object
  extended by com.liferay.portal.model.UserTrackerWrapper
All Implemented Interfaces:
BaseModel<UserTracker>, UserTracker, UserTrackerModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<UserTracker>

public class UserTrackerWrapper
extends java.lang.Object
implements UserTracker

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for UserTracker.

Author:
Brian Wing Shun Chan
See Also:
UserTracker, Serialized Form
Generated:

Constructor Summary
UserTrackerWrapper(UserTracker userTracker)
           
 
Method Summary
 void addPath(UserTrackerPath path)
           
 java.lang.Object clone()
           
 int compareTo(UserTracker userTracker)
           
 long getCompanyId()
           
 java.lang.String getEmailAddress()
           
 ExpandoBridge getExpandoBridge()
           
 java.lang.String getFullName()
           
 int getHits()
           
 java.util.Date getModifiedDate()
           
 java.util.List<UserTrackerPath> getPaths()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 java.lang.String getRemoteAddr()
           
 java.lang.String getRemoteHost()
           
 java.lang.String getSessionId()
           
 java.lang.String getUserAgent()
           
 long getUserId()
           
 long getUserTrackerId()
           
 java.lang.String getUserUuid()
           
 UserTracker getWrappedUserTracker()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setRemoteAddr(java.lang.String remoteAddr)
           
 void setRemoteHost(java.lang.String remoteHost)
           
 void setSessionId(java.lang.String sessionId)
           
 void setUserAgent(java.lang.String userAgent)
           
 void setUserId(long userId)
           
 void setUserTrackerId(long userTrackerId)
           
 void setUserUuid(java.lang.String userUuid)
           
 UserTracker toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UserTrackerWrapper

public UserTrackerWrapper(UserTracker userTracker)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface UserTrackerModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface UserTrackerModel

getUserTrackerId

public long getUserTrackerId()
Specified by:
getUserTrackerId in interface UserTrackerModel

setUserTrackerId

public void setUserTrackerId(long userTrackerId)
Specified by:
setUserTrackerId in interface UserTrackerModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface UserTrackerModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface UserTrackerModel

getUserId

public long getUserId()
Specified by:
getUserId in interface UserTrackerModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface UserTrackerModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface UserTrackerModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface UserTrackerModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface UserTrackerModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface UserTrackerModel

getSessionId

public java.lang.String getSessionId()
Specified by:
getSessionId in interface UserTrackerModel

setSessionId

public void setSessionId(java.lang.String sessionId)
Specified by:
setSessionId in interface UserTrackerModel

getRemoteAddr

public java.lang.String getRemoteAddr()
Specified by:
getRemoteAddr in interface UserTrackerModel

setRemoteAddr

public void setRemoteAddr(java.lang.String remoteAddr)
Specified by:
setRemoteAddr in interface UserTrackerModel

getRemoteHost

public java.lang.String getRemoteHost()
Specified by:
getRemoteHost in interface UserTrackerModel

setRemoteHost

public void setRemoteHost(java.lang.String remoteHost)
Specified by:
setRemoteHost in interface UserTrackerModel

getUserAgent

public java.lang.String getUserAgent()
Specified by:
getUserAgent in interface UserTrackerModel

setUserAgent

public void setUserAgent(java.lang.String userAgent)
Specified by:
setUserAgent in interface UserTrackerModel

toEscapedModel

public UserTracker toEscapedModel()
Specified by:
toEscapedModel in interface UserTrackerModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<UserTracker>
Specified by:
isNew in interface UserTrackerModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<UserTracker>
Specified by:
setNew in interface UserTrackerModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<UserTracker>
Specified by:
isCachedModel in interface UserTrackerModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<UserTracker>
Specified by:
setCachedModel in interface UserTrackerModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<UserTracker>
Specified by:
isEscapedModel in interface UserTrackerModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<UserTracker>
Specified by:
setEscapedModel in interface UserTrackerModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<UserTracker>
Specified by:
getPrimaryKeyObj in interface UserTrackerModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<UserTracker>
Specified by:
getExpandoBridge in interface UserTrackerModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<UserTracker>
Specified by:
setExpandoBridgeAttributes in interface UserTrackerModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<UserTracker>
Specified by:
clone in interface UserTrackerModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(UserTracker userTracker)
Specified by:
compareTo in interface UserTracker
Specified by:
compareTo in interface UserTrackerModel
Specified by:
compareTo in interface java.lang.Comparable<UserTracker>

hashCode

public int hashCode()
Specified by:
hashCode in interface UserTrackerModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface UserTrackerModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<UserTracker>
Specified by:
toXmlString in interface UserTrackerModel

getFullName

public java.lang.String getFullName()
Specified by:
getFullName in interface UserTracker

getEmailAddress

public java.lang.String getEmailAddress()
Specified by:
getEmailAddress in interface UserTracker

getPaths

public java.util.List<UserTrackerPath> getPaths()
Specified by:
getPaths in interface UserTracker

addPath

public void addPath(UserTrackerPath path)
Specified by:
addPath in interface UserTracker

getHits

public int getHits()
Specified by:
getHits in interface UserTracker

getWrappedUserTracker

public UserTracker getWrappedUserTracker()